Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Display member signature only one time per thread page Details »»
Display member signature only one time per thread page
Version: 1.0, by VBDev VBDev is offline
Developer Last Online: Dec 2021 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 3.6.x Rating:
Released: 05-31-2007 Last Update: Never Installs: 115
Uses Plugins
 
No support by the author.

Display only one signature per Member per Thread page

Description

This hack allows you to specify for each forum if you wish that the signature of a member is displayed only once per thread page.

So, it allows you to return the display of your threads a bit more clean by avoiding displaying several times the same big signature.

Installation

You must import the product xml. (Plugins & Products >> Manage Products >> [Add/Import Product])

This product add 4 plugins and 1 phrase.

Copyright

This hack is under copyright MGC (Mtor&Grog Corporation) 2007-forever.

Its redistribution on another forum that vbulletin-ressources.com, vb-hacks.org or vbulletin.org are prohibited without aggreement of the authors!

Evolutions and improvements

Don't hesitate to share your ideas of improvements for this mod!

Enjoy !

Download Now

File Type: zip [vB 3.6.x] [MGC] Display one signature per member per thread page.zip (68.2 KB, 687 views)

Screenshots

File Type: jpg 1.jpg (27.2 KB, 0 views)
File Type: jpg 2.jpg (32.4 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #42  
Old 01-30-2009, 01:06 PM
TheLoveBandit TheLoveBandit is offline
 
Join Date: Feb 2006
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Odoin View Post
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
^^Thanks for that - worked exactly as described.

And big thanks to VBDev - great codework. Thank you very much.

- TLB, 3.7.4
Reply With Quote
  #43  
Old 02-12-2009, 12:41 AM
dimples dimples is offline
 
Join Date: Dec 2007
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Worked great on 3.8.0 and with the fix all forums defaulted to on. Thank you!
Reply With Quote
  #44  
Old 05-22-2009, 04:07 AM
Bulldog Stang Bulldog Stang is offline
 
Join Date: Apr 2008
Location: Kenedy, Texas
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there an update to this for 3.8.1 .. I am having some minor issues with it .. it is showing my sigs twice. I hit refresh and all is ok ..
Reply With Quote
  #45  
Old 10-21-2011, 08:45 PM
letsjoy's Avatar
letsjoy letsjoy is offline
 
Join Date: Jun 2006
Location: Dhump State
Posts: 197
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Man, I want it for vB 4.x please...

Thanks
Reply With Quote
  #46  
Old 10-21-2011, 09:56 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This works fine on 4.1.5 for me, am sure it works on all 4.x
Reply With Quote
  #47  
Old 01-24-2012, 05:32 PM
whitey92lx's Avatar
whitey92lx whitey92lx is offline
 
Join Date: May 2011
Location: Katy, TX
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sweet! Thanks!
Reply With Quote
  #48  
Old 08-05-2015, 01:05 PM
akz645 akz645 is offline
 
Join Date: Jul 2015
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Still works on vbulletin 4.2.3
Default is set as no, but you can change that from Admin CP -> Forums & Moderators -> Forum Manger (as shown in the screenshot in the original post)
Reply With Quote
  #49  
Old 03-10-2017, 05:30 AM
wangyu1314 wangyu1314 is offline
 
Join Date: May 2005
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can not work on 3.8.11
Reply With Quote
  #50  
Old 03-10-2017, 06:53 AM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by wangyu1314 View Post
can not work on 3.8.11
I just tested it on vB 3.8.11 Beta 1, and it works perfectly.
Reply With Quote
  #51  
Old 03-11-2017, 01:01 PM
wangyu1314 wangyu1314 is offline
 
Join Date: May 2005
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MarkFL View Post
I just tested it on vB 3.8.11 Beta 1, and it works perfectly.
oh, I find it in forum manage. and it work now.
thank you.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:34 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04612 seconds
  • Memory Usage 2,331KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete