PDA

View Full Version : admin note bb code


tipoboy
05-24-2009, 02:53 PM
Hi all, i am searching for a bb code so only admins can see what is typed in the bb code.

I have tried searching here but couldnt find anything like this.

i tried creating a new bb code called [hiddenadmin] and added <if condition="$show['modcplink']">{param}</if> to the replacement box but it didnt work.

Is this possible to do?

Any help is appreciated

:D

EagleNick
05-24-2009, 03:09 PM
I don't even know if this will work, but try using a usergroup conditional instead. <if condition="is_member_of($vbulletin->userinfo, 1, 2, 3)"></if>

Replace 1, 2, and 3 with the usergroup IDs of your staff groups.

tipoboy
05-25-2009, 09:21 PM
I don't even know if this will work, but try using a usergroup conditional instead. <if condition="is_member_of($vbulletin->userinfo, 1, 2, 3)"></if>

Replace 1, 2, and 3 with the usergroup IDs of your staff groups.

thanks eagle but alas that didnt work :(

any other idea's ??

TIA