Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

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
16 years 8 months ago #28474 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
16 years 8 months ago #28927 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
16 years 7 months ago #29139 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
16 years 7 months ago #29141 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.31 KB

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
16 years 7 months ago #29967 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.245 seconds