vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   User-Selectable Optional Language Replacement Censor (https://vborg.vbsupport.ru/showthread.php?t=53640)

Chris M 05-31-2003 08:09 PM

I think they are censored in forumdisplay.php and showthread.php:)

Satan

007 05-31-2003 10:05 PM

I looked in both of those earlier today with no luck.

Koutaru 06-01-2003 04:58 AM

i believe

$subject=censortext($subject);

in editpost, newthread, newreply
;) then again I may be wrong

007 06-01-2003 05:22 AM

Mine didn't have that... I'll look again tomorrow. It's late. :)

Chris M 06-01-2003 10:23 AM

Aha -

In newreply.php:
Code:

    $title=censortext($title);
    $message=censortext($message);

    // sort attachement

In newthread.php:
Code:

    $subject=censortext($subject);
    $message=censortext($message);

    // remove all caps subjects

In editpost.php:
Code:

  $title=censortext($title);
  $message=censortext($message);

  // remove all caps subjects

:)

Satan

Tony G 06-01-2003 10:26 AM

Convienient mod, thanks for this. May just use. :)

Mike11212 06-01-2003 06:38 PM

question does the word filter in the admin cp have to be enabled or disabled for this to work correctly?

007 06-01-2003 07:26 PM

Well I just updated the install file now.

Changed step 6. With the update, you DO (yes) need to have censoring enabled in admincp.

Thread titles will now be censored as well, but will be censored regardless of the users preferences. If anyone knows how to use the replacement system for the thread titles based on if the user has selected to use censoring or not please let me know.

Thanks.

If you don't see a different step 6 then clear your cache and then try downloading again.

:)

Chris M 06-01-2003 08:40 PM

Quick Q:

Which step 6?

The first one, second one or third one?;):p

Satan

007 06-01-2003 08:48 PM

Everything in step 6 is new. :)

The old step 6 was just disabling the censor option from admincp... but now you need it enabled, at least if you use the new step 6.

~006 :)


All times are GMT. The time now is 12:40 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.01186 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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