Helpful Information
 
 
Category: vBulletin 3.8 Template Modifications
Mini Mods - Add 'View All Groups' to Community dropdown on Navbar

My users were complaining that it was "Difficult to see what updates had been made to Social Groups"...

They were used to seeing the "View All Groups" view that you get when you go to the group.php, then click the link but were unable to easily find it. Therefore I thought I'd add it to the "Community" dropdown on the Navbar.

While this is nothing to most old hats some of the newer users of vBulletin may not know how to do it, so here it is:

In the Navbar Template Find:

<tr><td class="vbmenu_option"><a href="group.php$session[sessionurl_q]">$vbphrase[social_groups]</a></td></tr>


Add below it:


<tr><td class="vbmenu_option"><a href="group.php?do=grouplist">View All Groups</a></td></tr>


This resolved the difficulties that users were having with being able to easily access what Social Groups have had updates.

Update: Removed unnecessary query.

Make sure to find the one with the < tr > tags, or you will be placing in the code early and it won't work.

Is there a way to see all normal groups ( not social ones ) and who is member ?










privacy (GDPR)