The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||
|
||||
![]()
So you want to add a sidebar to the showthread page. You'd have to put all the stuff from showthread into a <div> that you want on one side and then add another <div> to the page for the sidebar and then set a width for both of the divs. Something *like* below (I'm never tried, so that's why I say like this):
HTML Code:
<div class="right"> all the stuff for the sidebar</div> <div class="left">all your thread stuff you want on the left</div> HTML Code:
.right {float: right; width 24%;} .left {float: left; width: 65%;} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|