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.

Question Can I change message text in Kunena emails?

More
14 years 11 months ago - 14 years 11 months ago #94958 by cbrace
Hi all,

The members of the forum I maintain make extensive use of the email notification system (categories and topics), which works very well.

Question: are the message texts editable? For example, this text isn't well phrased:

You are getting this notification because of you have subscribed into category.

Also, it looks like a variable is missing, ie, the name of the category.

Searching the forum, I find some really old info which is now out-of-date.

Thanks
Last edit: 14 years 11 months ago by sozzled. Reason: Changed subject to improve relevance for search purposes

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

More
14 years 11 months ago #94995 by sozzled
As from K 1.6.4, there have been a few changes to make it easier to customise the message text that appears on Kunena-generated email. For example, these language strings (see Where is the language file? ) show you how some of that text is defined:

COM_KUNENA_POST_EMAIL_NOTIFICATION1="A new reply has been posted on the"
COM_KUNENA_POST_EMAIL_NOTIFICATION1_CAT="A new topic has been created on the"
COM_KUNENA_POST_EMAIL_NOTIFICATION2="You can unsubscribe from this topic by visiting it and clicking the Unsubscribe button near the top or bottom of the page."
COM_KUNENA_POST_EMAIL_NOTIFICATION2_CAT="You are getting this notification because of you have subscribed into category. Please visit the category to unsubscribe."

I hope this helps.
The following user(s) said Thank You: cbrace

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

More
14 years 10 months ago - 14 years 10 months ago #96836 by tompasworld
Thanks for the clarification on where to find these files.

However, for me the translation (swedish) is correct in these files, but the lines

COM_KUNENA_POST_EMAIL_NOTIFICATION1_CAT
and
COM_KUNENA_POST_EMAIL_NOTIFICATION2_CAT


are still shown as the quouted text in the notification email and not converted to (for the user) plain text or links.

Any ideas how to fix this?

Thanks in advance.

- Thomas
Last edit: 14 years 10 months ago by tompasworld. Reason: fixed typo

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

More
14 years 10 months ago #96837 by sozzled
You need to upgrade to K 1.6.4 and then use the information shown in msg #2 of this topic.

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

More
14 years 10 months ago #96838 by tompasworld
This is what I have done:

1) I have upgraded to 1.6.4

2) found the correct language files

3) checked the corresponding lines in these files so there were no typos etc in them, ie the files are correct.

It it still not converting (for example) COM_KUNENA_POST_EMAIL_NOTIFICATION1_CAT to something readable.

One thing that crossed my mind now is that there is a line saying

COM_KUNENA_POST_EMAIL_NOTIFICATION1

but not

COM_KUNENA_POST_EMAIL_NOTIFICATION1_CAT


Are there supposed to be a line saying

COM_KUNENA_POST_EMAIL_NOTIFICATION1_CAT

or only

COM_KUNENA_POST_EMAIL_NOTIFICATION1


in the language files?

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

More
14 years 10 months ago #96868 by Mortti
Both lines are for different reasons... (topic & category)

COM_KUNENA_POST_EMAIL_NOTIFICATION1="A new reply has been posted on the"

maybe better for that is:

COM_KUNENA_POST_EMAIL_NOTIFICATION1="A new reply has been posted on the topic:"

COM_KUNENA_POST_EMAIL_NOTIFICATION1_CAT="A new topic has been created on the"

maybe better for that is:

COM_KUNENA_POST_EMAIL_NOTIFICATION1_CAT="A new topic has been created on the category:"

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

Time to create page: 0.229 seconds