Member
Member
nik   11-02-2009, 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
Member
Member
klimas   22-02-2009, 17:07
#3

Hi, function 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   22-02-2009, 18:14
#4

Thanks. Will get a fix in soon.

Member
Member
klimas   22-02-2009, 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   22-02-2009, 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.