Page 1 of 1

Need: Email to author of posting - plugin [half way solved]

Posted: Sat Nov 03, 2007 6:22 am
by snafu
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.

Re: Need: Email to author of posting - plugin [half way solv

Posted: Sun Nov 04, 2007 7:34 am
by snafu
Not exactly what I wanted

Code: Select all

{if $entry.is_entry_owner and not $is_preview}
  <a href="mailto:{$entry.email}">mail</a>
{/if}
but working. A mailform, accessable with no logged in level, with no email address visible would be better.