Kunena 6.3.8 Released

The Kunena team has announce the arrival of Kunena 6.3.8 [K 6.3.8] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

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

Question no bbcode in signature

More
11 years 8 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.375 seconds