PDA

View Full Version : Postbit_legacy Template Design Help


theFM
07-03-2009, 08:04 PM
i have just seen a postbit design which looks great and i want it also to be on my forum as if anyone can tell me how did they do it which looked so good

the Address of the forum is

http://sakurahana.com/forum/forum-support-feedback/19922-idiot-bot.html#post437736
Can anyone please tell me how did they design the postbit_legacy template

please please

mmoore5553
07-05-2009, 07:31 AM
well it can be achieve several ways

https://vborg.vbsupport.ru/showthread.php?t=196244

there is one way or use

vbcredits
vbexperience ...

any of those and then just do custom CSS .

MoH672
07-06-2009, 05:09 AM
Put this in your "Additional CSS Definitions" in your Style Manager.

.pbit {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #xxxxxx;
border-top: 1px solid #xxxxxx;
border-right: 2px solid #xxxxxx;
border-left: 1px solid #xxxxxx;
border-bottom: 2px solid #xxxxxx;
margin-bottom: 3px;
}

Replace the xxxxxx with your own colors.

Find the following in your postbit_legacy template:

<if condition="$post['joindate']">

Above it you will see the following code:

<div class="smallfont">
&nbsp;<br />

Replace "smallfont" with "pbit".

Enjoy.