vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Show Thread Enhancements - Display member signature only one time per thread page (https://vborg.vbsupport.ru/showthread.php?t=148685)

Chy 09-23-2007 04:05 AM

Thanks! Installed!

SHOBizzy 09-26-2007 05:38 PM

Quote:

Originally Posted by nnjj.net (Post 1342049)
is this working on 3.6.8?

Like a charm. :up:

forumrunt 09-29-2007 03:48 PM

Also can this be set per usergroup?

katie hunter 09-30-2007 08:38 AM

Hey thanks for the mod but i can't find the option no when i go to each forum as well in the enable/disable feature, i can't find this hack there, i installed the xml file and i run vb 3.6.7

Did i miss something else?

best regard

Nvm! i think i found it =3
thanks
<3

myown 05-11-2008 05:18 AM

how to do it by SQL quries so that all forums can be changed at once... and how to make it enable default for new forums ?

thanks in advance.

Odoin 06-01-2008 03:38 AM

Quote:

Originally Posted by kjhkjh (Post 1344265)
great hack, but I want to enable it on each of hundreds of forums... is the only way with this to do it one by one? Would take a long time.... :(

This is an easy fix. Open up the plugin with a text editor and do the following:

Search for:
Code:

                        $vbulletin->db->query_write("ALTER TABLE " . TABLE_PREFIX . "forum ADD `afsuotpt` SMALLINT( 5 ) NOT NULL default '0'");
Replace with:
Code:

                        $vbulletin->db->query_write("ALTER TABLE " . TABLE_PREFIX . "forum ADD `afsuotpt` SMALLINT( 5 ) NOT NULL default '1'");
Save the plugin file, and then upload to your forum. By changing the 0 to a 1 it turns on the option for all forums by default.

Mark

Dragon Company 07-01-2008 09:20 AM

Any VB 3.7 version ? :(

Ranger187 07-01-2008 10:23 AM

3.7 and flawless.

Dragon Company 07-03-2008 04:54 PM

Ok thanks :)

BirdOPrey5 01-18-2009 09:49 AM

Installed and working fine in 3.8

Only annoying thing is it seems to be "off" for every forum by default- I have to go to each one in forum manager and turn it on.


All times are GMT. The time now is 10:57 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.01110 seconds
  • Memory Usage 1,730KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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