PDA

View Full Version : Forum Display Enhancements - Better Postbit Template


Boosted Panda
07-15-2008, 10:00 PM
There has been a major change to this code seeing as though the recent 3.7.2 upgrade rendered this code useless. Even better now though is this code is more streamlined! 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:

.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
<td width="100%">&nbsp;</td>
<td valign="top" nowrap="nowrap">Directly Underneath Add
<div class="smallfont">
<div class="postbittop" align="right">


The align="right" will align your text inside the box. So change this accordingly.

Boosted Panda
07-17-2008, 12:31 PM
I had some PM's about my signature settings in my Postbit I will post the code later on today.

Fungsten
07-19-2008, 08:14 PM
What would I have to do in the Postbit_Legacy Template? TIA.

Boosted Panda
07-19-2008, 08:25 PM
What would I have to do in the Postbit_Legacy Template? TIA.

This is for the Original Postbit only. If you want a forum with both Postbit and Legacy duplicate your style, and copy and paste the postbit code into the legacy code or visa versa depending on your style settings on the VB options.

Long sentence!

Boosted Panda
09-07-2008, 05:58 AM
Code has been updated!

RobbieZ
09-07-2008, 03:13 PM
Hey Boosted Panda..

The first bit.. Do i just add it to the bottom of this ??

https://vborg.vbsupport.ru/external/2008/09/29.png

And then which template do i edit ?? Postbit ?

RobbieZ
09-07-2008, 03:25 PM
Ok so i did all the above but im now getting this..

https://vborg.vbsupport.ru/external/2008/09/30.png

I get a white background is this because the CSS background in your table is set to #FFFFFF - which is white.. ?

Compared to this one.. which is without your adjustments..

https://vborg.vbsupport.ru/external/2008/09/31.png

Do you think it looks better on white ??

Boosted Panda
09-07-2008, 04:03 PM
The white box looks great. Maybe play with the border color and style to give it some flare.

Boosted Panda
09-07-2008, 04:04 PM
Hey Boosted Panda..

The first bit.. Do i just add it to the bottom of this ??

https://vborg.vbsupport.ru/external/2008/09/29.png

And then which template do i edit ?? Postbit ?

Put it in that second box.

RobbieZ
09-07-2008, 04:09 PM
Put it in that second box.

Right I put it underneath the rest of the original text.. I will change that now..

I also notice where my moods are the line is starting to move up..
^^ - does that make sense.. or do u need a screenie..

Boosted Panda
09-07-2008, 10:55 PM
yeah let me see it since I use the moods too.

RobbieZ
09-08-2008, 08:01 PM
Ive had an UPDATE email.. whats changed panda ??

Boosted Panda
09-08-2008, 09:05 PM
nothing that was just the initital update change

Boosted Panda
09-13-2008, 11:09 PM
Robbie did you get everything solved?