Log in

View Full Version : Mini Mods - Add 'View All Groups' to Community dropdown on Navbar


Phaedrus
01-13-2009, 10:00 PM
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.

Phaedrus
01-14-2009, 03:15 AM
Make sure to find the one with the < tr > tags, or you will be placing in the code early and it won't work.

IKShadow
08-20-2009, 12:59 PM
Is there a way to see all normal groups ( not social ones ) and who is member ?