Conditionals question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • loaf
    Senior Member
    • Jun 2007
    • 303
    • 3.6.x

    Conditionals question

    For some reason, I just can't get this to work....

    I'm trying to put a link to a club member's only calendar, which registered users won't be able to see (link or calendar), in the navbar with the following code:
    Code:
    	<td class="vbmenu_control"><if condition="in_array($bbuserinfo['usergroup'], array(5,6,15))"><a href="calendar.php?c=3">Member's Cal.</a></if></td>
    15 is my club member's only usergroup. I tried putting the conditional outside of the td tags as well and that didn't work either.

    What am I missing?
  • loaf
    Senior Member
    • Jun 2007
    • 303
    • 3.6.x

    #2
    Nevermind...

    Got it....

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...