PDA

View Full Version : Anyway to view all photo comments in one place


tmweb
10th of April 2005 (Sun), 21:56
On the main gallery page there is a link for reading and submitting feadback to a certain gallery. But is doesn't show comments/ratings for each individual photo in the gallery... for example I have 3 galleries of total appr. 600 pictures, and it would be nice to see all comments with photos in one place, instead of going each picture one by one, as is shown in main admin (PHOTOS/comments and ratings (http://www.ashgabat.us/gallery/input/EDITOR_comments_and_ratings.php?exhibition=2&lang=eng))aread /input/EDITOR_comments_and_ratings.php...

Isn't it good? What do you say Pekka and all you guys?

tim
12th of April 2005 (Tue), 15:15
If you know SQL you could use this (putting in the table name and any where clause you want to narrow down the comments by. It's not nice but it would work.

select * from database_table_name where...

Pekka
12th of April 2005 (Tue), 15:17
A global comment viewer page is on todo list.

tmweb
12th of April 2005 (Tue), 15:32
A global comment viewer page is on todo list. Yes, that would be great. I am pro in PHP & SQL, would like to help you but very busy these days:) But I really need this feature for my gallery, if I do it before you I'll let you know :D

tmweb
12th of April 2005 (Tue), 15:33
If you know SQL you could use this (putting in the table name and any where clause you want to narrow down the comments by. It's not nice but it would work.

select * from database_table_name where...

But do Pekka allow us to modify his code? Pekka? :rolleyes: