Monday 29 March 2004 10:36:13 am
Hi,
If I understand you right, you may override ezemail.tpl standard template locate at: design/standard/templates/content/datatype/view/ezemail.tpl you can change its code from
{$attribute.data_text|wash(email)}
to
{$attribute.data_text|wash(xhtml)}
That should do the trick
-------------------------------- I didn't recomend you to override it manually (at least you know what are you doing), the recommended way is to do it via administration page, go to setup/templates area, there search for the right template you will have to navigate through all of them until find the one that you need to override (usually datatype templates start after 7th page in the navigator listing)
-------------------------- Finally the use of [dot] in the email, is to evoid automatic spam use email name outputs at your web page to spam
So you should think if it worths the change to "." output
--------------------------- Hope this help
Lazaro
http://www.mzbusiness.com
|