Wednesday 10 September 2003 8:41:18 am
Laurent, It's not a problem, it's a feature :) By default, ezp converts the @ and the . in email addresses to [at] and [dot] to prevent spambots from picking up email addresses. I think you have 2 choices: - Create a template.ini.append (.php) in either a site access or in the /settings/override if you want it to be site-wide. Put the following setting in it:
[WashSettings]
EmailDotText= EmailAtText= But I'm not sure if that will keep the @ and the . in the addresses or if it will result in a whitespace. - What will work is overriding the default template for the email datatype. Override /design/standard/templates/content/datatype/view/ezemail.tpl (and make a copy of the default template when using the admin interface) and make your own design for the email datatype. You could remove the "|wash(email)" in the standard template, and add the necessary tags to make it a link, but that will get you into trouble with future updates. HTH
-- Hans
Hans
http://blog.hansmelis.be
|