CompanyDirectory und E-Mailverschlüsselung
Posted: Wed Apr 22, 2009 8:34 pm
Hi,
ich habe das Modul CompanyDirectory installiert.
Die Firmen werden mit einem Detail-Template dargestellt, das die Firmen-Email leider hiermit ausgeben will:
nun gibt smarty ja das Verschlüsseln der E-Mail mit der {mailto} funktion her, drum hab ich blauäugig versucht:
das Ergebnis brennt mir immernoch in den AUgen, die Fehlermeldung hier:
Kann mir das jemand korrigieren ?
Mit try n error kam ich zu keinem Ergebnis. . .
chears mates
el17
ich habe das Modul CompanyDirectory installiert.
Die Firmen werden mit einem Detail-Template dargestellt, das die Firmen-Email leider hiermit ausgeben will:
Code: Select all
{if $entry->contact_email ne ''}
Email: <a href="mailto:{$entry->contact_email}">{$entry->contact_email}</a>
{/if}
Code: Select all
{if $entry->contact_email ne ''}{mailto address="{$entry->contact_email}" encode="hex"}
{/if}
Code: Select all
Catchable fatal error: Object of class stdClass could not be converted to string in /var/www/vhosts/*****.de/httpdocs/tmp/templates_c/CompanyDirectory^%%2B^2B8^2B838308%%module_db_tpl%3ACompanyDirectory%3Bdetail_Sample.php on line 40
Mit try n error kam ich zu keinem Ergebnis. . .
chears mates
el17