|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/fatshado/fatshadow/cgi-bin/MT/docs/ |
Upload File : |
<html> <head> <title>MAIL THIS ENTRY</title> <link rel="stylesheet" href="doc-styles.css" type="text/css"> </head> <body> <h3>Movable Type User Manual: MAIL THIS ENTRY</h3> <p><a href="mtmanual.html">« Table of Contents</a></p> <a name="__index__"></a> <ul> <li><a href="#mail this entry">MAIL THIS ENTRY</a></li> </ul> <hr size="1" color="#CCCCCC"> <p> <h1><a name="mail this entry"></a>MAIL THIS ENTRY</h1> <p>Movable Type ships with a mailer program that can be used to implement a simple ``mail this entry'' feature on your site. By adding a small form to the individual entry pages on your site, you can allow your visitors to email links to those pages to friends, etc.</p> <p>To add this feature to your site, add the following to an archive template that you have associated with your Individual archives:</p> <pre><form method="post" action="<$MTCGIPath$>mt-send-entry.cgi"> <input type="hidden" name="entry_id" value="<$MTEntryID$>" /> <input type="hidden" name="_redirect" value="<$MTEntryLink archive_type="Individual"$>" /> Email this entry to:<br /> <input name="to" size="20" /><br /><br /> Your email address:<br /> <input name="from" size="20" /><br /><br /> Message (optional):<br /> <textarea name="message" rows="5" cols="20" wrap="virtual"></textarea><br /><br /> <input type="submit" value="Send" /> </form> </pre><p>Then save the template and rebuild your site.</p> <hr size="1" color="#CCCCCC"> <span class="copyright">Copyright © 2001, 2002 Ben Trott and Mena Trott. All Rights Reserved.</span> </body> </html>