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

Want photo widget to show Featured or Top Rated picture | Forum

Lee
Lee Sep 5 '13
Does anyone know how to make the photo widget in the main page to show Featured or Top Rated picture by default instead of lastest photo?  
ross Team
ross Sep 9 '13
Topic was moved from General Questions.
fbkca
fbkca Sep 10 '13
In your ow_plugins/photo/controllers/photo.php file you can change:


        $listType = isset($params['listType']) ? $params['listType'] : 'latest';


to:


        $listType = isset($params['listType']) ? $params['listType'] : 'toprated';



Daisy Team
Daisy Mar 10 '14
Lee, please search before posting: http://www.oxwall.org/forum/topic/14930
Lee
Lee Mar 10 '14
I have post this forum before the forum you show http://www.oxwall.org/forum/topic/14930

look at the date.


Thank You