The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello,
i want to add a div container around the body content of every vbulletin page, anyone got an idea how to do that ? standard vbulletin structur: HTML Code:
<body> <div class="above_body"></div> <div class="body_wrapper"></div> <div class="below_body"></div> </body> I want it to be like that: HTML Code:
<body> <div class="my_new_div_container"> <div class="above_body"></div> <div class="body_wrapper"></div> <div class="below_body"></div> </div> </body> ![]() cheers |
|
#2
|
|||
|
|||
|
Hello, any help ?
|
|
#3
|
|||
|
|||
|
You can find the start of body_wrapper in the navbar template and the end of it in the footer template.
Just add <div class="above_body"> above <div class="body_wrapper"> and add a </div> below </div> <!-- closing div for body_wrapper --> |
|
#4
|
|||
|
|||
|
thx, but not all pages use this templates.
There are many templates which use their own <body> tags. Just search for "<body" in the templates
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|