Kunena 6.2.5 & module Kunena Latest 6.0.7 released

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

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

More
8 years 2 months ago #1 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
8 years 2 months ago - 8 years 2 months ago #2 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: 8 years 2 months ago by xillibit.

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

More
8 years 2 months ago #3 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
8 years 2 months ago #4 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
8 years 2 months ago #5 by ssh

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

More
7 years 7 months ago #6 by ssh
a space has been added.
#Solved

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

Time to create page: 0.362 seconds