Member
Member
nik   2009-02-11, 20:27
#1
Hey, guys! I wonder, how is it possible to make "Recent comments" and "Top rated photos" on the main page of ZenPhoto...for example, smthn like here http://yabasta.cz/zenphoto/

Thnx.
Administrator
Administrator
acrylian   2009-02-11, 20:46
#2
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functionprintLatestComments
http://www.zenphoto.org/documentation/plugins/_plugins---image_album_statistics.php.html#functionprintTopRatedImages
Member
Member
klimas   2009-02-22, 17:07
#3
Hi, function <?php printLatestComments(5, 100); ?> doesn´t work when I log-out in the nightly build 1.2.3 [3509]

It brings

Notice: Undefined variable: passwordcheck1 in /3w/mysteria.cz/h/hospody5/zenphoto/zp-core/template-functions.php on line 3059

Notice: Undefined variable: passwordcheck2 in /3w/mysteria.cz/h/hospody5/zenphoto/zp-core/template-functions.php on line 3060

error to me.
Klimas
Member
Member
sbillard   2009-02-22, 18:14
#4
Thanks. Will get a fix in soon.
Member
Member
klimas   2009-02-22, 18:56
#5
Thanks. Is it possible to sort same rated TopRatedImages according to the hitcounter? (If I have for example one picture rated 5 stars by 2 viewers and another rated 5 stars by 3 viewers, the zenphoto would show first picture rated more times)
Member
Member
sbillard   2009-02-22, 19:28
#6
You could change the plugin circa line 342 to use:
`
case "toprated":
$sortorder = "(images.total_value/images.total_votes) DESC, images.total_votes"; break;
`
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.