The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need the conditions for the calendar
when i disable the calendar it still shows to people who are not welcome to view it (guests) in the navbar that is why i need the conditions for the calendar.
As you can see in the following image there are the permissions : The first option is "Can View Calendar" so would the condition for that be <if condition="$show['canviewcalendar']">? I need the conditionals for all the options please. |
#2
|
||||
|
||||
Look at the calendar.php file and you'll see the various permissions. I think if you want to use one of them, you'll have to use a plugin to grab the permission and do something with it.
If you don't want guests to see something, use this in the template: HTML Code:
<if condition="$show['member']"> stuff to only show to logged in users </if> |
#3
|
|||
|
|||
OK ill check it out and report back
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|