- Posts: 8
- Thank you received: 0
Kunena 6.3.7 Released
The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
Question Modify text in new post email notifications
Basically, by users want a more stripped down email, one that goes from this:
A new post has been made to a topic to which you have subscribed on the FSDR Forum
Message email format?
Forum: Suggestion Box & Site Updates
Posted by: FQ1962
You can administer your subscriptions by following the Profile link on the forum home page after you have logged in on the site. From your profile you can go to Subscriptions tab where you can unsubscribe from the topic.
URL: www.mydomain.com/index.php ?.....
Message:
message text here
Do not answer to this e-mail notification as it is a generated e-mail.
To something more like this:
Posted in forum: Suggestion Box & Site Updates by FQ1962
Message email format?:
message text here
You are receiving this message because you subscribed to a forum in the FSDR site. You can administer your subscriptions by following the Profile link on the forum home page after you have logged in on the site. From your profile you can go to Subscriptions tab where you can unsubscribe from the topic.
URL: www.mydomain.com/index.php ?.....
Do not answer to this e-mail notification as it is a generated e-mail.
Any help on how I can do this?
Please Log in or Create an account to join the conversation.
I refer you to the guidelines about posting questions in the support category:
I will try to find the information that might help you change the way that Kunena "routinely" produces email and post it for you. Please be aware that any changes that you make to the standard behaviour will not necessarily be retained if (and when) you upgrade from one version of Kunena to the next and that our ability to help you will be restricted when you make such changes....
Do not use this category:
▪ to request a change to the standard behaviour of Kunena.
...
There's no harm in asking for this information and I'll do my best to help you. I merely wanted to point out to you (and to others who may be in your situation) the risks that you may run ... even though your ideas are very good ones.
Speaking only for myself, I would like to see a future version of Kunena allow users the means to customise emails without having to make changes to the PHP source code ... but I think that might be a long time before this can be easily accomplished.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
If I can change the email format in only one or two files, then I am willing to do this and accept the headache every time I need to upgrade. However, if this requires extensive code changes I will let them know that this request will go on the "pending" list, and we'll just have to wait for some kind of email template system.
The other option would be to work some kind of plugin with en existing mailing system, like J!MailAlerts, which is an excellent system. If only I were a coder...
Please Log in or Create an account to join the conversation.
The code that seems to generate emails for subscribers seems to be located at around lines 924-1019 (the reference may be different in your version of Kunena), namely:
Therefore, the solution is to change the source code (that I have shown you above) and to replace the file ../components/kunena/lib/kunena.posting.class.php with your changes together with any changes that you need to make to the language file(s). I've only shown you the general principles; if you do not feel "qualified" to make these changes on your own, I'm sure that (for a modest fee) someone can make them for you ... with the caveats that the changes may need to be reapplied in a selective manner when you upgrade. I hope this information helps.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Where / how to do this?
Any help would be muchly appreciated.
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.