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.

Merged Kunena email notification template

More
11 years 2 weeks ago #1 by MMarzan
Hi,

which file should I change the template to customize the email that is sent to the user after posting?

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

More
11 years 2 weeks ago #2 by xillibit
Hello,

There isn't template easily modifiable for the email, it's a bit hardcoded.

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
10 years 9 months ago #3 by fullmag
Hi
Could someone be so kind to point to the files involved setting the html of outgoing emails from Kunena 2.04
I know it would be a core-hack - but I really need it and can't seem to find the files holding the code.

I hope someone can give me a pointer.
Thanks in advance.
Cheers

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

More
10 years 9 months ago #4 by sozzled
What, exactly, is it that you want to "customise"?

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

More
10 years 9 months ago #5 by fullmag
Hi
I need to bring in an email header with logo (and color change) in all the notify mails coming out of Kunena subscriptions.

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

More
10 years 9 months ago - 10 years 9 months ago #6 by sozzled
Some of the information can easily be changed by modifying the language files (text strings, etc.,) which also means that you can add HTML to insert images (e.g. logos) and change the colour attributes with inline CSS.

These kinds of changes are fairly easy to do if you know where to look. To find the location of the language files appropriate to your version of Kunena, see the article Where is the language file?
Last edit: 10 years 9 months ago by sozzled.
The following user(s) said Thank You: fullmag

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

More
10 years 9 months ago #7 by fullmag
Great - Thank you

For others seeking the same I went for the file:
/public_html/administrator/language/da-DK/da-DK.com_kunena.libraries.ini
searched for COM_KUNENA_POST_EMAIL

Result:
Eg.
COM_KUNENA_POST_EMAIL_NOTIFICATION1="Et nyt indlæg er blevet indsendt til et emne, som du abonnerer på"

Copy those needed strings and place overrides on the server in:
/public_html/administrator/language/overrides/da-DK.override.ini

OR

Use Joomla backend administration

Extentions->Language manager->Overrides:
Danish (DK)Adminstrator-> NEW
Insert constant / insert value


Example override:

For an image (use absolute url) to be inserted over the string
Code:
COM_KUNENA_POST_EMAIL_NOTIFICATION1="<div style='width:100%;background-color:#de4052;padding:0 20px;margin-bottom:10px;'><a href='http://www.YOURDOMAIN.COM/'><img src='http://www.YOURDOMAIN.COM/images/logo/logo_email.png' border='none' /></a></div>Et nyt indlæg er blevet indsendt til et emne, som du abonnerer på"

or
Code:
COM_KUNENA_POST_EMAIL_NOTIFICATION1="<div style="_QQ_"width:100%;background-color:#de4052;padding:0"_QQ_"><a href="_QQ_"http://www.YOURDOMAIN.COM/"_QQ_"><img src="_QQ_"http://www.YOURDOMAIN.COM/images/logo/logo_email.png"_QQ_" border="_QQ_"none"_QQ_" /></a></div>Et nyt indlæg er blevet indsendt til et emne, som du abonnerer på"

(I do not know if there is a difference between single quotes: '
and the
"_QQ_" markup


Cheers and again thanks for the help

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

More
10 years 9 months ago #8 by fullmag
Hmmm...
The above seems not to work... get phrased as clean txt not html

Is the email delivered stripped from html I see it delivered in plain text - did I miss a setting in the admin?

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

More
10 years 4 months ago #9 by rockandroller
I frequently get emails from people who have gotten a subscribed topic email notification - and in their haste to reply the topic, they REPLY the email (which ends up in my admin mailbox!)- rather than clicking the enclosed link and logging in to the forum and posting their reply in the thread.

Accordingly, I would like to add a BIG, BOLD
"DO NOT REPLY THIS EMAIL - LOG IN TO THE FORUM TO POST YOUR REPLY "

prominently at the top of this notification...

The question is, where do I find it?

TIA...

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

More
10 years 1 month ago - 10 years 1 month ago #10 by friday shoes
Is there a way to change/edit/adapt the messages that are sent out by the Kunena forum.

For example if I wanted to change the subscribed topic message from:

'A new reply has been posted....'

to

'A new reply is waiting.....'


I was looking in language overrides but couldn't find anything.

Thanks
Last edit: 10 years 1 month ago by friday shoes.

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

Time to create page: 0.524 seconds