Quote:
Originally Posted by Alfa1
Restricting this functionality to only one admin should be possible with a conditional. However, this one does not work:
PHP Code:
<if condition="$vbulletin->userinfo['userid'] == 14">code</if>
Any ideas?
|
Code:
<if condition="$bbuserinfo['userid']>=14">code</if>
or
Code:
<if condition="$vbulletin->userinfo['userid']>=14">
try one of those....not sure if it will work...one should