The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I restrict anything being viewed by unregistered or banned users?
I know there is some if condish that let you control different things based on usergroups, <if condition="is_member_of($bbuserinfo, X)"></if>, something like that. I am wondering how to hide all elements of my site, header content, menu, footer, login box etc.
Basically so if a guest visits the site, they can ONLY see a message or an image. Can this be done? |
#2
|
||||
|
||||
Under: Admin Control Panel - Usergroups - Usergroup Manager
You need to Edit Usergroup "Unregistered / Not Logged In" and set Can View Forum to "No". This may give you what you want as far as just showing a link to register. It will not hide everything though. You can also surround any code with this to allow only members to see: Code:
<vb:if condition="$show['member']"> ... </vb:if> |
#3
|
|||
|
|||
Quote:
I was able to figure this out, thank you very much. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|