Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 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 How to revert back to non-html email notifications?

More
8 years 5 months ago #1 by ernst67
Hello all,

I have recently upgraded to Kunena 4.0.6. All went well, but there is one change I would like to revert back.

The email notifications now have a big shouting fat message

So I searched and found this file

..../components/com_kunena/template/system/layouts/email/subscription/moderator.php


And changed the code to
Code:
$this->mail->isHtml(true); to; $this->mail->isHtml(false);

...but that didn't do the trick :(

Any suggestions?

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

More
8 years 5 months ago #2 by xillibit
Hello,

Can-you make please a sceenshot of the issue by hiding mail adresses ?

I don't provide support by PM, because this can be useful for someone else.

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

More
8 years 5 months ago #3 by ernst67
Hi Xillibit,

Thanks for the reply.

Someone in our team just found out which file to change....
For the sake of documentation, I'll post here what we changed:

We simply copied the folder "layouts" from

"(site-root)/templates/(site-template)/html/com_kunena/" to:

"(site-root)/templates/(site-template)/html/com_kunena/layouts/email/subscription/*.php"

and made the adjustments there, to override the default. This way our changes are prevented when we update Kunena.

You called it an "issue", which it is not. It's just a matter of different behaviour since the update to Kunena 4.0.6.
We preferred the old-fasioned plain-text notifications, instead of the html formatted email with a big fat shouting subject line ;-)

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

Time to create page: 0.314 seconds