Quote:
Originally Posted by veenuisthebest
try this
HTML Code:
<if condition="is_member_of($vbulletin->userinfo, 6)"></if>
|
Tried that but got the following error:
Code:
Warning: fopen(/tmp/phpWDuytz) [function.fopen]: failed to open stream: No such file or directory in /includes/class_image.php on line 328
Anyone else? Unless the problem is because I am trying to do 3 user groups:
Code:
<if condition="is_member_of($vbulletin->userinfo, 6, 28, 5)">$attachinput</if>