XF 1.2 Post Background Image

Mufasa

Active member
Ok, looking around, i has this code before but ive lost it :(

Is there anyway to set a specific post background image for a specific user or usergroup? ive found this code, posted by Azhria Lilu, but its a general background not a specific one.

Code:
.messageList .message {
  background-image:url(http://yoururltostyle/xenforo/misc/watermark.png) !important;
  background-position:100% 90%  !important;
  background-repeat:no-repeat no-repeat !important;
}

Sorry for all the requests lol, im still getting used to xenforo styling and the syntax and i thought id keep you all busy ;)

Thanks!
 
Ok, looking around, i has this code before but ive lost it :(

Is there anyway to set a specific post background image for a specific user or usergroup? ive found this code, posted by Azhria Lilu, but its a general background not a specific one.

Code:
.messageList .message {
  background-image:url(http://yoururltostyle/xenforo/misc/watermark.png) !important;
  background-position:100% 90%  !important;
  background-repeat:no-repeat no-repeat !important;
}

Sorry for all the requests lol, im still getting used to xenforo styling and the syntax and i thought id keep you all busy ;)

Thanks!

I'm sure this is going to need a template edit or an add-on to accomplish this.
 
I'll have to dig and find the code we used for a custom skin that did exactly this. Developers had a different message background than regular members, so its possible.
 
Could it have been something you got from the resource archives? http://xenforo.com/community/forums/template-modifications-archive.37/
No idea, can't seem to find it anywhere... Very strange..

I'll have to dig and find the code we used for a custom skin that did exactly this. Developers had a different message background than regular members, so its possible.
I had this code before also, think i lost the skin i used it on tho..
 
Top Bottom