[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/help/ -> categories.newsfeeds.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>Newsfeed Category Manager</title>
   8  <link href="css/help.css" rel="stylesheet" type="text/css" />
   9  </head>
  10  <body><strong class="title">Newsfeeds: Categories </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 show a
  15                      list of the Newsfeeds categories defined on your site.</p>               
  16            <strong>Display Columns</strong>
  17                 <ul>
  18                 <li><strong>Category </strong><strong>Name</strong>: This is the
  19                      name of a category. Click the name to edit the category parameters.
  20                      A padlock icon next to it shows that it is checked-out. To
  21                      check-in, click the name to edit.</li>
  22                 <li><strong>Published</strong>: Whether a category is published
  23                      or not. Click the icon to change the state.</li>
  24                 <li><strong>Reorder</strong>: This shows the order of categories
  25                      in the list. Click the arrow icons to move the item up or
  26                      down in the list.</li>
  27                 <li><strong>Order</strong>: Order of the categories on the list
  28                      (this has no effect on site display). </li>
  29                 <li><strong>Access</strong>: This is the User access level. Public,
  30                      Registered or Special.</li>
  31                 <li><strong>Category ID</strong>: There is the ID for each category
  32                      as defined in the database.</li>
  33                 </ul>
  34            </td>
  35       </tr>
  36       <tr>
  37            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  38            <td valign="top" class="data">n/a</td>
  39            <blockquote>&nbsp;    </blockquote>
  40       </tr>
  41       <tr>
  42            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td>
  43            <td valign="top" class="data">n/a</td>
  44       </tr>
  45       <tr>
  46            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  47            <td valign="top" class="data">n/a</td>
  48       </tr>
  49       <tr>
  50            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
  51            <td valign="top" class="data"><ul>
  52                 <li><strong>Publish</strong>: Click to publish any number of selected
  53                      Categories.</li>
  54                 <li><strong>Unpublish</strong>: Click to unpublish any number
  55                      of selected Categories.</li>
  56                 <li><span style="COLOR: rgb(51,51,51)"><strong>New</strong>: Click
  57                           the &#39;New&#39; icon to create a new category.</span></li>
  58                 <li><span style="COLOR: rgb(51,51,51)"><strong>Edit</strong>:
  59                           Click the &#39;Edit&#39; icon to edit the category.</span></li>
  60                 <li><span style="COLOR: rgb(51,51,51)"><strong>Delete</strong>:
  61                           Click the &#39;Delete&#39; icon to delete one or multiple
  62                           categories. An Alert will pop to let you confirm this
  63                           choice. This action can&#39;t be performed if the category
  64                           contains Newsfeeds or Contacts. In this last case, you
  65                           would have to delete the Newsfeeds or Contacts first.</span></li>
  66                 </ul></td>
  67       </tr></table>
  68  
  69  </body></html>