Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
How can I, preferably via control panel or via overrides, set Jomsocial to display groups in alphabetical order? I need this done for the All Groups/My Groups pages as well as for the Community - Active Groups module.
the changes for this purpose can't do it by using override, must done by core customization. here the steps:
1. edit /components/com_community/views/groups/view.html.php
2. for my groups, line 1485 changing it from
->set('sortings', CFilterBar::getHTML(CRoute::getURI(), $sortItems, 'alphabetical'))
2. for all groups, line 538 changing it from
[code]
->set('sortings', CFilterBar::getHTML(CRoute::getURI(), $sortItems, 'latest'))
It worked fine for the module, but there's something missing for the pages;
You will notice on the screenshot
awesomescreenshot.com/0383msqf19
that Jomsocial is now loading the page with the Alphabetical tab active, but groups are not being sorted automatically.