vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Allows Signature turn off by Forum (https://vborg.vbsupport.ru/showthread.php?t=93737)

Hoffi 08-05-2005 10:00 PM

Allows Signature turn off by Forum
 
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:

PHP Code:

$db->query_write("UPDATE " TABLE_PREFIX "forum SET allowsig = 1"); 

You ought to consider altering:
PHP Code:

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

HTML Code:

this->validfields['allowsig'] = array(TYPE_STR, REQ_NO);
to this:

HTML Code:

this->validfields['allowsig'] = array(TYPE_INT, REQ_NO);
in your xml file. ;)

Chris M 08-08-2005 09:06 AM

Quote:

Originally Posted by Boofo
You might want to change this:

HTML Code:

this->validfields['allowsig'] = array(TYPE_STR, REQ_NO);
to this:

HTML Code:

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

Quote:

Originally Posted by hellsatan
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

Quote:

Originally Posted by Brinnie
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

Quote:

Originally Posted by Mastar
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

Quote:

Originally Posted by cavyspirit
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

DomP 12-11-2006 02:09 AM

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

Quote:

Originally Posted by Bilderback (Post 1723063)
~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

Quote:

Originally Posted by Hoffi (Post 2003894)
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

Quote:

Originally Posted by jononline (Post 2167379)
Anyone???????

https://vborg.vbsupport.ru/showthread.php?t=246993

letsjoy 10-20-2011 02:09 AM

Thanks Boofo :)


All times are GMT. The time now is 04:46 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.01311 seconds
  • Memory Usage 1,799KB
  • 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
  • (4)bbcode_html_printable
  • (2)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete