PDA

View Full Version : Postbit Legacy Help


Erika
04-19-2008, 08:38 PM
I am having a terrible time fixing up my postbit to my liking....here is a screenshot:


https://vborg.vbsupport.ru/external/2008/04/32.jpg

Does anyone know how I can:

1. Put the line back that appears after the title of a post/thread?
2. Add boxes around other fields in the postbit, to fit with the Posts and Joindate?
3. Bold the fields: Posts, Join Date, Gender, Casino Cash

I have been fooling around with it for a week now and can't seem to resolve any of these problems.

Any help, advice is great appreciated.

SEOvB
04-19-2008, 10:02 PM
But to put that line back you'll need to put a <hr /> probably the easiest way.

To put the gender and casino cash in a box, you'll need to use whatever CSS clsss is doing it with the join date, posts, and locations field.


<div class="postdata">Gender: Female</div>
<div class="postdata">Casino</div>


To make those others bold, simply look for the phrases and <strong>$vbphrase[posts]</strong> or whatever the code for the phrase is. For example

<div class="postdata"><strong>Casino</strong></div>

Erika
04-19-2008, 10:11 PM
THANK YOU SO MUCH! Going off to work on it right now :)

--------------- Added 1208647967 at 1208647967 ---------------

Here's the problem with the BOX thing:

The CSS is doing the same thing, from my I can tell, with the 'posts', 'join date' and 'locations' field....I am going to try to copy that formatting and plug in the extra fields again to see if I missed something.