By default, Elgg’s group page shows 4 latest discussions from the group forum. For getting better overview about actions in forum it might be good idea to increase the number from 4 to…50, for example:
Navigate to Elgg installation folder / mod / groups / views / default / groups / forum_latest.php on line 5, where stands:
$forum = get_entities_from_annotations("object", "groupforumtopic", "group_topic_post", "", 0, $vars['entity']->guid, 50, 0, "asc", false);
Number 50 is the one.



