Dear all ,
I have a question need all your help .
I want to make one of my bbcode that need user to login for watching .
My idea is , [ member ] Member Content [ /member ]
But I can't use the code as following (which is what I post in the bbcode area)
PHP Code:
<if condition="$show['member']">
MEMBER CONTENT
<else />
Please login for watching ...
</if>
but these code were working perfectly in other place in the forums .
Can you tell me how to modify the script or how to make it work ?
thanks for your help .