For some reason it's not working?
I'm working inside vbulletin's admin panel.
Here's the actual code in the template....
<if ($vbulletin->userinfo['username']=='JohnDoe')>
<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
</if>
And here's what I get when I view the Source in a browser....
<if (Array['username']='JohnDoe')>
<td class="vbmenu_control"><a href="memberlist.php">Members List</a></td>
</if>
But for some reason, it still shows the code no matter what.
I'm baffled. If I comment out the code, it no longer shows (as expected).
any ideas?
Thanks
|