Kunena 6.4.8 Released

The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

The topics in this category are for historical interest only. Owing to the structural changes that occurred in K 1.7, many of the ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question Notification Email edits

More
14 years 4 months ago #1 by mlotziii
I am trying to modify the notification emails and can't seem to find the correct file to edit.

Following several other posts that I've found searching they lead me to the post.php file but no matter what changes I seem to make they do not show up in the notification emails.

What I am trying to do is add additional links to the email inviting people to visit the site and an affiliate link. Below is a snippet of the code I tried to add to the post.php file
Code:
$msg .= '<a href="http://www.affiliatelink.com"><img src="http://bannerurl.com" height=60 width=468"></a>';
Can anyone help me? or point me in the right direction?

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

More
14 years 4 months ago #2 by Matias
Replied by Matias on topic Re: Notification Email edits
components/com_kunena/lib/kunena.posting.class.php, end of the file.
The following user(s) said Thank You: mlotziii

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

More
14 years 3 months ago #3 by mlotziii
Sorry for not replying sooner! This was the place and it is working like a charm!

Thank you!

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

More
14 years 3 months ago #4 by mlotziii
I had changed the email notifications to html and added the affiliate banner I wanted with no problem... then I upgraded to the newest version of Kunena and I can not seem to get to working again.

The problem is only in getting the emails to be html emails. Any idea how to get the headers changed in the notification email?

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

More
14 years 3 months ago #5 by mlotziii
Figured it out!
Code:
$mail->isHTML(true);

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

Time to create page: 0.309 seconds