[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/help/ -> contact.manager.html (source)

   1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   2  
   3  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   4  
   5  <html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">
   6  <head>
   7  <title>Contact Manager</title>
   8  <link href="css/help.css" rel="stylesheet" type="text/css" />
   9  </head>
  10  <body><strong class="title">Contact Manager</strong>
  11  <table width="100%"  border="1" cellspacing="0" cellpadding="3">
  12       <tr>
  13            <td width="16%" align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Purpose:</td>
  14            <td width="84%" valign="top" class="data"><p>The Contact Manager allows
  15                      you to manage the Contacts Items for your site. The list
  16                      may be filtered by name and/or category.</p>               
  17                 <strong>Display Columns</strong>
  18                 <ul>
  19                 <li><strong>Name</strong>: This is the name of the contact. You
  20                      can click the name to edit that contact.</li>
  21                 <li><strong>Published</strong>: Click on the icon to toggle Publish/Unpublish.</li>
  22                 <li><strong>Reorder</strong>: Click the icons to move the record up or down in the list. The order is used in both the contact manager and on the contact page the Visitor will see.</li>
  23                 <li><strong>Category</strong>: You can assign contacts to different categories. This column displays which category the contact belongs too. Click to edit the Category.</li>
  24                 <li><strong>Linked to User</strong>: If the contact is linked to a registered user of the site, the users name will appear here. Click to edit user. </li>
  25            </ul></td>
  26       </tr>
  27       <tr>
  28            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  29            <td valign="top" class="data">n/a</td>
  30       </tr>
  31       <tr>
  32            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td>
  33            <td valign="top" class="data">n/a</td>
  34       </tr>
  35       <tr>
  36            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  37            <td valign="top" class="data">n/a</td>
  38       </tr>
  39       <tr>
  40            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
  41            <td valign="top" class="data"><ul>
  42                 <li><strong>Publish</strong>: Click to publish any number of selected
  43                      Contacts.<strong></strong></li>
  44                 <li><strong>Unpublish</strong>: Click to unpublish
  45                      any number of selected Contacts.</li>
  46                 <li><strong>New</strong>:
  47                           Click the &#39;New&#39; icon to create a new Contact
  48                           Item.</li>
  49                 <li><strong>Edit</strong>:
  50                           Select an Item then click the &#39;Edit&#39; icon to
  51                           edit a Contact.</li>
  52                 <li><strong>Delete</strong>:
  53                           Click the &#39;Delete&#39; icon to delete one or more
  54                           Contacts from the database.</li>
  55            </ul></td>
  56       </tr></table>
  57  
  58  </body></html>