Display the rating on thumbails page ? Display the rating on thumbails page ?
 

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

Main Menu

Display the rating on thumbails page ?

Started by machiga, February 15, 2006, 02:01:03 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

machiga

Hello,
I would like to know if it possible to display the rate (or number of vote) on thumbnails page ?
On the config > Thumbnail View, I have :  Display number of views below the thumbnail (Yes/No),  Display number of comments below the thumbnail(Yes/No), etc...
There nothing about Rating (and I found nothin on Faq and Forum)... is there a technique ?
Thank you very much and have a great day !

Best Regards,
Machiga

machiga

Up up my dear little post.

Nobody can't help me ? I just would like to display the rating of a picture on thumbnails page. Then we can se if one picture was rated (by their number of stars or just some words like "2 votes")
Thank you very much.

Best Regards,
Machiga

machiga

Nobody can't really help me ?
I'll try to explain precisely what I want.
On my thumbnails page (where I have 20 photos / page), I would like to display the number of votes (and stars) like we can see on top rated page.

Is it possible to do that ?
If yes, how can we do that ? (I can't find a way... )

Thank you very much.
Best Regards,
Machiga

Joachim Müller


machiga

#4
Sorry about that...
I'll be patient

Joachim Müller


Abbas Ali

Edit include/functions.inc.php

Replace (in function get_pic_data) around line 939


if($select_columns != '*') $select_columns .= ', title, caption,hits,owner_id,owner_name;


with


if($select_columns != '*') $select_columns .= ', title, caption,hits,owner_id,owner_name,pic_rating,votes';


then just few lines below it Replace


if ($set_caption) build_caption($rowset);


with


if ($set_caption) build_caption($rowset, array('pic_rating'));



P.S: With some more coding this can be done as config settable option like others are.


Abbas
Chief Geek at Ranium Systems

Joachim Müller

@Abbas: good work, I added a reminder to the appropriate board so that your idea doesn't get forgotten, see http://forum.coppermine-gallery.net/index.php?topic=28206.0

Abbas Ali

Chief Geek at Ranium Systems

machiga

Ok Gaugau, but sorry again, because I was sad to see my post goes on second/third page. I'm not really familiar with forum :/

Anyway Abbas Ali, I made the change that you proposed and your code works great !
Thank you very much !

Thank you everybody and good luck for the next release :)

++
machiga

edit : hum I can't find the "solved button"  ;D

Joachim Müller

threads are being sorted by date - currently your thread is on the first page. You can't mark a thread as solved, only moderators can. However, you can reply to your threads saying that they are solved just as you did. I marked the thread accordingly for you.

machiga