PDA

View Full Version : Default Usergroup Avatars


bigcurt
09-22-2007, 09:14 PM
I have an extremely large ban list and due to the nature of my site it is important for people to know who I have banned. So, what I am looking for is a way to make all banned users have a specific avatar. That way it is very clear who is banned and who isn't. Plus it might look cool ;). This can also be done for other usergroups as well not just banned ones.

Freesteyelz
09-22-2007, 10:48 PM
Look at this thread (https://vborg.vbsupport.ru/showthread.php?t=158356) as a guide. If you need further help let me know.

Kirk Y
09-22-2007, 11:25 PM
Just find:
$post[avatarurl]

Replace with:
<if condition="is_member_of($post,X)">http://yoursite.com/images/banned.gif<else />$post[avatarurl]</if>

Just replace the X with the UsergroupID of your Banned Usergroup, and set the Image Path to something real.

bigcurt
10-02-2007, 03:58 PM
Sorry for late reply - but thanks.

Bilderback
10-04-2007, 08:12 AM
There are a couple of good template changes that you may like.
https://vborg.vbsupport.ru/showthread.php?p=1344921
--puts a background Banned image in the avatar

https://vborg.vbsupport.ru/showthread.php?t=155688
--put Prison bars over the avatar

DivisionByZero
10-05-2007, 11:03 AM
here's a better one. just create a full-width conditional layer with a clear BANNED image (like a red rubber stamp even) to go over each users postbit, profile, etc.

bigcurt
10-07-2007, 11:57 PM
That would be nice haha.