vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Please help, problem with signature in posts (https://vborg.vbsupport.ru/showthread.php?t=174234)

Tom S 03-26-2008 05:18 PM

Please help, problem with signature in posts
 
1 Attachment(s)
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.

Lynne 03-26-2008 07:23 PM

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>

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.

Code:

                <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 [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.:rolleyes:


All times are GMT. The time now is 01:37 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01189 seconds
  • Memory Usage 1,716KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete