![]() |
Hi every body
I want to exempt administrator from censor word and from the search Floodcheck. Is there a way of doing this They talled me at vbulletin.com that the right place to aske is here Thanks in advance |
in editpost.php and newreply.php search
$title=censortext($title); $message=censortext($message); and change it so PHP Code:
$subject=censortext($subject); $message=censortext($message); an change it to PHP Code:
|
Thank you very much, It make sence but it is not working :)
Do you recomend any thing else |
yeah you're right *bounceonkeyboard*
additionally open your functions.php and find return censortext($bbcode); and change it to return $bbcode; now it should work, and everything you post as admin doesnt be censored. be informed, that if you change your censored words, with this hack it doesen't change old posts. to to that, you have to hack a little more ^^ |
|
PHP Code:
Thanks! |
PHP Code:
PHP Code:
|
Wow Boofo... Super fast with that one! Kudos! :)
Thank you I will give it a go tonight. Chris |
Check my post above. I gave you another option. ;)
|
Hi again Boofo.. I tried the first code you posted and that did the trick.
Thank you again! Chris |
All times are GMT. The time now is 01:38 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|