PDA

View Full Version : What would this code be in php...


fearfx
07-08-2008, 01:49 PM
<if condition="is_member_of($bbuserinfo, X,Y) ">
<a href="http://www..com/usercp.php">User CP</a>
</if>

How would I reproduce the code above into php...

Thanks

Dismounted
07-08-2008, 03:04 PM
if (is_member_of($vbulletin->userinfo, X, Y))
{
// do this
}