The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding a background image to user info in all posts
I was browsing other vBulletins to get design ideas and came across something really cool.
On http://www.fbodyonline.com, all of their posts have a background image on the side where all the user's information (User name, number of posts, date joined, etc) are located. Is this a mod or just a simple change in he Admin CP? Here is an example post. |
#2
|
|||
|
|||
i think it's simply just a postbit template edit.
On the other hand, I'm curious as to what they use for their CMS. |
#3
|
|||
|
|||
|
#4
|
||||
|
||||
Find this line in postbit_legacy template:
HTML Code:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
HTML Code:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px; background: url(background-image.png) no-repeat bottom left">
|
#5
|
|||
|
|||
Quote:
|
#6
|
||||
|
||||
Code is tried and tested and works fine.
Did you change the url in the code "url(background-image.png)" for your image? . |
#7
|
|||
|
|||
Quote:
I bet I did it wrong... |
#8
|
|||
|
|||
I would take out the %20 ....As just a habit i never use spaces as they cause problems. Rename the image to something with no spaces or add and underscore instead of a space ...
your_image.png |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|