- Posts: 839
- Thank you received: 36
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
10 years 6 months ago #172450
by ssh
Line 390
libraries/kunena/forum/message/message.php
Actually
Suggestion
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.
10 years 6 months ago - 10 years 6 months ago #172464
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic [K.4.0.9] Add vertical bar libraries/kunena/forum/message/message.php
Hello,
Can-you make a screenshot please to see exactly what does this change ?
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.
10 years 6 months ago #172472
by ssh
Replied by ssh on topic [K.4.0.9] Add vertical bar libraries/kunena/forum/message/message.php
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
Actual email subject format:
sitename exampleposttitle
Suggested email subject format:
sitename | exampleposttitle
Please Log in or Create an account to join the conversation.
10 years 6 months ago #172547
by 810
Replied by 810 on topic [K.4.0.9] Add vertical bar libraries/kunena/forum/message/message.php
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.
10 years 6 months ago #172555
by ssh
Replied by ssh on topic [K.4.0.9] Add vertical bar libraries/kunena/forum/message/message.php
That's ok. No problem
Please Log in or Create an account to join the conversation.
10 years 2 weeks ago #178412
by ssh
Replied by ssh on topic [K.4.0.9] Add vertical bar libraries/kunena/forum/message/message.php
a space has been added.
#Solved
#Solved
Please Log in or Create an account to join the conversation.
Time to create page: 0.296 seconds