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/
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)
You could change the plugin circa line 342 to use: ` case "toprated": $sortorder = "(images.total_value/images.total_votes) DESC, images.total_votes"; break; `
Comments
http://www.zenphoto.org/documentation/plugins/_plugins---image_album_statistics.php.html#functionprintTopRatedImages
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
`
case "toprated":
$sortorder = "(images.total_value/images.total_votes) DESC, images.total_votes"; break;
`