PDA

View Full Version : Group Dedicated Post color?


r00028304
11-07-2010, 08:42 AM
Hi, i would like know if its possible to make X Group have a particular post color on all boards on the forum. meaning the other groups will not have access this color.

This is similar to the one they have on wow forums.

Reeve of shinra
11-08-2010, 04:31 AM
You would have to shut off the option for users to pick colors. After that mess with the post template and use an if condition for the usegroup.

if condition = mod (whatever syntax that is) = .modpostcolor css

else

= .normalpostcolor css

then add the new mod color css to your css file.