All you need to do is change the following in line 120 of comments.php
Code:
$smarty->assign('comment_content', save_text_to_html($this->content));
Code:
$smarty->assign('comment_content', ($this->content));
Code:
$smarty->assign('comment_content', nl2br($this->content));
A request to the pligg developers:
I am told that one would need to write a new function to allow/restrict certain tags. Now, if only one of the pligg developers could share that *huge grin*






Linear Mode

