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

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

K 2.0 support will cease on 31 August 2013 and this section of the forum will be closed and archived after that time and no further questions will be answered about this version.

Question How to change the subject and "from" in subscription email?

More
11 years 8 months ago #1 by jpc0480
The sender is listed as the forum name and the subject is the forum name, thread title, & category.

Is it possible to re-arrange this? My forum name is long to begin with. The subject is just completely overloaded.

Is it possible to have the sender as just my site name? Couldn't the subject just be the thread? Is there any other way to rearrange this?

Kunena 3.0.4
CB 1.9.1
Joomla 2.5.18

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

More
11 years 8 months ago #2 by TKtemp
Hi,
only way to do this is to modify source code of Kunena.

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

More
11 years 6 months ago #3 by brentwilliams
jpc0480, you will need to go into /administrator/libraries/forum/message/message.php.

Once there, look for the first instance of "$mailsender", which should be around line 203 (in Kunena 2.0.2). Delete that line and replace with this:

$jConfig = JFactory::getConfig();
$mailsender = $jConfig->getValue( 'config.sitename' );

I'm guessing you might want to mess around the email body, as well. That is located at the bottom of that file in the "protected function createEmailBody" function.

Hope that helps!

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

Time to create page: 0.453 seconds