The email template "notification_merge" could not be found

Started by katib, November 01, 2008, 09:29:16 AM

Previous topic - Next topic

katib

Hello
THis is the first time I merge some topics together
At last step, it gives following error:
The email template "notification_merge" could not be found

I check SMF2beta4 installation files, there is no such file !!! :(  
DEspite this error, topics are successfully merged !!!
منتدى الحجاج ... منتدى للقراءة والكتاب
http://www.hijaj.net

greyknight17

It's referring to the email template file (/Themes/default/languages/EmailTemplates.english.php. You should see notification_merge listed in there.

katib

THank you for help
Yes !  I found the followinsg lines inside EmailTemplates.english.php and EmailTemplates.arabicutf8.php

'notification_merged' => array(
/*
@additional_params: notification_merged
@description:
*/


So why forum is complaining about messing template??
منتدى الحجاج ... منتدى للقراءة والكتاب
http://www.hijaj.net

Rumbaar

What language are you using?  Isn't it suppose to be arabic-utf8 ?
"An important reward for a job well done is a personal sense of worthwhile achievement."

[ Themes ]

katib

منتدى الحجاج ... منتدى للقراءة والكتاب
http://www.hijaj.net

niko

'notification_merged' => array(

it should be

'notification_merge' => array(
Websites: Madjoki || (2 links retracted by team, links out of date and taken over.)
Mods: SMF Arcade, Related topics, SMF Project Tools, Post History

WIP Mods: Bittorrent Tracker || SMF Wiki

katib

Many thanks Niko
I will edit the my file
Should I edit also this:
@additional_params: notification_merged
منتدى الحجاج ... منتدى للقراءة والكتاب
http://www.hijaj.net

Rumbaar

Well the fact those appear to be commented out (/* */), I don't think it maters.  Strange body of code.

This should be the complete function:
'notification_merge' => array(
/*
@additional_params: notification_merged
@description:
*/
'subject' => 'Topic merged: {TOPICSUBJECT}',
'body' => 'A topic you are watching has been merged with another topic by {POSTERNAME}.

View the new merged topic at: {TOPICLINK}

Unsubscribe to this topic by using this link: {UNSUBSCRIBELINK}

{REGARDS}',
),
"An important reward for a job well done is a personal sense of worthwhile achievement."

[ Themes ]

Advertisement: