PDA

View Full Version : Leave


jgrakowski
10-21-2008, 05:07 PM
Is it possible, can anyone help me?
I am looking to do this:

User joins public user group (group titled "on leave"), his avatar is grayscale (or transparent).
User leaves this public group, his avatar is back to normal.

Lynne
10-21-2008, 07:50 PM
Here's a good site that explains the css needed to make an image transparent - http://www.mandarindesign.com/opacity.html . Then, just do a condition in the postbit - is_member_of and if so, apply the css, if not, leave normal.

iogames
10-21-2008, 07:56 PM
and u can combine with this :p

https://vborg.vbsupport.ru/showthread.php?t=185957

jgrakowski
10-25-2008, 09:02 PM
thanks!