Quote:
Originally Posted by legion!
How can i make it so different usergroups have different backgrounds??
|
you have to make a different css for every group,then just repeat the template code adding every groupid and css
Code:
<if condition="is_member_of($post, 6)">
<td class="postbitadmin" width="175" style="border: $stylevar[cellspacing]px solid $stylevar [tborder_bgcolor]; border-top: 0px; border-bottom: 0px id="td_post_$post[postid]">
<else />
<if condition="is_member_of($post, 7)">
<td class="postbitmod" width="175" style="border: $stylevar[cellspacing]px solid $stylevar [tborder_bgcolor]; border-top: 0px; border-bottom: 0px id="td_post_$post[postid]">
<else />
and so on for every group....
Works great btw