vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Show Thread Enhancements - Signature Only Shown Once (https://vborg.vbsupport.ru/showthread.php?t=136364)

students_forum 10-13-2008 10:07 PM

I can verify that it works very nicely on 3.7.3 :)

realmr 10-20-2008 08:17 AM

doesn't work on 3.7.3 patch1

Jaxel 11-10-2008 11:12 PM

I prefer to use checkboxes for this option. instead of a dropdown menu... works in v3.7.4 with the following code:

PHP Code:

global $vbulletin$sig_shown;

$field 'field' $vbulletin->options['signature_only_shown_once_field'];

if (!isset(
$sig_shown[$post['userid']]) OR !($vbulletin->userinfo[$field]))
{
    
$firstsig 0;
    if (
$post['signature'] AND ($vbulletin->userinfo[$field]))
    {
        
$sig_shown[$post['userid']] = 1;
    }
}
else
{
    
$firstsig 1;



edytwinky 01-05-2009 01:51 PM

Any confirmation if it works on 3.7.4?

edytwinky 01-05-2009 10:38 PM

Just confirmed that it does not work with 3.7.4

Dismounted 01-06-2009 02:43 AM

The user up there (post #83), said that it worked on 3.7.3, so there should be no reason why it wouldn't work on 3.7.4. Are you sure you're installing it properly?


All times are GMT. The time now is 07:47 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.01035 seconds
  • Memory Usage 1,724KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete