Hi!
Searched the forum and spartacus as well, but didn't found such a plugin.
What i would like to have:
From article or a authors list it should be possible to form mail any author. Is there a plugin like this out here?
thanks in advance
snafu
edit: meanwhile i have got an other idea for this task, the smarty variable $entries holds in "email: Email address of the author of the entry". Now i only have to detect whether i am logged in as admin, then display this link. This should do the job.
Need: Email to author of posting - plugin [half way solved]
Re: Need: Email to author of posting - plugin [half way solv
Not exactly what I wanted
but working. A mailform, accessable with no logged in level, with no email address visible would be better.
Code: Select all
{if $entry.is_entry_owner and not $is_preview}
<a href="mailto:{$entry.email}">mail</a>
{/if}