[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/help/ -> banners.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>Banner Manager</title>
   8  <link href="css/help.css" rel="stylesheet" type="text/css" />
   9  </head>
  10  <body><strong class="title">Banner 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>This page shows the list of the banners you may display on your site.</p>               <strong>Display Columns</strong>
  15                 <ul>
  16                 <li><strong>Banner Name</strong>: This is the name of the banner. If you click on this name, you may edit the related parameters. A padlock icon next to it shows that it is checked-out. To check-in, click the name to edit.</li>
  17                 <li><strong>Published</strong>: This displays whether the banner is currently Published or not for Frontend display. Click the column icon to toggle state.</li>
  18                 <li><strong>Impressions Made</strong>: This is the number of times the banner has been shown on your site.</li>
  19                 <li><strong>Impressions Left</strong>: This is the number of impressions left to display if a limit has been set while creating or editing a banner.&nbsp;</li>
  20                 <li><strong>Clicks</strong>: This is the number of times that particular banner has been clicked on by a user of the site.&nbsp;</li>
  21                 <li><strong>% Clicks</strong>: This is the number of clicks as a percentage ratio to the number of impressions that have been made. 1% would mean for example, that 1 in every 100 people had clicked on the banner.&nbsp; </li>
  22            </ul></td>
  23       </tr>
  24       <tr>
  25            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  26            <td valign="top" class="data">n/a</td>
  27       </tr>
  28       <tr>
  29            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td>
  30            <td valign="top" class="data">n/a</td>
  31       </tr>
  32       <tr>
  33            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  34            <td valign="top" class="data">n/a</td>
  35       </tr>  <tr>
  36            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
  37            <td valign="top" class="data"><ul>
  38                 <li><strong>Publish</strong>: Click to publish any
  39                      number of selected banners</li>
  40                 <li><strong>Unpublish</strong>: Click to unpublish
  41                      any number of selected banners.</li>
  42                 <li><strong>Upload</strong>: Opens a new window which lets you upload a file or an image from your computer to the images/stories folder.</li>
  43                 <li><strong>New</strong>: Click this icon to add a new banner.</li>
  44                 <li><strong>Edit</strong>: Click this icon to edit the banner&#39;s details.</li>
  45                 <li><strong>Delete</strong>: Click this icon to delete the banner.</li>
  46            </ul></td>
  47       </tr>
  48  </table>
  49  </body></html>