Simple Module to send mails
pi0h
Joined: 2014-06-05
Posts: 1 |
![]() |
Hello, at first sry for my bad language, i hope everyone can understand me :P i found some moduls in the download section, but not the right one. greetz pi0h |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
http://codex.galleryproject.org/Gallery3:Modules:contactowner Another option is to install the http://codex.galleryproject.org/Gallery3:Modules:edit_tinymce Dave _____________________________________________ |
|
spags
Joined: 2010-03-26
Posts: 120 |
![]() |
I think the OP wants to send the picture to anybody (not the owner like contactowner would). I'm pretty sure there was a postcard module (or something like it) a long time ago, way back when there were only a dozen or so modules for G3. I just can't see it in the modules list. |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
http://codex.galleryproject.org/Gallery3:Modules:ecard Dave |
|
jelzo
Joined: 2008-04-10
Posts: 67 |
![]() |
Add this to themes/YOURTHEME/views/photo.html.php: <div id="g-info"> <h2><?= t("Recommend photo to friend") ?></h2> <div><a href="mailto:?SUBJECT=<?= t("I want to recommend you this photo: ") ?><?= html::purify($item->title) ?>&BODY=<?= t("You can check it out here: ") ?><?= url::abs_site("items/{$item->id}") ?>" target="_blank"><?= t("Send email") ?></a></div> </div> |
|