Good man! Let me find you a few references (hopefully) and then I can assist you from there if needed. If you do not like the way it works you can always go third party, but you will not need to. I have recently put it through it's paces and was satisfied.
--------------- Added 29 May 2014 at 00:41 ---------------
Use these canned variables in the
"Show Permission Name" when create a Tab, Menu or Link. (See Navigational Manager)
Please read the help tab on the row item in the navigational manager. It will make more sense now.
You can easily create show variables for user-groups or any other custom condition with a
simple plugin. Just remember that you can place a condition on a tab, but it might only be hidden from the menu. In order for the code to be restricted the same show variable needs to wrap your code.
The show variables below already do both. If you are having trouble finding what you need. Just ask most of us around here know how to reference these variables.
Reference: List of show variables
http://www.vbulletin.com/forum/forum...rray-variables
This is just a dump of the $show variables off a vanilla version of 4.2.1 on my development system.
Of course you can simply create your own show variable. I will address that in the next post.
PHP Code:
$show (array) Forum.php Memory: 64 B (TBWORLD)
-----------------------------------------------------
$show['activemembers'] = Boolean(1) TRUE
$show['addfriend'] = Boolean(0) FALSE
$show['admincplink'] = Boolean(1) TRUE
$show['avatarlink'] = Integer(1) 1
$show['bbmenu'] = Integer(1) 0
$show['birthdays'] = Boolean(0) FALSE
$show['browsers'] = Boolean(0) FALSE
$show['canviewcalendar'] = Boolean(1) TRUE
$show['canviewforums'] = Integer(1) 1
$show['cmsattach'] = Integer(1) 1
$show['collapsebutton'] = Boolean(0) FALSE
$show['communitylink'] = Boolean(1) TRUE
$show['contactus'] = Boolean(1) TRUE
$show['detailedtime'] = Boolean(0) FALSE
$show['dismiss_link'] = Boolean(1) TRUE
$show['dst_correction'] = Boolean(0) FALSE
$show['editor_css'] = Boolean(0) FALSE
$show['emaillink'] = Boolean(0) FALSE
$show['externalrss'] = Boolean(0) FALSE
$show['forumdescription'] = Boolean(1) TRUE
$show['foruminfo'] = Boolean(0) FALSE
$show['forumleaders'] = Integer(1) 1
$show['forumsubscription'] = Boolean(0) FALSE
$show['friends_and_contacts'] = Boolean(1) TRUE
$show['guest'] = Boolean(0) FALSE
$show['homepage'] = Boolean(0) FALSE
$show['icon'] = Boolean(0) FALSE
$show['languagechooser'] = Boolean(0) FALSE
$show['lastpostinfo'] = Boolean(1) TRUE
$show['loggedinusers'] = Boolean(1) TRUE
$show['member'] = Boolean(1) TRUE
$show['memberslist'] = Boolean(1) TRUE
$show['modcplink'] = Boolean(1) TRUE
$show['nojs_link'] = String(21) "/forum.php?nojs=1"
$show['nopasswordempty'] = Integer(1) 0
$show['notices'] = Boolean(1) TRUE
$show['notifications'] = Boolean(0) FALSE
$show['old_explorer'] = Boolean(0) FALSE
$show['passwordexpired'] = Boolean(0) FALSE
$show['pmlink'] = Boolean(1) TRUE
$show['pmmainlink'] = Boolean(1) TRUE
$show['pmsendlink'] = Integer(2) 50
$show['pmstats'] = Boolean(1) TRUE
$show['pmtracklink'] = Integer(1) 1
$show['pmwarning'] = Boolean(0) FALSE
$show['popups'] = Boolean(1) TRUE
$show['profilepiclink'] = Boolean(1) TRUE
$show['quick_links_albums'] = Boolean(1) TRUE
$show['quick_links_groups'] = Boolean(1) TRUE
$show['quickchooser'] = Boolean(1) TRUE
$show['quicksearch'] = Boolean(1) TRUE
$show['registerbutton'] = Boolean(1) TRUE
$show['remotejquery'] = Boolean(1) TRUE
$show['remoteyui'] = Boolean(0) FALSE
$show['remoteyuicombo'] = Boolean(0) FALSE
$show['rtl'] = Boolean(0) FALSE
$show['search_engine'] = Boolean(0) FALSE
$show['searchbuttons'] = Boolean(1) TRUE
$show['sidebar'] = Boolean(1) TRUE
$show['sidebarposition'] = String(5) "right"
$show['siglink'] = Integer(4) 1024
$show['spacer'] = Boolean(1) TRUE
$show['subforums'] = Boolean(0) FALSE
$show['threadinfo'] = Boolean(0) FALSE
$show['todaysevents'] = Boolean(1) TRUE
$show['viewarticles'] = String(1) "1"
$show['viewblog'] = String(1) "1"
$show['wgo_members'] = Boolean(0) FALSE
$show['wollink'] = Integer(1) 1