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

Creating and modifying plugins.
Post Reply
snafu
Regular
Posts: 108
Joined: Sat Dec 17, 2005 7:34 am

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

Post 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.
snafu
Regular
Posts: 108
Joined: Sat Dec 17, 2005 7:34 am

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

Post 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.
Post Reply