PDA

View Full Version : help changing some code


Smiry Kin's
03-25-2006, 06:28 PM
how i change these icons to say e.g New Posts or No New Posts ( in text )

i've seen it on another forum some where but complete lost it :(

Cheers!

GTAce
03-25-2006, 06:56 PM
The easiest way, in my opinion, would be to create some images with the right color background and text on them that just says "New Posts" and "No New Posts" and then replace the

/statusicon/forum_new.gif

and

/statusicon/forum_old.gif

images with these new ones. You could also go through and do this using actual text by modifying the templates themselves, but this would take longer...I believe that would be in the forumbit templates.

Smiry Kin's
03-25-2006, 07:32 PM
The easiest way, in my opinion, would be to create some images with the right color background and text on them that just says "New Posts" and "No New Posts" and then replace the

/statusicon/forum_new.gif

and

/statusicon/forum_old.gif

images with these new ones. You could also go through and do this using actual text by modifying the templates themselves, but this would take longer...I believe that would be in the forumbit templates.
really want the text there tho >.< thanks for your help

any help pls??

Freesteyelz
03-26-2006, 05:56 AM
Just as GTAce specified in the second part to his answer. Go to templates:

forumhome_forumbit_level1_post and forumhome_forumbit_level2_post

Find:


<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" />


And replace that with your text. :)

Smiry Kin's
03-26-2006, 03:15 PM
Just as GTAce specified in the second part to his answer. Go to templates:

forumhome_forumbit_level1_post and forumhome_forumbit_level2_post

Find:


<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" />


And replace that with your text. :)
doesnt seem to do anything?....

Freesteyelz
03-26-2006, 07:12 PM
It should work. Can you provide the template location and code you've inserted?