Kunena 6.3.0 released

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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Removing ** Powered by Kunena! - http://www.Kunena.com ** in mails

More
14 years 7 months ago #1 by almamun
How to get rid of ** Powered by Kunena! - www.Kunena.com ** in mails to user?

Amviro Web Design & SEO

Dinajpur - My District Portal

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

More
14 years 7 months ago #2 by xillibit
Hello,

Open the file components/com_kunena/template/default/post.php, remove the line 374 and 437 :
Code:
$msg .= "** Powered by Kunena! - http://www.Kunena.com **";

I don't provide support by PM, because this can be useful for someone else.

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

More
14 years 7 months ago #3 by almamun
After removing when I click to post, I'm getting a blank page with the following message

Parse error: syntax error, unexpected $end in /home/public_html/components/com_kunena/template/default/post.php on line 509

Amviro Web Design & SEO

Dinajpur - My District Portal

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

More
14 years 7 months ago #4 by xillibit
I don't know how do you have modified the file, try to use the file that I have modfied :

File Attachment:

File Name: post-20090918.zip
File Size:15 KB

I don't provide support by PM, because this can be useful for someone else.
Attachments:

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

More
14 years 6 months ago #5 by speedman
I think almamun removed to all code

In this line codes like that
Code:
$msg .= "** Powered by Kunena! - http://www.Kunena.com **";


you will remove like that
Code:
$msg .= "";

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

Time to create page: 0.516 seconds