Comments Comments
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Comments

Started by lucasnet, January 04, 2005, 06:42:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lucasnet

Why when i add comment see this:

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

(...)

???
LuCaS ( lucas@tuning4u.info ) GG: 40139
---------------------------------------------------------
http://tuning4u.info - best wallpapers and tuning photos

Tranz

I think those are censored or too long. Check your config settings for: Image view & Comment settings

lucasnet

Their are not too long. Their are censored but i didnt censore anything :) I must switch off censor in comments.
LuCaS ( lucas@tuning4u.info ) GG: 40139
---------------------------------------------------------
http://tuning4u.info - best wallpapers and tuning photos

panwac

I've got the same effect using Polish language when censor option was on.

Nibbler

The $lang_bad_words array in the polish lang file is not set correctly, that's probably the cause.

lucasnet

// For the word censor
$lang_bad_words = array('');


This is code from polish lang php. What i must change ?
LuCaS ( lucas@tuning4u.info ) GG: 40139
---------------------------------------------------------
http://tuning4u.info - best wallpapers and tuning photos

Joachim Müller

This is what the array looks like for english: // 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