Kunena 7.0.3 Released

The Kunena team has announce the arrival of Kunena 7.0.3 [K 7.0.3] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

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

Question no bbcode in signature

More
12 years 11 months ago #143906 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.212 seconds