PDA

View Full Version : disable censor in URLs


SFishy
12-29-2004, 03:28 PM
Is there a way to do this?

The problem is, my censoring is quite unique. I don't censor for swear words, but for a small group of select common words -- these words often need to be used in URLs, and obviously, the censor renders them useless.

Even if I have to hard code the exception in, is there a way to do so?

SFishy
12-29-2004, 07:43 PM
I really need to figure this out (and need some help)...

I was looking at the mod that said to add this code to the phpinclude_start template to disable censoring on a per forum basis...

PHP Code:
if ($forumid == XX) {
$vboptions['enablecensor'] = 0;
}

Would something like this work for the $bbcode (I know I don't have it right...)

PHP Code:
if ($bbcode ($type == 'url')) {
$vboptions['enablecensor'] = 0;
}

Please someone help (I'm begging here ;))

SFishy
01-01-2005, 10:48 PM
anyone?

SFishy
01-02-2005, 03:29 AM
I SO need this hack! :)

I'm trying to research this a bit, and it's interesting -- e-mail addresses in the profile are exempt from the censor (good thing!) -- I basically want the [url] code to be exempt as well.

*Begging* ;)

SFishy
01-04-2005, 12:42 AM
holding out hope...

SFishy
01-04-2005, 06:46 PM
I haven't given up yet ;)

SFishy
01-05-2005, 07:08 PM
I know maybe I should give up... but haven't yet LOL

SFishy
01-07-2005, 12:24 AM
Anyone, anyone?

tnguy3n
01-14-2005, 01:10 AM
I played around with the code a while ago, but didn't get it to work unfortunately. maybe you can make it to work. ;)
http://www.all4a-designs.com/forums/index.php?topic=33.0