forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: Pasci on September 08, 2004, 06:17:29 pm

Title: Move ratings above thumbs
Post by: Pasci on September 08, 2004, 06:17:29 pm
Hello:

Thank you for all the support I have gotten from this forum. All the volunteers are really awesome! Sharing knowledge is great.

Anyways, my problem is that I would like to move the ratings icons in the http://bangkokrecorder.com/fotos/displayimage.php?album=lastcom&cat=-10&pos=0 from currently being between the thumnbails and the comment box to between the photo and the thumnails, meaning move them one level or row up.

Any help is highly appreciated. Thanks in advance.
Title: Re: Move ratings above thumbs
Post by: skybax on September 08, 2004, 10:32:36 pm
Hey that's a cool theme. You should post a way to download it... but anyways to answer you question:

in theme.php, find:     
Code: [Select]
starttable();
    echo $votes;
    endtable();


and move it above:
Code: [Select]
    if ($CONFIG['display_film_strip'] == 1) {
        echo $film_strip;
    }

BTW the "thumbnail box" is actually called the filmstrip...

-T
Title: Re: Move ratings above thumbs
Post by: Pasci on September 09, 2004, 01:35:57 pm
Hello T:

Thank you for your reply. The solution worked. You guys really have some know how :)
The 'theme' we use on our site is not really a new theme, we just made a website and then put the gallery in there
Code: [Select]
{MAIN_MENU} and {ADMIN_MENU} {GALLERY} , and then modified the style.css, and of course gave the theme a new name.
Title: Re: Move ratings above thumbs
Post by: skybax on September 09, 2004, 02:44:36 pm
Could you at least send me/post the theme? I would enjoy playing around with the design and possibly release it to the public download here... and you'll get the original credit, women and fast cars that goes with it. Sorry the beer is for GauGau. ;)

-T
Title: Re: Move ratings above thumbs
Post by: Casper on September 09, 2004, 09:11:34 pm
I agree with skybax, it would be good to see it available,  ;)