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

Question How to customize the subscription alert emails?

More
14 years 1 month ago #1 by LEXI
Hi which file so I need to edit to change the text in the email that gets sent to users who have subscribed to a forum?

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

More
14 years 1 month ago #2 by sozzled
Most of the texts that appear in Kunena "system-generated" emails is contained in ../administrator/components/com_kunena/language/kunena.english.php. See similar request for information in How can Edit this message?

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

More
14 years 1 month ago #3 by LEXI
thanks

which line is it to remove the powered by kunena?

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

More
14 years 1 month ago #4 by LEXI
does anyone know? I just don't want it to appear in my emails....

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

More
14 years 1 month ago #5 by sozzled
Please read Changing the "Powered by" link . Although I do know how this can be done - in fact I have shown you where the information is contained - I hope you understand the reasons why I cannot give you specific details. You will have to work out those details for yourself. Sorry. :(

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

More
14 years 1 month ago #6 by LEXI
yes thankyou :) i'll get a look at that but just so you know I only want to disable the powered by link in the emails not in my forum as i give credit where credit is due and all that ;)

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

More
13 years 9 months ago #7 by freespirit
Hi!

Did u manage to remove the "powered by" text.

I also wants to remove the actual text from the post. I just want the link so that they will have to visit the forum to read the answer.

Any knows where i can remove that?

:)

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

More
13 years 9 months ago #8 by fxstein

freespirit wrote:
I also wants to remove the actual text from the post. I just want the link so that they will have to visit the forum to read the answer.

Any knows where i can remove that?

:)


That is a configuration option in the Kunena backend. Set include message text to NO

Hope this helps!

We love stars on the Joomla Extension Directory . :-)

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

More
13 years 9 months ago #9 by freespirit
Great. Thanks a lot!

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

More
13 years 8 months ago #10 by 303south
All though I do not want to remove the powered by option, even if I did I am aware on how to do so, which I will not share.

I do want to insert some html that will appear in the email that is sent, however where abouts would a put it in the code?


I am assuming it would go amongst this lot:
DEFINE('_KUNENA_SHOW_AUTHOR_DESC', '1=username, 2=realname, 0=none');
DEFINE('_KUNENA_STATS', 'Stats Plugin Settings ');
DEFINE('_KUNENA_CATIMAGEPATH', 'Category Image Path ');
DEFINE('_KUNENA_CATIMAGEPATH_DESC', 'Category Image path. If you set the path as "category_images," the full path will be "your_html_rootfolder/media/kunena/attachments/legacy/category_images/');
DEFINE('_KUNENA_ANN_MODID', 'Announcement Moderator IDs ');
DEFINE('_KUNENA_ANN_MODID_DESC', 'Add user IDs for announcement moderators (e.g. 62,63,73). Announcement moderators can add, edit, and delete the announcements.');
//
DEFINE('_KUNENA_FORUM_TOP', 'Board Categories ');
DEFINE('_KUNENA_CHILD_BOARDS', 'Child Boards ');
DEFINE('_KUNENA_QUICKMSG', 'Quick Reply ');
DEFINE('_KUNENA_THREADS_IN_FORUM', 'Threads in Forum ');
DEFINE('_KUNENA_FORUM', 'Forum ');
DEFINE('_KUNENA_SPOTS', 'Spotlights');
DEFINE('_KUNENA_CANCEL', 'cancel');
DEFINE('_KUNENA_TOPIC', 'TOPIC: ');
DEFINE('_KUNENA_POWEREDBY', 'Powered by #32;');
// Time Format
DEFINE('_TIME_TODAY', '<b>Today</b>&#32;');
DEFINE('_TIME_YESTERDAY', '<b>Yesterday</b>&#32;');
// STARTS HERE!
DEFINE('_KUNENA_WHO_LATEST_POSTS', 'Latest Posts');
DEFINE('_KUNENA_WHO_WHOISONLINE', 'Who is Online');
DEFINE('_KUNENA_WHO_MAINPAGE', 'Forum Main');
DEFINE('_KUNENA_GUEST', 'Guest');
DEFINE('_KUNENA_PATHWAY_VIEWING', 'viewing');
DEFINE('_KUNENA_ATTACH', 'Attachment');
// Favorite
DEFINE('_KUNENA_FAVORITE', 'Favorite');
DEFINE('_USER_FAVORITES', 'My Favorites');
DEFINE('_THREAD_UNFAVORITE', 'Remove from Favorites');
// profilebox
DEFINE('_PROFILEBOX_WELCOME', 'Welcome');
DEFINE('_PROFILEBOX_SHOW_LATEST_POSTS', 'Show Latest Posts');
DEFINE('_PROFILEBOX_SET_MYAVATAR', 'Set My Avatar');
DEFINE('_PROFILEBOX_MYPROFILE', 'My Profile');
DEFINE('_PROFILEBOX_SHOW_MYPOSTS', 'Show My Posts');
DEFINE('_PROFILEBOX_GUEST', 'Guest');
DEFINE('_PROFILEBOX_LOGIN', 'Login');
DEFINE('_PROFILEBOX_REGISTER', 'Register');
DEFINE('_PROFILEBOX_LOGOUT', 'Logout');
DEFINE('_PROFILEBOX_LOST_PASSWORD', 'Lost Password?');
DEFINE('_PROFILEBOX_PLEASE', 'Please');
DEFINE('_PROFILEBOX_OR', 'or');
// recentposts

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

Time to create page: 0.413 seconds