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 swear censor per forum (https://vborg.vbsupport.ru/showthread.php?t=65343)

Cyricx 06-05-2004 12:31 AM

Anyway to do an array for this?

Silverstangs 09-10-2004 11:01 PM

This is PERFECT!!!!!!, Just what I was looking for with my invite only area!!!!!!!!

SFishy 12-29-2004 03:31 AM

Quote:

Originally Posted by Silverstangs
This is PERFECT!!!!!!, Just what I was looking for with my invite only area!!!!!!!!

Would love the same thing except to disable censor feature for user notes...

any help?

Accord32 01-06-2005 04:26 AM

Is there anyway to get this hack to work for individual usergroups instead of by each forum? I'd like to disable the word filter for my admin usergroup, I tried replacing forumid with usergroupid and then putting 6 (my admin group id #) but it didn't work.

Thanks

rinkrat 01-06-2005 08:12 PM

Quote:

Originally Posted by Aleksey
Useless


The only thing useless are comments like this one.

blackpheonix 01-16-2005 03:20 AM

could this be used for certain user group for eg

Code:

if ($usergroupid == XX) {
  $vboptions['enablecensor'] = 0;
}


Carnage 01-17-2005 08:48 AM

useing usergroup may produce unexpected effects... does it censor posts before putting them into the database or before displaying them? because if its the first, admins will be able to use censored words and other users will see them however admins won't be able to see the censored words that other users say...

Code:

if ($usergroupid == XX) {
  $vboptions['enablecensor'] = 0;
}

won't work either...

Code:

if ($bbuserinfo[usergroupid] == XX) {
  $vboptions['enablecensor'] = 0;
}

even that will only effect a users primary group

blackpheonix 01-17-2005 12:25 PM

ok thankyou

Floris 10-11-2005 10:31 AM

A seperate release for 3.5 would be cool :)

ImportPassion 10-11-2005 10:34 AM

ya, but unfortunately I don't know anything about the plugin system right now.


All times are GMT. The time now is 12:28 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.02129 seconds
  • Memory Usage 1,728KB
  • 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
  • (3)bbcode_code_printable
  • (2)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