vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Disable sign in wanted forums (https://vborg.vbsupport.ru/showthread.php?t=60081)

VBDev 01-10-2004 10:00 PM

Disable sign in wanted forums
 
This hack lets you choose when you add or edit a forum in the admincp, if you want the signature to be shown or not.



Ce hack vous permet lors de la cr?ation ou l'?dition d'un forum de choisir si les signatures des users sont affich?es ou non.


Installation time : 5 min
Files to modify : 3


This was an original request by boofo and it was quite easy to do.
Grog6 now you must respect me :devious:

Thanks to eXtremeTim who has fixed a bug :)

:devious:

[HIGH]This hack has been released by VBulletinDev's team : http://www.vbulletindev.net

Ce hack a ete realis? par la team de VBulletinDev et est telechargeable en FR sur http://www.vbulletindev.net[/HIGH]

Boofo 01-11-2004 09:44 PM

Thank you, sir. :)

And it's Boofo, not Bofoo. ;)

VBDev 01-11-2004 09:48 PM

sorry for the nickname ;) corrected :)

FleaBag 01-11-2004 10:47 PM

Nice work, will come in handy for sure.

Boofo 01-12-2004 10:09 AM

With a tweak (to turn sigs on by default for new forums), it works great! What query do I need to run to turn sigs on for all forums that are already there? They are all off now.

NTLDR 01-12-2004 10:55 AM

OK I think the following should do it, updating bitfields isn't as straight forward as a single coloumn ;)

[sql]UPDATE forum SET options = options + 262144 WHERE !(options & 262144)[/sql]

Boofo 01-12-2004 11:11 AM

I just ran it and the checkbox on a forum that was already there before the hack still says no. ;)

Boofo 01-12-2004 01:28 PM

This also killed sigs in my pm messages. How do I fix that?

VBDev 01-12-2004 04:09 PM

I am sorry I can't help you cose I don't understand the modification of NTDLR

Boofo 01-12-2004 04:27 PM

Quote:

Originally Posted by VBDev
I am sorry I can't help you cose I don't understand the modification of NTDLR

No, I meant the hack killed the sigs in the pms. ;)


All times are GMT. The time now is 01:56 AM.

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.01475 seconds
  • Memory Usage 1,726KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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