Hello, I've been searching for this for quite some time, and have never really been able to figure out how to do this, or even approach doing it. I have it set for all users, but am not sure on how to make different ones for different usergroups.
So far I've managed adding the background, but it affects all users by adding this under .author_info under ipb_styles.css
.author_info {
width: 155px;
float: left;
font-size: 12px;
text-align: center;
background: url(http://www.katagon.com/forums/public/style_extra/userbg/fmod_bg.png)no-repeat; min-height: 394px;
}
I'm as well using board version 3.4.6, and am slightly inexperienced in this field. I am not aware if there are any hooks available as well for this, as I've searched.
The background varies depending on your usergroup. Thank you for anyone who is able to assist me.