So i've gone off and replaced everything with dictionary items.
Now I've got a bit of a delema. uBlogsy subscriptions now has email templates in an xml file. I'm considering putting these email templates into dictionary items so the email templates can be multi language.
Just wondering if this is a good idea or not.
Here is one of the templates...
<EmailTemplate name="CommentNotification">
<Subject>Comment notification</Subject>
<HtmlBody>
<html>
<body style="font-family:Arial; font-size:12px;">
<p>Hi ##RecipientName##</p>
<p>
##CommenterName## has left a comment on the post "##PostTitle##"...
I always use the Digibiz Email Form with TinyMCE package to add email templates to nodes. Than you can also use TinyMCE. That might be better than storing it in dictionary files. Not sure if you have multiple nodes in this scenario, but otherwise you could store each language on multiple tabs.
Dictionary
Woud be great if you coud add dictionary items for the hard coded words in the macros.
So i've gone off and replaced everything with dictionary items.
Now I've got a bit of a delema. uBlogsy subscriptions now has email templates in an xml file. I'm considering putting these email templates into dictionary items so the email templates can be multi language.
Just wondering if this is a good idea or not.
Here is one of the templates...
I always use the Digibiz Email Form with TinyMCE package to add email templates to nodes. Than you can also use TinyMCE. That might be better than storing it in dictionary files. Not sure if you have multiple nodes in this scenario, but otherwise you could store each language on multiple tabs.
Jeroen
is working on a reply...