Kunena 7.0.8 Released

The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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

Solved [K.4.0.9] Add vertical bar libraries/kunena/forum/message​/message.php

More
10 years 6 months ago #172450 by ssh
Line 390
libraries/kunena/forum/message/message.php

Actually
Code:
$mailsubject = JMailHelper::cleanSubject ( $config->board_title . ' ' . $topic->subject . " (" . $this->getCategory()->name . ")" );

Suggestion
Code:
$mailsubject = JMailHelper::cleanSubject ( $config->board_title . ' | ' . $topic->subject . " (" . $this->getCategory()->name . ")" );

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

More
10 years 6 months ago - 10 years 6 months ago #172464 by xillibit
Hello,

Can-you make a screenshot please to see exactly what does this change ?

I don't provide support by PM, because this can be useful for someone else.
Last edit: 10 years 6 months ago by xillibit.

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

More
10 years 6 months ago #172472 by ssh
it changes the subject of notification emails sent to your admin account when people make a new post.

Actual email subject format:
sitename exampleposttitle

Suggested email subject format:
sitename | exampleposttitle

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

More
10 years 6 months ago #172547 by 810
i changed the template for email on k5.0, but i will not include this change you suggest. For me it looks not so great.

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

More
10 years 6 months ago #172555 by ssh

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

More
10 years 2 weeks ago #178412 by ssh
a space has been added.
#Solved

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

Time to create page: 0.232 seconds