Kunena 7.0.4 Released

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

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
11 years 5 months ago #160573 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
11 years 4 months ago - 11 years 4 months ago #160663 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: 11 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.236 seconds