dlcomplete
New Member
Assalam-O-Walaikum,
Hello to all members,
I want to add a restriction in bbcode code like vbulletin.org and i am applying these codes:
1:
2:
But both mthods won't work please tell me where i am doing wrong.
Allah Hafiz.
Bye.
Hello to all members,
I want to add a restriction in bbcode code like vbulletin.org and i am applying these codes:
1:
Code:
<if condition="$show['member']">
$code
<else />
<if condition="$show['guest']">
some text here!
</if></if>
2:
Code:
<if condition="$show['member']">
$code
<else />
some text here!
</if>
Allah Hafiz.
Bye.