vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Turn off signatures per forum (https://vborg.vbsupport.ru/showthread.php?t=36912)

the_sisko 04-02-2002 07:54 PM

Turn off signatures per forum
 
Did anyone made a hack for this?
I tried to do this but I wont be able to get this work in the function.php part?

Any idea? Or even some finished code yet?

the_sisko 04-02-2002 08:20 PM

ok, I found it.
I will make a install.txt for those who care... ;)

snyx 04-04-2002 12:27 PM

I would love this sisko!

Scott MacVicar 04-04-2002 12:52 PM

Its getpost in /functions.php and theres a bit that checks for signatures if the user has one and if the user viweing it wants to see it.

the_sisko 04-04-2002 04:17 PM

Just a short one, without any CP thing:

In functionc.php find:
PHP Code:

global $counter,$firstnew,$sigcache,$highlight,$postid,$forum

replace it with:
PHP Code:

global $counter,$firstnew,$sigcache,$highlight,$postid,$forum,$thread;; 

Then find (in functions.php):
PHP Code:

if ($post[showsignature] and $allowsignatures and trim($post[signature])!="" and ($bbuserinfo[userid]==or $bbuserinfo[showsignatures])) { 

replace it with:
PHP Code:

if (($thread[forumid]!=21) AND $post[showsignature] and $allowsignatures and trim($post[signature])!="" and ($bbuserinfo[userid]==or $bbuserinfo[showsignatures])) { 

where 21 is the number of the forum where you don't want to show signatures.

If you know a little bit about php you now know how to add more forums to this list.


All times are GMT. The time now is 04:57 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.02238 seconds
  • Memory Usage 1,721KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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