News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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