The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]()
Ok, I have the tab removed unless you're an admin now.
Quote:
By default when you goto the website the CMS page is loaded, right now the tab isn't there when I'm logged out, but I'm still on the main CMS "The Front Page". If I don't forward someone to the forums page, what would I do? Sorry, I just don't get how the logic works. =) How do I deny them permission? Maybe that's the part I'm missing? What I'd really like to do is just get them to the forums seamlessly. I created a plugin as so: Code:
if (THIS_SCRIPT == 'vbcms') { if (is_member_of($user,6) == true) { echo("<!-- Is admin! -- >"); } else { echo("<!-- Is NOT admin! -- >"); } } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|