Hey,
I'm tryind to make a BBcode in order to hide text from non-registered members.
I've tried a couple of things, but I was wondering if it was possible to use these as a BBcode:
Code:
<if condition="$bbuserinfo['userid']">{param}<else />Please register to see hidden info (such as links etc.)</if>
<if condition="$show['guest']">Please register to see hidden info (such as links etc.)<else />{param}</if>
But both don't seem to work HOWEVER they both show the tekst when if and the text when else. So have I made a mistake in the condition somewhere?
Thanks.