PDA

View Full Version : Show Thread Enhancements - Signature Ignore System by BOP5 for VB3


BirdOPrey5
04-27-2012, 10:00 PM
Brought to you by BirdOPrey5
www.Qapla.com (http://www.qapla.com/mods/)

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.php/54-Signature-Ignore-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 (http://www.qapla.com/mods/showthread.php/61-Signature-Ignore-System-GOLD-by-BOP5)

This is the version for vBulletin 3.x. It has been tested and working on 3.8.x and should work on all 3.7.x as well, maybe earlier. There is a separate VB4 version.

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:31 PM
Reserved

vijayninel
04-29-2012, 01:00 PM
Awesome .. this is one of the features I liked about IPB ... Good to see it in vB. :D

Unfortunately its not allowing me to rep you more.. ;)

BirdOPrey5
04-29-2012, 01:13 PM
Awesome .. this is one of the features I liked about IPB ... Good to see it in vB. :D

Unfortunately its not allowing me to rep you more.. ;)

Marking as installed would be appreciated, Likes not as imprtant. :)

vijayninel
04-29-2012, 01:18 PM
Er.. I get this if I try to mark as install or rep ..

https://vborg.vbsupport.ru/external/2012/04/3.jpg

Also I'm getting frequent "The connection was reset" messages only on vb.org :(

Edit: Was able to mark install after several attempts.

BirdOPrey5
04-29-2012, 01:32 PM
Thanks. :up: Yes the powers that be are ware of the server issues.

Silencer Groans
05-01-2012, 02:19 AM
Thanks a lot

Product in Arabic

BirdOPrey5
05-01-2012, 08:13 AM
Thanks. Added to first post. :up:

Also added an alternate color icon pack the other day for peole who want or need to change the colors of the default icons. (Default is Black.)

christon26
08-08-2012, 08:12 PM
When I test this by hiding a signature, although it does hide it while redirecting it shows "Could not find the phrase Signatue Ignored"

In the bop5sigignore.php file there is this:

eval(print_standard_redirect('Signatue Ignored')); //Text doesn't really matter, never shown anyway.

Erm...it does show LOL I have the redirect messages activated though and wish to keep them activated so I suppose I need to add those phrases (it shows on unignore as well) just not sure what varname to add for the phrases?

BirdOPrey5
08-08-2012, 08:22 PM
I didn't know there was a way to enable redirect messages...

You just need to make a GLOBAL phrase, call it whatever you want, maybe "sigignore_redirect1"

Add text to it...

Then edit the file and change it to:


eval(print_standard_redirect('sigignore_redirect1' ))


I'll be sure to add real phrases in the next update.

christon26
08-08-2012, 08:34 PM
Thank you!

christon26
08-08-2012, 08:42 PM
Oh and what I meant was under Cookies and HTTP Header Options I have Remove Redirection Message Pages disabled :)

christon26
08-09-2012, 12:17 AM
I didn't know there was a way to enable redirect messages...

You just need to make a GLOBAL phrase, call it whatever you want, maybe "sigignore_redirect1"

Add text to it...

Then edit the file and change it to:


eval(print_standard_redirect('sigignore_redirect1' ))
I'll be sure to add real phrases in the next update.

Just to add, I had to put these phrases under Front-End Redirects for it to work, it wouldn't work under Global for me lol

BirdOPrey5
08-09-2012, 12:19 AM
Thanks for the update.:up:

christon26
08-09-2012, 12:37 AM
Yw :)