Advanced search  

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

Pages: [1]   Go Down

Author Topic: Rank images  (Read 2738 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.017 seconds with 20 queries.