Zi55
01-01-2010, 03:07 AM
Hello ,
I just would like to know how i can put this if rule inside plugin ,
<if condition="$show['member']">
include a file for example
</if>
maybe you will tell me to use is rules , is the below right ?
if (is_member_of($vbulletin->userinfo, 1)) (The group of guests)
{
//return empty result
} else {
include
}
Thanks ,
Zi5
--------------- Added 1262351928 at 1262351928 ---------------
Please help
I just would like to know how i can put this if rule inside plugin ,
<if condition="$show['member']">
include a file for example
</if>
maybe you will tell me to use is rules , is the below right ?
if (is_member_of($vbulletin->userinfo, 1)) (The group of guests)
{
//return empty result
} else {
include
}
Thanks ,
Zi5
--------------- Added 1262351928 at 1262351928 ---------------
Please help