The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Footer BackGround image
My footer looks very faint. How do I add a background like this? |
#2
|
||||
|
||||
To have it show up in all styles, you could create a plugin hooked at "parse_templates" with the following code:
PHP Code:
|
#3
|
|||
|
|||
Quote:
|
#4
|
||||
|
||||
If you would rather, you can add the class selector to your "additional.css" template, but you would have to do this for each style. If this is what you would prefer, then add this to the "additional.css" template (in each style you want to affect):
HTML Code:
.below_body { background: url(image url) no-repeat center; } |
#5
|
|||
|
|||
Quote:
Thank you for your help (my english is very bad So ı use translator) |
#6
|
||||
|
||||
Please post a link to your site so I can inspect the DOM and see what class selector your need on your site.
|
#7
|
|||
|
|||
travian.forumkeyfim.com
|
#8
|
||||
|
||||
Okay, we are accessing the correct class, change the selector to:
HTML Code:
.below_body { background: url(images/vb4green/header1.png) repeat center; } |
#9
|
|||
|
|||
Quote:
It was not as good as I wanted. But it's pretty good for the old look. Do you have a better suggestion? Also how do I remove some posts / links there?(I partially removed some of them now.) |
#10
|
||||
|
||||
Quote:
What posts/links? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|