PDA

View Full Version : (Easy) How to write this IF conditional in php format


basketmen
01-24-2010, 12:57 PM
Guys i want to write this code in plugin, what is the right code for that

<if condition="is_member_of($vbulletin->userinfo, 1, 2)"></if>

Lynne
01-24-2010, 02:37 PM
if (is_member_of($vbulletin->userinfo, 1, 2)){
stuff
}