The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
[QUESTION] USERCP Template
How can I delete event reminder, or prevent from showing, for a specific user groups' control panel?
http://www.vbulletin.com/docs/html/color_maps_usercp For instance, registered usergroups will not have event reminder displaying in their control panel. |
#2
|
||||
|
||||
You'll have to put a condition around it in the USERCP_SHELL template:
HTML Code:
<if condition="is_member_of($bbuserinfo, 5, 6, 7)"><tr><td class="$navclass[event_reminders]" nowrap="nowrap"><a class="smallfont" href="calendar.php?$session[sessionurl]do=viewreminder">$vbphrase[event_reminders]</a></td></tr></if> |
#3
|
|||
|
|||
thanks! I appreciate the help
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|