Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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

Question no bbcode in signature

More
10 years 11 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.351 seconds