Log in

View Full Version : Please help, problem with signature in posts


Tom S
03-26-2008, 05:18 PM
I am running 3 different themes and have recently noticed that for the vBulletin default theme, the wraps show in the signature field of the post.

Another Theme that I created does not show the wraps. I am attaching a screengrab for the 2 themes here for the same post. Can someone explain what the problem may be? I have went through all of the Admin settings and cannot find the problem.

default vb theme:
77787

created theme:
77788

Tom S.

Lynne
03-26-2008, 07:23 PM
This is the line in the postbit for the signature in the default style:
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>

What do you have for those lines in your style?

Tom S
03-27-2008, 06:26 AM
This is what I have in my theme.

<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>

I have checked all styles and they are all the same.

Dismounted
03-27-2008, 06:50 AM
The images are too small (IMO), but are you referring to the BB Code that is not being parsed?

Tom S
03-27-2008, 09:27 AM
Yes, the BB code wraps around the quote in the Signature field are not disappearing in the vB default style.

--------------- Added 1206614720 at 1206614720 ---------------

I Thank You All for the help, I figured it out. I did not set the Advanced BB Code correctly for myself. To worried about everyone else I guess.:rolleyes: