forum.coppermine-gallery.net

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: Rusche on December 04, 2003, 05:25:38 pm

Title: Rank images
Post by: Rusche on December 04, 2003, 05:25:38 pm
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?
Title: Rank images
Post by: Joachim Müller on December 04, 2003, 07:24:22 pm
edit theme/yourtheme/theme.php and look for
Code: [Select]
<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
Code: [Select]
<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