guys can i use this if conditional in vb files, for example in forumdisplay.php or showthread.php ?
PHP Code:
if (is_member_of($vbulletin->userinfo, 2, 5, 6, 7))
stuff
}
i need to do some custom hack, there is code need to inserted to vb files and to the templates, but i just want to showing this hack to some usergroups like above
please share your knowledge guys, is this if conditional works for vb files?