View Full Version : Postpit..pls help
PHILLYFAN
08-30-2008, 05:13 PM
here is my site
http://www.nationalsocomleague.com/forum/index.php
if you look where my avatar is for like "join date" and "post count" they have a border around them
However i added some fields to it and they do not have the border around it.
How do I add the border around each field i added or is there a mod to fix this?
Spank
08-30-2008, 06:07 PM
I can't see any forums, have you disabled guest viewing?
Opserty
08-30-2008, 06:46 PM
Its a feature of your custom style, you need to see the HTML applied to the area around the joindate/postcount variable. It may be a "class" or "style" HTML. Duplicate this effect on the custom fields you added.
PHILLYFAN
08-30-2008, 08:26 PM
ok im going to look now thank you
dirtyfeast
09-01-2008, 02:20 AM
You have to have your forum open to guests to see what you need help with. If we cant see than it's hard to help you.
PHILLYFAN
09-04-2008, 03:57 AM
Its a feature of your custom style, you need to see the HTML applied to the area around the joindate/postcount variable. It may be a "class" or "style" HTML. Duplicate this effect on the custom fields you added.
So my custom fields i made would be in the MEMBERINFO? I'm still alittle confused on this. Any help would be great. Thanks
Opserty
09-04-2008, 09:30 AM
It would be easier if we could see posts in one of the forums. ;)
In the postbit you might have something like:
<div class="infobox">
$post[joindate]
</div>
Or something like that. You need to apply that same class to your custom profile fields. Like:
<div class="infobox">
$post[fieldX]
</div>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.