Rank images Rank images
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Rank images

Started by Rusche, December 04, 2003, 05:25:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Rusche

I tried to change the ranking images in the appropiate directory, and it uploads fine, but the original images are displayed, how can I fix this?

Joachim Müller

edit theme/yourtheme/theme.php and look for<td class="tableb_compact" width="17%" align="center"><a href="{RATE0}" title="{RUBBISH}"><img src="images/rating0.gif" alt="{RUBBISH}" border="0" /><br /></a></td>Replace it with<td class="tableb_compact" width="17%" align="center"><a href="{RATE0}" title="{RUBBISH}"><img src="themes/yourtheme/images/rating0.gif" alt="{RUBBISH}" border="0" /><br /></a></td>Do the similar thing with the other rating star lines...

GauGau