Rank images Rank images
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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