How to edit forum_new/old variable?

nudu

New Member
In one of my skins, I would like to change forum_old and new with .png instead of .gif. In another, instead of forum_old and forum_new, it uses subforum_old and new, and I would like to change this as well.

Where are these variables located to change it on the forumhome forum display, and the subforum view in the forum with subforums?

Thanks.
 
Main statusicons:

forumhome_forumbit_level2_post template find:
HTML:
<tr align="center">
	<td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif"
replace .gif with .png

Subforum icons:
forumhome_subforumbit_post template find:
HTML:
src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif"
replace .gif with .png
 
I've the same problem too and found this solution but... if I have png icons for static "old" statusicons and animated gif for "new" statusicon... how have I to change the code to load both png and gif?

Converting png in gif generate bad quality icons and is impossible to save animated icon in png :(

Tnx

--EDIT--

SOLVED

I've renamed the animated gif in png and all works (Works too renaming png in gif :D)
 
Back
Top