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

Solved Moderator emails with wrong text

More
7 years 5 months ago #1 by achartier
Since the upgrade to K5 the moderator emails being sent have the text of a general email re a new post so the moderators don't know that there is a moderator request pending.

This message contains confidential information

Database collation check: The collation of your table fields are correct

Joomla! SEF: Disabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 120 seconds | Max execution memory: 256M | Max file upload: 64M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : shaper_helix3 | author: JoomShaper.com | version: 1.7 | creationdate: Jan 2016

Kunena default template details : Crypsisb3 | author: Kunena Team | version: 5.0.4-DEV | creationdate: 2016-11-04

Kunena version detailed: Kunena 5.0.4-DEV | 2016-11-04 [ Internal ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: CommunityBuilder 2.0.15

Third-party SEF components: None

Plugins: None

Modules: None

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

More
7 years 5 months ago #2 by achartier
The files components/com_kunena/templates/crypsis/layouts/email/subscription/moderator.php (and the same in crypsisb3) need to be modified. Lines 22 & 23 currently look like this:
Code:
$msg1 = $this->message->parent ? JText::_('COM_KUNENA_POST_EMAIL_NOTIFICATION1') : JText::_('COM_KUNENA_POST_EMAIL_NOTIFICATION1_CAT'); $msg2 = $this->message->parent ? JText::_('COM_KUNENA_POST_EMAIL_NOTIFICATION2') : JText::_('COM_KUNENA_POST_EMAIL_NOTIFICATION2_CAT');
These lines need to change to:
Code:
$msg1 = JText::_('COM_KUNENA_POST_EMAIL_MOD1'); $msg2 = JText::_('COM_KUNENA_POST_EMAIL_MOD2');

This resolves the problem.

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

More
7 years 5 months ago #3 by 810
thnx, fixed on next version

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

More
7 years 5 months ago - 7 years 5 months ago #4 by achartier
You are welcome. Any chance you can look at the missing Thank You button issue I posted?

www.kunena.org/forum/k5-0-support/139084...en-reply-is-disabled
Last edit: 7 years 5 months ago by achartier.

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

Time to create page: 0.401 seconds