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

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.

Solved [forum name] how to rid of brackets in email

More
9 years 4 months ago #1 by Shimei
Hello,

When the forum sends out a message email the forum name is encased within left and right brackets [ ]. Where would I go to delete it? and could someone provide the code that I am to change?

The problem I have is that I am not filling out the name within the configuration in the backend, because it places the forum name first in the search engines. I'd just like to remove those brackets, because as is now the forum sends out emails like this to a subscribed thread: [] blah blah blah

Thanks

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

More
9 years 4 months ago - 9 years 4 months ago #2 by xillibit
Hello,

You can change it in the file : /libraries/kunena/forum/message/message.php at line 206 :
Code:
$mailsubject = JMailHelper::cleanSubject ( "[" . $config->board_title . "] " . $topic->subject . " (" . $this->getCategory()->name . ")" );

I don't provide support by PM, because this can be useful for someone else.
Last edit: 9 years 4 months ago by xillibit.
The following user(s) said Thank You: Shimei

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

Time to create page: 0.489 seconds