Note!
Where we are it is now the weekend; so there might be a slight delay in our reply. Thanks for understanding!WordCensor can kill Smilies
-
ResolvedHi,
when i use, for example, : "http://=NOLINKS" in WordCensor then Smilies would not displayed in Comments.
Accepted Answer
-
Selected answer for this questionHi Markus,
I am able to replicate your problem and here is a quick fix for this:
Go to file /components/com_komento/helpers/comment.php line 207
replace the whole function from line 207 to 224 with this block of codes:
static public function parseComment( $comment ) { $config = Komento::getConfig(); // word censoring if( $config->get( 'filter_word' ) ) { $comment = Komento::getHelper( 'comment' )->parseCensor( $comment ); } // parseBBcode to HTML $comment = Komento::getHelper( 'comment' )->parseBBCode( $comment ); // parse newline to br tags $comment = nl2br( $comment ); return $comment; }
3 responses Add a reply
-
Hello Markus,
I tried this locally but can't seem to reproduce the problem. Here's a screen of what I am seeing after posting the comment, http://screencast.com/t/u1tlgNVDB
-
Hi,
i´m working also local (mamp pro 2.05) and this is the result:
https://skitch.com/j-worker/82pfi/joomla-downloads.de-stellt-bald-betrieb-ein
best regards -
Your Response
Please login to reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.