[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

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

   1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   2  <html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">
   3  <head>
   4  <title>User Manager</title>
   5  <link href="css/help.css" rel="stylesheet" type="text/css" />
   6  </head>
   7  <body><strong class="title"><span class="hs_header01"><strong>User Manager</strong></span></strong>
   8  <table width="100%"  border="1" cellspacing="0" cellpadding="3">
   9       <tr>
  10            <td width="16%" align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Purpose:</td>
  11            <td width="84%" valign="top" class="data"><p>This page shows the Users
  12                      registered for your site.&nbsp;From here, you can add or edit Users.</p>               <strong>Display Columns</strong>
  13                 <ul>
  14                 <li><strong>Name</strong>: This is the real or display name of user. Click the name to edit the User&#39;s information.</li>
  15                 <li><span style=
  16  "COLOR: rgb(51,51,51)"><strong>Logged In</strong>: This shows whether the user is logged in or not.</span></li>
  17                 <li><span style=
  18  "COLOR: rgb(51,51,51)"><strong>Enabled</strong>: This shows whether the user is allowed to log in to the site. Click the icon to toggle the state of the user.&nbsp;</span></li>
  19                 <li><span style=
  20  "COLOR: rgb(51,51,51)"><strong>User ID</strong>: This is the login name of the user.&nbsp;</span></li>
  21                 <li><span style=
  22  "COLOR: rgb(51,51,51)"><strong>Group</strong>: This is the group that the user is associated with.&nbsp;</span></li>
  23                 <li><span style=
  24  "COLOR: rgb(51,51,51)"><strong>Email</strong>: This is the User&#39;s e-mail address.</span></li>
  25                 <li><span style=
  26  "COLOR: rgb(51,51,51)"><strong>Last Visit</strong>: This is the date and time
  27                      that the user last logged in to the site.</span> </li>
  28                 </ul>
  29            <p><strong>Filters</strong>: Enable you to search the list of users. </p></td>
  30       </tr>
  31       <tr>
  32            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  33            <td valign="top" class="data">n/a</td>
  34       </tr>
  35       <tr>
  36            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td>
  37            <td valign="top" class="data">n/a</td>
  38       </tr>
  39       <tr>
  40            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  41            <td valign="top" class="data">n/a</td>
  42       </tr>
  43       <tr>
  44            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
  45            <td valign="top" class="data"><ul>
  46                 <li><strong>New</strong>: Click the &#39;New&#39; icon to create a new User.</li>
  47                 <li><strong>Edit</strong>: Click the &#39;Edit&#39; icon to edit a User&#39;s information.</li>
  48                 <li><strong>Delete</strong>: Click the &#39;Delete&#39; icon to delete the user from the database. You can delete more than one user at a time.</li>
  49                 <li><strong>Force Logout</strong>: Click the &#39;Force Logout&#39; icon to log a user out.</li>
  50            </ul></td>
  51       </tr></table>
  52  
  53  </body></html>