discourse-legacysite-perl/site/glist/templates/help/account.html
2024-06-17 22:24:05 +10:00

140 lines
7.3 KiB
HTML

<html>
<head>
<style><%include include_style.css%></style>
<title>Gossamer List - Help - Accounts</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF">
<table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr class="body_bold">
<td width="67%"><img src="<%image_url%>/pics/logo.gif" vspace="2"></td>
<td width="33%" align="right"><a href="javascript:window.close()">Close</a>
</td>
</tr>
<tr class="body_bold" bgcolor="#336600">
<td colspan="2"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="5"></td>
</tr>
</table><br>
<table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td><span class="help_header">Help - Account</span> </td>
</tr>
</table>
<table width="90%" border="0" cellspacing="0" cellpadding="1" align="center">
<tr bgcolor="#008000">
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="#FFFFFF">
<tr>
<td> <br>
<table width="92%" border="0" cellspacing="0" cellpadding="2" align="center">
<tr class="body">
<td>
<div align="justify">
<p>The "Account" menu allows you to modify your own Gossamer List account and (if you are an administrator) the accounts of your users. The email templates used to build emails sent to your subscribers can also be managed from here. The menu allowing you to modify your own profile is displayed
by default.</p>
<p>- The values entered in the "First Name", "Last Name",
"Email address", "Company Name" and "URL" fields can be
automatically added to messages sent from Gossamer List
using the following tags:</p>
</div>
<blockquote>
<div align="justify">
<p>&lt;%pro_first_name%&gt;<br>
&lt;%pro_last_name%&gt; <br>
&lt;%usr_email%&gt; <br>
&lt;%pro_company%&gt; <br>
&lt;%pro_url%&gt;</p>
</div>
</blockquote>
<div align="justify">
<p>- The "Reply-to-Email" and "Bounce Email" fields contain
the addresses that will be set as the default reply and
bounce email addresses in the "Create Message" menu.</p>
<p>- The "Date format" drop-down menu controls the date format
that will be used for your messages. To create a custom date format, select one from the drop-down menu and modify the format in the field to the right.</p>
<p>- The "Editor Advanced" drop-down menu controls the default message format that will appear when creating new messages. </p>
<p>- Click the "Update Profile" button to save your changes,
or click the "Reset" button to restore the original values.
</p>
<p><span class="helptitle"><a name="password">Change Password</a></span><br>
Clicking the "Change Password" link displays a menu allowing
you to change your Gossamer List password. </p>
<p>- Enter your current password in the "Old Password" field,
enter your new password in the "New Password" and "Re-type
new" fields and click the "Update Password" button. </p>
<p><span class="helptitle"><a name="template">Email Templates</a></span><br>
Clicking the "Email Templates" link brings up a menu allowing you to edit the templates that will build the subscription, unsubscription andvalidation emails that are sent to your subscribers. Administrators can modify the default content of these templates; read the help section for"Default Email Templates" in the Templates menu for more information.
</p>
<p>- Select the specific template you wish to modify from
the drop-down menu and click "Load". The email template
will be displayed in the "To", "Subject", "From", "Extra
Body" and "E-mail body" fields. </p>
<p>- Make changes to the text and tags included in the desired
fields and click the "Save" button. The following tags can
be included in any of the fields: </p>
</div>
<blockquote>
<div align="justify">
<p>&lt;%pro_first_name%&gt; will automatically insert the
value entered in the "First Name" field in the Account
menu. <br>
&lt;%pro_last_name%&gt; will automatically insert the
value entered in the "Last Name" field in the Account
menu. <br>
&lt;%usr_email%&gt; will automatically insert the value
entered in the "Email" field in the Account menu. <br>
&lt;%pro_company%&gt; will automatically insert the value
entered in the "Company Name" field in the Account menu.
<br>
&lt;%pro_url%&gt; will automatically insert the value
entered in the "URL" field in the Account menu. <br>
&lt;%sub_email%&gt; will automatically insert the subscriber's
email address. <br>
&lt;%sub_name%&gt; will automatically insert the subscriber's
name. </p>
</div>
</blockquote>
<div align="justify">
<p>- You can save the template under a different name by entering
one in the "Save template as:" field and clicking the "Save"
button. </p>
<p><span class="helptitle"><a name="headerfoote">Header & Footer</a></span><br>
The Header & Footer menu allows you to create headers and footers that will be attached to the tops and bottoms of all messages sent using your Gossamer List account. Whether the HTML or text headers and footers are attached is dependant on whether you are sending a message in HTML or text format. The following tags can be inserted into the HTML headers and footers:
<blockquote>
<div align="justify">
<p>User info:<br>
- &lt;%%usr_username%&gt;<br>
- &lt;%%usr_email%&gt;<br>
- &lt;%%pro_first_name%&gt;<br>
- &lt;%%pro_last_name%&gt;<br>
- &lt;%%pro_url%&gt;<br><br>
Subscriber info:<br>
- &lt;%%sub_name%&gt;<br>
- &lt;%%sub_email%&gt;<br>
Unsubcribe URL allowing subscribers to remove themselves from the list:<br>
- &lt;%%unsubscribe_url%&gt;<br><br>
Global tags: <br>
- &lt;%%site_title%&gt;<br>
- &lt;%%site_url%&gt;
</p>
</div>
</blockquote>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>