The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Has anyone added an image to posts such as the transparent png in the image below ....
![]() |
#2
|
||||
|
||||
![]()
At one time I had an "ADMIN" watermark behind my own posts but have since taken it down... It was easy enough- edit the postbit/postbit_legacy and find the first <table> or <td> above $post[message] and just add a background image to the table via HTML.
|
#3
|
||||
|
||||
![]()
Nice one Joe
|
#4
|
||||
|
||||
![]()
Could probably just do it via CSS:
HTML Code:
.postbit .postrow {background: xxxxxx;} |
#5
|
|||
|
|||
![]()
how about per usergroup?
I cannot find the modification here anymore. |
#6
|
||||
|
||||
![]()
A different background based on the usergroup? I don't know of one, but that doesn't mean it doesn't exist. Try a search on "usergroup" in "all mods" "titles only" and see what comes up.
|
#7
|
||||
|
||||
![]()
That mod does exist however it's for the userinfo background not the actual post message background per say.
You could simply add in more css definitions based on that one then within the template use something along the lines of: Code:
<div class="<vb:if condition="is_member_of($bbuserinfo, 1,2,3)">CLASS FOR THESE GROUPS<vb:else />THE NORMAL CLASS</vb:if>"> Code Code Code </div> ![]() Edit: and Basil do us a favor and upload attachments here not on vbulletin.com then posted here as some will help however if they are not logged in to vb.com and here too at the same time then they can't see the image ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|