vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How to set "show signature" checked (https://vborg.vbsupport.ru/showthread.php?t=77831)

Sting3r 03-10-2005 01:48 AM

How to set "show signature" checked
 
how do i set it so the "show signature" box is always checked. I think one my admins changed something and have no idea how to change it back. Ive looked through all the options and have no idea how to set it back. I want it so the default will show signatures at all time. Pic below.

http://img147.exs.cx/img147/2614/how3om.gif

Marco van Herwaarden 03-10-2005 03:49 AM

Expand all vBulletin Settings in your ACP, and search for signature. You should be able to find it.

Sting3r 03-10-2005 03:54 AM

yes ive done that.

Ive checked "show signatures."
Ive checked the box that says "Display Signatures" thats under Default Registration Options.

nothing changed.
http://img214.exs.cx/img214/6983/check9ob.gif

Marco van Herwaarden 03-10-2005 07:18 AM

Hmm looked into this again. The "Show your Signature" on new post/thread, should always be on. The only way i can think of that would cause this, would be some hack/modification.

search for the following code in newreply.php and/or newthread.php:
PHP Code:

    if ($bbuserinfo['userid'] AND !$postpreview)
    {
        
// signature
        
if ($bbuserinfo['signature'] != '')
        {
            
$checked['signature'] = HTML_CHECKED;
        }
        else
        {
            
$checked['signature'] = '';
        }
    } 


Sting3r 03-10-2005 05:06 PM

yea you were correct about editing something. It was the tempelate newthread and newreply. Just reverted them back and everything is fine. thx for the help.

perfectweddings 06-19-2011 05:21 AM

Hi Marco,

I have done the above too but it does not seem to reflect the new change for all current users. Is there a way to have every existing user's option set to Yes for displaying of signatures? Thanks!

BirdOPrey5 06-19-2011 11:30 AM

Quote:

Originally Posted by perfectweddings (Post 2209748)
Hi Marco,

I have done the above too but it does not seem to reflect the new change for all current users. Is there a way to have every existing user's option set to Yes for displaying of signatures? Thanks!

This is a 6 year old thread...

Even after making this change, it won't affect any past posts. Are you sure? (Have you logged in as another account to check?) Are you using VB 3.x?


All times are GMT. The time now is 01:30 AM.

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.00988 seconds
  • Memory Usage 1,714KB
  • 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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