PDA

View Full Version : Change status icons


AzH
03-18-2011, 11:37 PM
This is an odd one.

I want to replace forum_old.gif and forum_new.gif with png variants. I went into the FORUMDISPLAY template and changed:

<td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>

to

<td><img src="$stylevar[imgdir_statusicon]/forum_new.png" alt="$vbphrase[contains_new_posts]" border="0" /></td>

Uploaded the png files to the correct dir, but they do not display (the gifs are still there).

What am I doing wrong?

x_Coffee_x
03-19-2011, 06:01 AM
I always save everything in PNG. When I upload the PNG into the statusicon folder, I just rename it on filezilla to forum_new.gif instead of forum_new.png. It changes the name (even though still a PNG image) to forum_new.gif (really forum_new.png) but vBulletin recognizes it this way.

AzH
03-19-2011, 06:39 AM
Great tip. That worked.