We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Top rated photo - pagination... | Forum

fbkca
fbkca Oct 25 '13
Hi, 


Is there any reason why the Top Rated photos are limited to ONE page? 


Can someone tell me how to enable pagenation, or please add this feature. Every other tab has this ability.


Thanks

Daisy Team
Daisy Nov 6 '13
Here is the fix:

Go to ow_plugins/photo/bol/photo_service.php file >> find 259  line and change this string:
return BOL_RateService::getInstance()->findMostRatedEntityCount('photo', $exclude);

to

BOL_RateService::getInstance()->findMostRatedEntityCount('photo_rates', $exclude);


fbkca
fbkca Nov 6 '13
This works perfect.


Thanks Daisy!