![]() |
|
Recommend to friend - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Recommend to friend (/thread-1737.html) |
Recommend to friend - webmotivagmailcom - 2007-10-30 Is there a way to send the zenphoto's url to a friend? Any hack or add-on? Thanks in advance. Recommend to friend - sbillard - 2007-10-30 Have you used the tried and true "file/send/link by email" menu from Internet Explorer or the "file/send link..." menu of Firefox? (If you are using a different browser, I am sure it has the equivalent.) If you wish a link within your album, I have not seen that done yet. Recommend to friend - vikaskbh - 2007-10-31 I have created Share a friend module but as a separate php module. You can look at sample http://actress.bollysite.com/kingfisher-calendar/kf2005_2.jpg.php Recommend to friend - chillawhile - 2007-10-31 can you share this module? i need a similar feature for my site... Recommend to friend - vikaskbh - 2007-10-31 It's a simple php page I called with in overlay Iframe (as orkut is doing for photo uploading). In which I am passing some parameters like image location & ID. Page contains tell a friend form. That user has to fill. In the back-end it's getting all the parameter of HTML-form & passing to php mailer (http://phpmailer.sourceforge.net) for sending HTML mail. Recommend to friend - vikaskbh - 2007-10-31 If you want, current page URL to pass it in tell a friend form php file. Use following code:- < a href="tellafriend.php?url=" ... |