Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
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.

Members Alphabetical rather than Online - fix needs fixing

10 years 1 month ago
  • Susan's Avatar
    Topic Author
  • Susan
  • Offline
  • Fresh Boarder
  • Posts: 69
  • Thank you received: 20
Licenses:
JomSocial Expired AdAgency Expired iSEO Expired Socialize Expired

ISSUE SUMMARY: We wanted All Members to default to Alphabetical not Online, as that was confusing. We carried out the fix from Michal www.jomsocial.com/forum/modules-plugins-...-alphabetical#125757 , and all Members do now show Alphabetically. However, the Field Label still says 'online'. But if you switch to Latest, and back to Alphabetical now it says Alphabetical.

STEPS TO REPLICATE:
1 go to Member lists
2 See what is the default view
3 Check how this is labelled!
4
5
RESULT
EXPECTED RESULT Label to be Alphabetical
BROWSER

10 years 1 month ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Susan,

1. Please you follow this www.jomsocial.com/forum/design-and-custo...hotos-put-discussion and then

2. on same this components/com_community/views/search/view.html.php, find this :

if ($config->get('alphabetfiltering')) {
                $sortingsHTML = CFilterBar::getHTML(CRoute::getURI(), $sortItems, 'online', $filterItems, 'all');
            } else {
                $sortingsHTML = CFilterBar::getHTML(CRoute::getURI(), $sortItems, 'online');
            }
replace to :
if ($config->get('alphabetfiltering')) {
                $sortingsHTML = CFilterBar::getHTML(CRoute::getURI(), $sortItems, 'latest', $filterItems, 'all');
            } else {
                $sortingsHTML = CFilterBar::getHTML(CRoute::getURI(), $sortItems, 'latest');
            }

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW