The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello
![]() I have only one question, I need to be able to limit a certain area of my forum to only be displayed for the Administrator Usergroup, I know there is no way this can be done with a default unhacked Vbulletin but a simple If formular would do the job only thing is I dont know how to enable it so only an Administrator can view it. It is basically so only a table containing some information can be viewed in the forum. Any suggestions? |
#2
|
|||
|
|||
![]()
Please provide a bit more information, what exactly you want to hide for others?
|
#3
|
|||
|
|||
![]()
Well basically I have a quick guide to the links for my Administrators in my footer rather than the standard Admin Cp, Mod cp, etc.
These extra links are to the control panels for the rest of my site such as my Image Database and my global site condition switch. I wanted them as a table with the Name and the description of what the control panel is for however when I add it with no "If" formular all members on the board can view the table intended just for my Administrators and then can view all the control panel links and description. I wanted to use an "If" function to limit it so only my Administrators can view the table in the footer. Sounds like I have complicated this |
#4
|
|||
|
|||
![]()
You could use the following in the footer template. It will only show your content if the AdminCP link is also shown:
Code:
<if condition="$show['admincplink']"> ....your links.... </if> |
#5
|
|||
|
|||
![]()
DOH! The solution was so ultimately simple and yet I failed to see it, I guess this will be one of my most embarassing threads,
Thank You Very Much ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|