melondog
03-22-2002, 10:00 PM
This is a quick hack a whipped up, I didn't see it anywhere. It's my first working hack for vBulletin.
First, you want to open member.php
Find this:
if (!$avatarenabled) { and replace it with:
if($bbuserinfo[usergroupid] != 8){ You will need to change the 8 to whatever usergroup number you want to allow. A simpler way is to only allow admins and mods by putting this:
if(ismoderator()){ Any questions, comments, or anything you can just post here, I'll be glad to hear from you.
First, you want to open member.php
Find this:
if (!$avatarenabled) { and replace it with:
if($bbuserinfo[usergroupid] != 8){ You will need to change the 8 to whatever usergroup number you want to allow. A simpler way is to only allow admins and mods by putting this:
if(ismoderator()){ Any questions, comments, or anything you can just post here, I'll be glad to hear from you.