forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: lucasnet on January 04, 2005, 06:42:34 pm

Title: Comments
Post by: lucasnet on January 04, 2005, 06:42:34 pm
Why when i add comment see this:

 (...)Moze(...) (...)ktos(...) (...)powie(...) (...)co(...) (...)to(...) (...)za(...) (...)fura(...)

(...)

???
Title: Re: Comments
Post by: Tranz on January 04, 2005, 08:41:22 pm
I think those are censored or too long. Check your config settings for: Image view & Comment settings
Title: Re: Comments
Post by: lucasnet on January 06, 2005, 04:29:31 pm
Their are not too long. Their are censored but i didnt censore anything :) I must switch off censor in comments.
Title: Re: Comments
Post by: panwac on January 06, 2005, 11:09:10 pm
I've got the same effect using Polish language when censor option was on.
Title: Re: Comments
Post by: Nibbler on January 06, 2005, 11:18:29 pm
The $lang_bad_words array in the polish lang file is not set correctly, that's probably the cause.
Title: Re: Comments
Post by: lucasnet on January 08, 2005, 11:27:54 am
Code: [Select]
// For the word censor
$lang_bad_words = array('');

This is code from polish lang php. What i must change ?
Title: Re: Comments
Post by: Joachim Müller on January 08, 2005, 07:51:11 pm
This is what the array looks like for english:
Code: [Select]
// For the word censor
$lang_bad_words = array('**beep**', 'asshole', 'assramer', 'bitch*', 'c0ck', 'clits', 'Cock', 'cum', '*beep**', 'dago', 'daygo', 'dego', 'dick*', 'dildo', 'fanculo', 'feces', 'foreskin', 'Fu\(*', 'fuk*', 'honkey', 'hore', 'injun', 'kike', 'lesbo', 'masturbat*', 'motherfucker', 'nazis', 'nigger*', 'nutsack', 'penis', 'phuck', 'poop', 'pussy', 'scrotum', 'shit', 'slut', 'titties', 'titty', 'twaty', 'wank*', 'whore', 'wop*');
Should give you the idea...

Joachim