Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Rank images  (Read 2748 times)

0 Members and 1 Guest are viewing this topic.

Rusche

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Rank images
« 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?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Rank images
« Reply #1 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
Logged
Pages: [1]   Go Up
 

Page created in 0.027 seconds with 19 queries.