The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Postbit_legacy styling help
Hi,
I was wondering how you would add these two grey areas in the postbit_legacy template. (see attachment). Ive been trying everything i know and have serached this entire site with no luck so any help would be greatly appreciated. Thanks, Josh |
#2
|
|||
|
|||
Untested but the top space could be added by using $template_hook[postbit_messagearea_start] in the vB postbit_legacy template, or after $template_hook[postbit_messagearea_start] in that template add in the following:
Code:
<div style="width:100%; padding:$stylevar[cellpadding]px;" align="$stylevar[left]"> text in top space </div> Code:
<div style="width:100%; padding:$stylevar[cellpadding]px;" align="$stylevar[left]"> text in bottom space </div> |
#3
|
|||
|
|||
Interesting idea - I tried it but didn't seem to work on my side.
|
#4
|
|||
|
|||
Thanks so much they both work properly,
however how do i change the color of the sections. Thanks, Josh |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|