The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Please help, problem with signature in posts
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: Attachment 77787 created theme: Attachment 77788 Tom S. |
#2
|
||||
|
||||
This is the line in the postbit for the signature in the default style:
Code:
<if condition="$post['signature']"> <!-- sig --> <div> __________________<br /> $post[signature] </div> <!-- / sig --> </if> |
#3
|
|||
|
|||
This is what I have in my theme.
Code:
<if condition="$post['signature']"> <!-- sig --> <div> __________________<br /> $post[signature] </div> <!-- / sig --> </if> |
#4
|
||||
|
||||
The images are too small (IMO), but are you referring to the BB Code that is not being parsed?
|
#5
|
|||
|
|||
Yes, the BB code wraps around the quote in the Signature field are not disappearing in the vB default style.
--------------- Added [DATE]1206614720[/DATE] at [TIME]1206614720[/TIME] --------------- 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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|