View Full Version : Allows Signature turn off by Forum
Hoffi
08-05-2005, 10:00 PM
Updated and added a german Version.
I don't know what happen with the updated Setting, but it is not really neccesary to update.
With this little Plugin you can disable the Users Signature for every single Forum.
One Product-XML File with 1 Query, Uninstall, 3 Plugins and two Phrases.
It Works also on 3.5.1 - Nothing really changed in this Part of vBulletin.
Works from 3.5.x to 3.6.x
CMX_CMGSCCC
08-06-2005, 02:53 PM
Nice idea, I was wondering if I could disable signatures for my news forum or something.
Installed. :)
EDIT: When I first installed it, forumid 1 was off by default, I enabled it, and the rest seemed to be activated already.
-CMX
Hoffi
08-06-2005, 05:04 PM
I must look where this "feature" come from. Thx.
CMX_CMGSCCC
08-06-2005, 05:46 PM
Maybe I did something wrong too, but in any case, it's working.
Nice job!
-CMX
Chris M
08-06-2005, 07:39 PM
You will need to include this query in your installation part of your product:
$db->query_write("UPDATE " . TABLE_PREFIX . "forum SET allowsig = 1");
You ought to consider altering:
$db->hide_errors();
$db->query("ALTER TABLE " . TABLE_PREFIX . "forum ADD allowsig SMALLINT( 3 ) UNSIGNED NOT NULL DEFAULT '1'");
$db->query = "ALTER TABLE `".TABLE_PREFIX."forum` ADD (
`allowsig` smallint(3) NOT NULL default '1')";
$db->show_errors();
so that query becomes query_write :)
Also - Since you have a Control Panel Global phrase there is no need for the second phrase :)
Satan
Chris M
08-07-2005, 03:38 PM
As requested by Boobiefool I've uploaded the file again with my corrections to it :)
Feel free to use it Hoffi :)
Satan
normandyq8
08-07-2005, 07:02 PM
nice
can include enable/disable avatars to this ?
Chris M
08-08-2005, 12:26 AM
https://vborg.vbsupport.ru/showthread.php?t=93826 :)
Satan
Hoffi
08-08-2005, 06:52 AM
thakx hellsatan. I will update.
Boofo
08-08-2005, 07:18 AM
You might want to change this:
this->validfields['allowsig'] = array(TYPE_STR, REQ_NO);
to this:
this->validfields['allowsig'] = array(TYPE_INT, REQ_NO);
in your xml file. ;)
Chris M
08-08-2005, 09:06 AM
You might want to change this:
this->validfields['allowsig'] = array(TYPE_STR, REQ_NO);
to this:
this->validfields['allowsig'] = array(TYPE_INT, REQ_NO);
in your xml file. ;)
You might want to download an uncached version ;)
Satan
Boofo
08-08-2005, 09:07 AM
You might want to download an uncached version ;)
Satan
I was referring to Hoffi's file. ;)
Hoffi
08-08-2005, 10:07 AM
Sorry, couldn't update earlier.
Brinnie
08-08-2005, 10:53 AM
what r yall talkin bout?
I just installed this, is it gona screw things up?
Boofo
08-08-2005, 10:56 AM
what r yall talkin bout?
I just installed this, is it gona screw things up?
If it is working ok on your forums, then you have the right file. ;)
Mastar
10-21-2005, 03:04 AM
Where do I find the setting for this hack?
lefthome
10-21-2005, 09:48 AM
Where do I find the setting for this hack?
AdminCP >>Forum Manger >>Forum>>Enable/Disable Features >>Allow Signatures in this Forum? >> Yes/No
gonon
11-18-2005, 11:34 PM
Great hack :) Wouldnt belive the amount of b/w the guest section chews on siggies ;)
SpaceStar
02-13-2006, 07:35 PM
One certainly needed for my forums....
cavyspirit
04-23-2006, 02:37 AM
Does this work for 3.5.4?
DemonOuterverse
04-23-2006, 06:15 PM
Does this work for 3.5.4?
I have it installed and working on 3.5.4. Not much to it. Just import it using Plugin System > Manage Products > Add/Import Products.
DemonOuterverse
04-23-2006, 06:19 PM
I LOVE this hack!
My only 2 requests are that...
1- it unticks & removes the "Show your signature" check box from "Miscellaneous Options".
2- It adds the phrase "You MAY NOT post signatures" in the "Posting Rules" box.
...and the opposite of both if it is not enabled.
Hoffi
08-11-2006, 11:22 AM
It works on 3.6
Demon:
Why that? The User see that NoOne has a Signature in this Forum. In the Database th enormal "Status" of the Signature ist stored. This may be a possible, but I want wo deal with no Template-Edit with this Hack.
purpleraison
09-16-2006, 02:41 PM
Thank you -- this works great on 3.6.1 as well :D
doesnt work on 3.6.4.. are you going to update it ?
bulbasnore
01-07-2007, 01:38 AM
DomP fyi I just upgraded 3.5.4->3.6.4 today and verified this plug-in works.
You might detail your steps to failure and someone here might analyze what went wrong.
Taipa
03-29-2007, 05:52 PM
Just installed on 3.6.5 and it's working great!
vithorius
07-21-2008, 02:10 PM
Hi everybody! This Mod rocks! I just LOVE IT! :p
I'm still running the 3.6.10 version of vB (and this Mod is actually working JUST PERFECTLY on my board) but I'm planning on upgrading soon to 3.7.x. :up:
So what I need to know is: Does this Mod works in vB 3.7.x? :confused: Anyone can give me this info, please? :confused:
Thank you so very much! :up:
Hoffi
07-28-2008, 04:33 PM
If you plan an update, this should work. But without changing the Produkt-XML it can not be imported.
Bilderback
01-24-2009, 06:52 AM
~working great with 3.8
Just what I was looking for- Thanks
This mod is so old yet so useful- surprised it hasnt been built in a vB release yet.
EDIT: It does, however , interfere with Chief First Post - Every Page 1.1.0
so I had to change the plugin execution order from 5 to 6 in this Mod.
Froggyv
07-12-2009, 02:57 AM
After installing it, I went to the forum I wanted to disable signatures in, activated it and it works perfectly.
The downside, now the PMs do not have signatures. I am assuming I am missing something, could some one point me in the right direction?
Version 3.6.0
Thanks.
PinkDaisy
08-14-2009, 08:03 PM
~working great with 3.8
Just what I was looking for- Thanks
This mod is so old yet so useful- surprised it hasnt been built in a vB release yet.
EDIT: It does, however , interfere with Chief First Post - Every Page 1.1.0
so I had to change the plugin execution order from 5 to 6 in this Mod.
how did you do that exactly? I have this installed and love it, however it's making sigs not show up in ANY forum. I also have the Chief First Post mod installed.
mfbmike
01-23-2010, 04:40 PM
double post.
mfbmike
03-11-2010, 12:53 AM
Any shot at getting this ported to 4.x
I desperately miss having this feature enabled on my forums.
Hoffi
03-15-2010, 05:28 AM
Yes, I will do it about next Month.
Addams
03-15-2010, 02:53 PM
Thanks so much, I miss this too :DDDD
Boofo
07-03-2010, 02:45 PM
Yes, I will do it about next Month.
Is it next month yet?
jononline
02-27-2011, 12:23 AM
Anyone???????
Boofo
02-27-2011, 12:44 AM
Anyone???????
https://vborg.vbsupport.ru/showthread.php?t=246993
letsjoy
10-20-2011, 02:09 AM
Thanks Boofo :)
blackberry
07-03-2013, 09:57 AM
works perfectly on 4.2.1
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.