[REQ] Some mods.

What does this do? Well it will fix that annoying lopsided postbit right template area and make it nice and neat!

First:
You will need to add a CSS variable in the additional CSS Definitons area in Styles - All Style Options - Scroll Down

Add this definition:
PHP:
.postbittop {
background-color:#FFFFFF;
color: #000000;
padding:7px 7px 7px 7px;
border: 1px dotted #E0E0E0;
width: 292px;
}


Note these settings can be changed and adjusted to suit your needs

Next:
Find
PHP:
<td width="100%">&nbsp;</td>
            <td valign="top" nowrap="nowrap">


Directly Underneath Add


PHP:
<div class="smallfont">
                <div class="postbittop" align="right">


The align="right" will align your text inside the box. So change this accordingly.
 
vBulletin Version Compatibility
This hack can only be used with vBulletin v3.8.x.

What Does This Hack Do?

This very simple template hack moves the Social Bookmarks from the bottom of a thread to the top.

Installation Instructions
In attached .zip file.

How do I enable Social Bookmarks in the Admin CP
This has been asked a fair few times, so here goes:
Select vBulletin Options -> vBulletin Options -> Thread Display Options (showthread) -> Enable Social Bookmarking and change to Yes
You will also need to add at least 1 bookmark, so that your social bookmarks will show up:
Select vBulletin Options -> Social Bookmarking ManagerAdd New Social Bookmarking Site to add sites. and click the

Version History

v3.8.001 - Wednesday 10th December 2008
-- Initial Release
 
Back
Top