4WebHelp
 FAQ  •  Search  •  User Groups  •  Forum Admins  •  Smilies List  •  Statistics  •  Rules   •  Login   •  Register
Toggle Navigation Menu

 phpBB Customisation
Post New TopicReply to Topic
View Previous Topic Print this topic View Next Topic
Author Message
Admin
Junior WebHelper
Junior WebHelper


Joined: 09 Jun 2003
Posts: 5

PostPosted: Mon Jun 09, 2003 4:43 pm (20 years, 10 months ago) Reply with QuoteBack to Top

question 1:

anyone know how I can make the images for my smiles in the preview window bigger?

http://www.chopstixs.net/phpBB2/posting.php?mode=smilies

QUESTION 2:

How do i change the background pic in that pic?
I wanna replace it with something to fill up the open space, but when i tried it just posted mutiple sections of teh same pic...

Image

anyone know what i need to do to fix it, or get it to post a normal background pic?
OfflineView User's ProfileFind all posts by AdminSend Personal MessageVisit Poster's Website
Daniel
Team Member



Joined: 06 Jan 2002
Posts: 2564

PostPosted: Mon Jun 09, 2003 5:12 pm (20 years, 10 months ago) Reply with QuoteBack to Top

Question 1: Seems like the smilie sizes have been hard coded. Try editing posting_smilies.tpl.

Question 2: If you want to put an image there, you can't replace the background image. The background image just repeats itself all the way across the header. The logo on the other hand is displayed just once, as it is inserted via an <img> tag. If you do the same as the logo for whatever image you want to insert it should work.

________________________________
Image
OfflineView User's ProfileFind all posts by DanielSend Personal Message
Admin
Junior WebHelper
Junior WebHelper


Joined: 09 Jun 2003
Posts: 5

PostPosted: Mon Jun 09, 2003 6:49 pm (20 years, 10 months ago) Reply with QuoteBack to Top

thanks...

question 1 is done and fixed.

question 2: So do i replace the code that make the cell pic repeats itself across the header or do I just leave it alone and add on to whe the logo line is?

ex:

find
Code:
<td><a href="{U_INDEX}" onmouseover="statusIn('{SITENAME} {L_INDEX}');return true" onmouseout="statusOut();"><img src="templates/fisubsilversh/images/phpbb2_logo.jpg" border="0" alt="{L_INDEX}" title="{L_INDEX}" width="240" height="110" /></a></td>


replace with:

Code:
<td><a href="{U_INDEX}" onmouseover="statusIn('{SITENAME} {L_INDEX}');return true" onmouseout="statusOut();"><img src="templates/fisubsilversh/images/phpbb2_logo.jpg" border="0"  width="240" height="110" /></a><img src="templates/fisubsilversh/images/NEW_BACKGROUND.jpg" border="0"  width="720" height="110" /></td>



would that work?

________________________________
http://www.chopstixs.net
OfflineView User's ProfileFind all posts by AdminSend Personal MessageVisit Poster's Website
Daniel
Team Member



Joined: 06 Jan 2002
Posts: 2564

PostPosted: Mon Jun 09, 2003 7:06 pm (20 years, 10 months ago) Reply with QuoteBack to Top

Yes, that should work, except the second image won't be a "background" Wink

________________________________
Image
OfflineView User's ProfileFind all posts by DanielSend Personal Message
jayant
Team Member



Joined: 07 Jan 2002
Posts: 262
Location: New Delhi, India

PostPosted: Tue Jun 10, 2003 7:23 pm (20 years, 10 months ago) Reply with QuoteBack to Top

find
Code:
<td><a href="{U_INDEX}" onmouseover="statusIn('{SITENAME} {L_INDEX}');return true" onmouseout="statusOut();"><img src="templates/fisubsilversh/images/phpbb2_logo.jpg" border="0" alt="{L_INDEX}" title="{L_INDEX}" width="240" height="110" /></a></td>



replace with:

Code:
<td width="720" height="110" style="text-align:left; background-image: url('templates/fisubsilversh/images/NEW_BACKGROUND.jpg'); background-repeat: no-repeat; background-position: right;"><a href="{U_INDEX}" onmouseover="statusIn('{SITENAME} {L_INDEX}');return true" onmouseout="statusOut();"><img src="templates/fisubsilversh/images/phpbb2_logo.jpg" border="0"  width="240" height="110" /></a></td>


this should do it as background.

________________________________
Jayant Kumar
Member of the 4WebHelp Team
Nibble Guru - Computing Queries Demystified
GZip/ Page Compression Test
OfflineView User's ProfileFind all posts by jayantSend Personal MessageVisit Poster's WebsiteYahoo MessengerMSN Messenger
Admin
Junior WebHelper
Junior WebHelper


Joined: 09 Jun 2003
Posts: 5

PostPosted: Wed Jun 11, 2003 4:54 pm (20 years, 10 months ago) Reply with QuoteBack to Top

Thanks guys...

another question...

I installed this mod
http://www.phpbbhacks.com/download.php?id=186

and it works fine, but it's annoying as hell cause every time you click to a new page (If you dont check the message right away) it will play the alert wav. again...

anyway of making it so it will only play once when you get a new message and not everytime you click a new page if you dont wanna check it right away?

________________________________
http://www.chopstixs.net
OfflineView User's ProfileFind all posts by AdminSend Personal MessageVisit Poster's Website
Daniel
Team Member



Joined: 06 Jan 2002
Posts: 2564

PostPosted: Wed Jun 11, 2003 7:21 pm (20 years, 10 months ago) Reply with QuoteBack to Top

Bill, the author of the MOD, is actually a team member here Smile. Click the "email" icon in his profile and ask him about it Wink.

________________________________
Image
OfflineView User's ProfileFind all posts by DanielSend Personal Message
Admin
Junior WebHelper
Junior WebHelper


Joined: 09 Jun 2003
Posts: 5

PostPosted: Sat Jun 14, 2003 1:32 pm (20 years, 10 months ago) Reply with QuoteBack to Top

ok. I don't think Bill is gonna answer my email. So can anyone else help me out here?

________________________________
http://www.chopstixs.net
OfflineView User's ProfileFind all posts by AdminSend Personal MessageVisit Poster's Website
devilsoulblack
Junior WebHelper
Junior WebHelper


Joined: 28 Oct 2004
Posts: 1
Location: Ecuador

PostPosted: Thu Oct 28, 2004 7:40 am (19 years, 5 months ago) Reply with QuoteBack to Top

nice

________________________________
® { No HopE & No FeaR } ®
Be part of the change, because We are the change..
Projects:
Orenses.org: http://www.orenses.org
DeVilSoulBlacK WebLog: http://www.devilsoulblack.com
DeVilSoulBlacK Channel: #Silliconvalley *!*@DAL.net
OfflineView User's ProfileFind all posts by devilsoulblackSend Personal MessageSend emailVisit Poster's WebsiteYahoo MessengerMSN Messenger
Display posts from previous:      
Post New TopicReply to Topic
View Previous Topic Print this topic View Next Topic


 Jump to:   




You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot edit your posts in this forum.
You cannot delete your posts in this forum.
You cannot vote in polls in this forum.


Page generation time: 0.32737 seconds :: 18 queries executed :: All Times are GMT
Powered by phpBB 2.0 © 2001, 2002 phpBB Group :: Based on an FI Theme