vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Show Thread Enhancements - Signature Ignore System FREE by BOP5 for VB4 (https://vborg.vbsupport.ru/showthread.php?t=282136)

BirdOPrey5 04-27-2012 10:00 PM

Signature Ignore System FREE by BOP5 for VB4
 
1 Attachment(s)
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:

BirdOPrey5 04-27-2012 10:23 PM

Reserved

imported_ahw 04-28-2012 12:46 PM

I just installed it, nothing happend, I can't see the (X) mark

BirdOPrey5 04-28-2012 02:05 PM

Quote:

Originally Posted by imported_ahw (Post 2324298)
I just installed it, nothing happend, I can't see the (X) mark

1- make sure the "X" image was uploaded to your style's image/misc/ directory.

2- if you go to Admin CP -> Plugin Manager can you see if a plugin called Hide Hidden Signatures exists?

If so edit it and change the execution order to 1.

If neither of those help Can I get a link to your forum?

imported_ahw 04-29-2012 03:16 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2324323)
1- make sure the "X" image was uploaded to your style's image/misc/ directory.

2- if you go to Admin CP -> Plugin Manager can you see if a plugin called Hide Hidden Signatures exists?

If so edit it and change the execution order to 1.

If neither of those help Can I get a link to your forum?

Thanks a lot, it is working now :)
I realy don't know what I did! I just follow the steps, it seem I missed something before

imported_ahw 04-29-2012 03:18 AM

btw
I have different color themes, so the (x) can't be seen in black background.
I will make it blinking as gif file (white/black)

RobbieZ 04-29-2012 05:30 AM

Cracking idea :)

BirdOPrey5 04-29-2012 10:23 AM

Quote:

Originally Posted by imported_ahw (Post 2324488)
btw
I have different color themes, so the (x) can't be seen in black background.
I will make it blinking as gif file (white/black)

I added a .zip file to the top/first post with the icons in alternate colors if you are interested. Red, Blue, Green, Yellow, White, and Grey - all transparent pngs like the original black ones.

Quote:

Originally Posted by RobbieZ (Post 2324506)
Cracking idea :)

I saw it as a feature on IPB and thought vBulletin could use it. :)

imported_ahw 05-01-2012 06:19 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2324552)
I added a .zip file to the top/first post with the icons in alternate colors if you are interested. Red, Blue, Green, Yellow, White, and Grey - all transparent pngs like the original black ones.

Thanks a lot

BirdOPrey5 05-01-2012 08:21 AM

Arabic Translation added courtesy of vbulletin.org user: Silencer Groans. :up:

Alan_SP 05-01-2012 06:03 PM

This looks very interesting. How server intensive it is?

BirdOPrey5 05-01-2012 06:18 PM

Minimal... no extra queries on page views.

imported_ahw 05-08-2012 07:05 AM

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 :)

BirdOPrey5 05-08-2012 11:54 AM

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.

imported_ahw 05-10-2012 06:50 AM

thanks a lot, also thanks for Silencer Groans

BirdOPrey5 05-10-2012 10:42 AM

You're welcome but what is Silencer Groans? :confused:

imported_ahw 05-10-2012 02:43 PM

isn't Silencer Groans the who translated the hack

BirdOPrey5 05-10-2012 03:04 PM

:o Yes he is, you are right! Sorry I was very tired when I asked that question.

Rideharder 07-13-2012 04:37 AM

cool mod

Scanu 09-01-2012 01:13 PM

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?

BirdOPrey5 09-02-2012 01:11 PM

The if(true) comes because this is the Free version of a Paid mod with more options. To keep the code more similar between both versions for future updates/fixes there are conditions in this version that are always true. In the paid version those lines would have actual conditions in them.

Scanu 09-02-2012 01:33 PM

I see

sticky 01-12-2013 02:49 AM

Installed, working great. Love this mod!

Taurus1 06-09-2013 09:37 AM

Maaaan, this is the best thing since sliced bread. Been having this exact same issue on my forum. (Big animated signatures are slowing down page load speeds for some members.) You just made my day! Thank you so much!

Taurus1 06-15-2013 12:11 AM

There is a bit of a conflict between this mod and the Post Thanks mod from DragonByte Tech. The 'Who Thanked' cloud which is below signatures on my forum disappears when you hide someones signature. Is there a way to perhaps resolve this please?

BirdOPrey5 06-15-2013 03:06 PM

Try this.

Go to the Admin CP -> Plugins & Products -> Plugin Manager

Edit the plugin: Hide Hidden Signatures (under the Signature Ignore System product)

Change the "Execution Order" to 0 (zero) and re-save the plugin.

See if it works now.

Taurus1 06-15-2013 03:19 PM

Thank you very much! Yes, that did it! You ROCK!!!

Taurus1 06-17-2013 07:50 AM

Hi Joe, I see on your attached screenshot the text to unhide a sig is centered. However on my forum it is completely to the left. How can I fix that please?

BirdOPrey5 06-17-2013 01:18 PM

Go to plugin manager in Admin CP, edit the Hide Hidden Signatures plugin.

At the very top add the line-

Code:

$bppalign = 'center';
Should center it. Must have taken the screenshot before I figured out the default location.

Taurus1 06-17-2013 01:38 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2428683)
Go to plugin manager in Admin CP, edit the Hide Hidden Signatures plugin.

At the very top add the line-

Code:

$bppalign = 'center';
Should center it. Must have taken the screenshot before I figured out the default location.

And that did it again. Thanks again Joe! :D

Grimes 06-17-2013 02:33 PM

This is a good mod. Quick, somewhat related question: Could this idea be applied towards blocking a user's avatar? That would be the the mod that wins the internet. :D

BirdOPrey5 06-19-2013 12:08 PM

Quote:

Originally Posted by Grimes (Post 2428697)
This is a good mod. Quick, somewhat related question: Could this idea be applied towards blocking a user's avatar? That would be the the mod that wins the internet. :D

Interesting... let me think about that one.

ozzy47 10-09-2014 10:59 PM

Quote:

Originally Posted by Grimes (Post 2428697)
This is a good mod. Quick, somewhat related question: Could this idea be applied towards blocking a user's avatar? That would be the the mod that wins the internet. :D

Try this mod, https://vborg.vbsupport.ru/showthread.php?t=314801


All times are GMT. The time now is 07:13 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.01502 seconds
  • Memory Usage 1,801KB
  • 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
  • (6)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)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