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

Newsfeed | Forum

Uilson Jr
Uilson Jr May 28 '12
Hello people! the newsfeed, gives us the option of showingup the last 100 posts on the wall, how can I do to increase this number? or even instead of "MORE" it will goautomatically showing the posts .. as in FB or G +

Thank you!
Steven Myers
Steven Myers May 28 '12
This would be nice to have as well. +1
Mark
Mark May 28 '12
open up ow_plugins/newsfeed/components/feed_widget.php


change line 96


'optionList' => array(5 => '5', '10' => 10, '20' => 20, '50' => 50, '100' => 100),


change these options as needed.



go to your index/newsfeed page, click customize, click the cog on newsfeed and change to new amount


e.g.


'optionList' => array(50 => '50', '100' => 100, '150' => 150, '200' => 200, '250' => 250),


would give these options for newsfeed items


50

100

150

200

250

The Forum post is edited by Mark May 28 '12
Joseph
Joseph May 28 '12
thanks mark awesome to know and also guys to get the auto load more posts we should probably submit this to the uservoice and vote on it
Uilson Jr
Uilson Jr May 29 '12
Thanks Mark you're the man!
Mark
Mark May 29 '12
no worries

Michael I.
Michael I. May 29 '12
Topic was moved from General Questions.
Uilson Jr
Uilson Jr Jun 3 '12
Friends, even on this topic Newsfeed, when I click to see more on my newsfeed, links that appear are not the old but the last, already took a look at plugins it does not show us no option to bring up the posts older, had to move in PHP to do this job?