Kunena 6.0.9.1 Released

The Kunena team has announce the arrival of Kunena 6.0.9.1 [K 6.0.9.1] which is now available for download as a native Joomla extension for J! 4.2.x. This version addresses most of the issues that were discovered in K 6.0 and issues discovered during the development stages of K 6.0.

Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.

Question no bbcode in signature

More
9 years 10 months ago #1 by Heurazio
hello everybody,

if you are on the search for a solution to get your signatures bbcode free, here is what i did.

you have to replace / outcomment the following lines
/httpdocs/components/com_kunena/views/user/view.html.php :110
/httpdocs/components/com_kunena/views/topic/view.html.php :760

and replace them with this code
Code:
$this->signatureHtml = substr ( $this->profile->signature , 0 , $this->config->maxsig ); $this->signatureHtml = htmlspecialchars($this->signatureHtml);

all what it does is to cut of any text above the "max signature length" limit and replacing all html special chars.

i hope it's a help for you.

best regards
alex

Please Log in or Create an account to join the conversation.

Time to create page: 0.252 seconds