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

Reply
 
Thread Tools
Signature Ignore System FREE by BOP5 for VB4 Details »»
Signature Ignore System FREE by BOP5 for VB4
Version: 1.1, by BirdOPrey5 (Senior Member) BirdOPrey5 is offline
Developer Last Online: Aug 2023 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.x.x Rating:
Released: 04-27-2012 Last Update: 04-30-2012 Installs: 38
Supported DB Changes Uses Plugins
Additional Files Translations  

Brought to you by BirdOPrey5
www.Qapla.com


This adds a much missed feature which allows users to ignore any signatures they don't like for whatever reason. Some sigs may be too big or offensive, or just annoying- now your users can turn them off user by user instead of having to turn off everyone's signatures in their options.

Demo: http://www.qapla.com/mods/showthread...re-System-Demo (You must register to use it.)

The FREE version has no options. Once you install it, it is active, and everyone can use it.

Then GOLD version has a number of options:
  • Enable / Disable the Mod
  • Set Usergroups Allowed To Use Mod
  • Set Usergroups whose Sigs can Never be ignored
  • Option to block users from ignoring their own signatures
  • Various options for the location and size of the icons and links

The GOLD Version is available at: Signature Ignore System GOLD by BOP5 at Qapla.com

This is the version for vBulletin 4.x. It has been tested and working on 4.0.x and 4.1.x and should work on all 4.x.x versions.

Added Alt Colors.zip: The default icons are black. This zip contains the same icons in red, blue, green, yellow, white, and grey so you can choose what is best for your styles.

Please "Mark as Installed" if you use this.
Donations Always Appreciated. :up:


Arabic Translation Courtesy of Silencer Groans. :up:

Download Now

File Type: zip Signature Ignore System FREE by BOP5 VB4 v11.zip (7.1 KB, 140 views)
File Type: zip Alt Colors.zip (13.7 KB, 66 views)
File Type: xml product-bop5sigignore-Arabic.xml (3.3 KB, 33 views)

Screenshots

File Type: jpg vb4_sig_off.jpg (38.9 KB, 0 views)
File Type: jpg vb4_sig_on.jpg (36.3 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
RichieBoy67

Comments
  #12  
Old 05-01-2012, 06:03 PM
Alan_SP's Avatar
Alan_SP Alan_SP is offline
 
Join Date: Nov 2009
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This looks very interesting. How server intensive it is?
Reply With Quote
Благодарность от:
BirdOPrey5
  #13  
Old 05-01-2012, 06:18 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Minimal... no extra queries on page views.
Reply With Quote
Благодарность от:
Alan_SP
  #14  
Old 05-08-2012, 07:05 AM
imported_ahw imported_ahw is offline
 
Join Date: Oct 2004
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is it possible to make it with text only, without images?
some moderators in my board requesting it.
how can I change it in the xml file?

Thanks a lot
Reply With Quote
  #15  
Old 05-08-2012, 11:54 AM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In the xml file or the plugin itself find this code:

Code:
<a href="bop5sigignore.php?do=remuser&amp;id='.$post[userid].'&amp;p='.$post[postid].'"><img src="'.$vbulletin->stylevars['imgdir_misc']['imagedir'].'/sig_show_arrow.png" border="0" width="'.$vbulletin->options[bop5sis_iconsize].'" align="absmiddle" alt="'.$vbphrase[bop5_unignoresig].'" /> '.$vbphrase[bop5_unignoresig].' <img src="'.$vbulletin->stylevars['imgdir_misc']['imagedir'].'/sig_show_arrow.png" width="'.$vbulletin->options[bop5sis_iconsize].'" border="0" align="absmiddle" alt="'.$vbphrase[bop5_unignoresig].'" /></a>
and replace it with:
Code:
<a href="bop5sigignore.php?do=remuser&amp;id='.$post[userid].'&amp;p='.$post[postid].'">'.$vbphrase[bop5_unignoresig].'</a>
Then find this code:
Code:
<img src="'.$vbulletin->stylevars['imgdir_misc']['imagedir'].'/sig_ignore_x.png" border="0" width="12" alt="'.$vbphrase[bop5_ignoresig].'" />
Replace with:
Code:
<ispan title="'.$vbphrase[bop5_ignoresig].'"><b>X</b></span>
That will remove the icons from the show signature link and replace the X image with a bold text X.
Reply With Quote
  #16  
Old 05-10-2012, 06:50 AM
imported_ahw imported_ahw is offline
 
Join Date: Oct 2004
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks a lot, also thanks for Silencer Groans
Reply With Quote
Благодарность от:
BirdOPrey5
  #17  
Old 05-10-2012, 10:42 AM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You're welcome but what is Silencer Groans?
Reply With Quote
  #18  
Old 05-10-2012, 02:43 PM
imported_ahw imported_ahw is offline
 
Join Date: Oct 2004
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

isn't Silencer Groans the who translated the hack
Reply With Quote
  #19  
Old 05-10-2012, 03:04 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes he is, you are right! Sorry I was very tired when I asked that question.
Reply With Quote
  #20  
Old 07-13-2012, 04:37 AM
Rideharder's Avatar
Rideharder Rideharder is offline
 
Join Date: Jan 2008
Location: Florida
Posts: 445
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cool mod
Reply With Quote
Благодарность от:
BirdOPrey5
  #21  
Old 09-01-2012, 01:13 PM
Scanu's Avatar
Scanu Scanu is offline
 
Join Date: Nov 2010
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well done! There's a lot to learn from you about "loading optimization", btw I see a lot of if (true), what does it mean?
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 09:30 AM.


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.05045 seconds
  • Memory Usage 2,343KB
  • 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
  • (4)bbcode_code
  • (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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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