Link on top 'most comments' possible ?? Link on top 'most comments' possible ??
 

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

Link on top 'most comments' possible ??

Started by danyball, September 22, 2008, 12:18:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

danyball

Hi!
Is there any way to create a link to see the pictures with the most comments?! like 'newest comments' ....

thanks!!!!
daniel

danyball

The SQL-Query i want is:
SELECT pid, count(*) as summe FROM `cpg148_comments` group by pid order by summe desc

i only need help in which file i have to copy it. i want a thumbnail-site with these pictures....

thanks!

Joachim Müller

You need to create a new set of meta-albums. Take a look at index.php and include/functions.inc.php: search for the case selectors there and come up with a new case for your meta album.