ok so I figured out how to get rid of the list of featured groups in the world page but now I can't seem to figure out how to get it to list more groups than just a few. I have it displaying the way I"d like (mostly, still needs tweaking) but it's only showing a list of 5 groups. Here's a screenshot:
Can someone tell me where to find the code that's telling it to display only 5 groups? Is it possible to make it display a very specific number of groups in this list?
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.
- Simon@Simox
Simon - 0 likes
- Brett@brett.profitt
Brett - 0 likes
You must log in to post replies.Is there more groups that you know exists? In Elgg there is shown 10 groups by default..
Simon has a good point--The default limit for groups is 10.
Also, all the elgg_list_*() functions support passing a limit in the options array. See mod/groups/all.php for examples.