Quote:
Originally Posted by Lynne
Create a new style with no parent: - Styles & Templates > Style Manager > Add New Style
- Parent Style: No Parent Style
- Title: Default vBulletin
- Allow User Selection: Yes
- Save
That will give you a completely default style.
|
Ok here is a weird one, I did what you said found where it was in the default style and looked in my custom style and it is actually there so as far as I can tell should technically be showing in each post.
Here is the code
Code:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
So it was in the default vB style as well as my custom style I am trying to get it to show up on.
--------------- Added [DATE]1241561049[/DATE] at [TIME]1241561049[/TIME] ---------------
One thing I did notice is in my user profile manager the field is set as '6' while the postbit says '2' however upon changing that in the postbit and postbit_legacy I am having the same results.
--------------- Added [DATE]1241565159[/DATE] at [TIME]1241565159[/TIME] ---------------
ahh I figured it out

I had to change it in two places in the postbit oops
thank you for your help