I am using <?php echo elgg_view_module('featured', elgg_echo("custom:members"), $vars['members'], $mod_params); ?> in my custom theme to display the new members. But I want to display 20 or more members, and currently it is allowing me to show only 10, how can change it to show 20 members and which files should I change. I am using elgg 1.8.2 right now and working on a custom theme.
Thanks
Fareed
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Trajan@Trajan
Trajan - 0 likes
- fareed@fareed
fareed - 0 likes
- Team Webgalli@webgalli
Team Webgalli - 0 likes
You must log in to post replies.Find the view file for the module you want to show and inside it will have a "10" somewhere (maybe without the ""). Change that to 20 and it should be fine.
run www.yoursite.com/upgrade.php first before checking just to make sure.
@Trajan where is that module, I looked for it all night and still can't find it. Sorry it is 5 AM here and kind of messed up.
Thanks for the help
Have a look at index.php of custom_index module.