[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/help/ -> categories.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>Category Manager</title>
   8  <link href="css/help.css" rel="stylesheet" type="text/css" />
   9  </head>
  10  <body><strong class="title">Category 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 show a
  15                      list of the Categories defined on your site. They are ordered
  16                      by the section they belong to. The Select Section drop-down
  17                      lets you display the categories belonging to one specific
  18                      section at a time. You may filter the categories by the section
  19            they belong to.</p>               <strong>Display Columns</strong>
  20                 <ul>
  21                 <li><strong>Category Name</strong>: This is the name of a category.
  22                           Click the name to edit the category parameters. A padlock
  23                      icon next to it shows that it is checked-out. To check-in,
  24                      click the name to edit ,</li>
  25                 <li><strong>Published</strong>: Whether a category is
  26                                published or not. Click the icon to change the
  27                      state.</li>
  28                 <li><strong>Order</strong>:
  29                                     Order of the categories on the list (this
  30                      has no effect on site display). You may change it by editing
  31                      2 # conjointly and clicking on the Save Order icon in the
  32                      heading.</li>
  33                 <li><strong>Access</strong>: This is the User access level. Oublic,
  34                           Registered or Special.</li>
  35                 <li><strong>Section</strong>: The
  36                           name of the Section de category belongs to. Clicking
  37                           on this name lets you edit the category&#39;s section&#39;s
  38                           parameters.</li>
  39                 <li><strong>Category
  40                                ID</strong>: There is the ID for each category
  41                                as defined in the database.</li>
  42                 <li><strong># Active</strong>:
  43                                     This is the number of published Content Items
  44                      in the category.</li>
  45                 <li><strong>#Trash</strong>:
  46                                          Number of Content Items belonging to
  47                      this category and currently in the Trash.</li>
  48            </ul>          </td>
  49       </tr>
  50       <tr>
  51            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  52            <td valign="top" class="data">n/a</td>
  53       </tr>
  54       <tr>
  55            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td>
  56            <td valign="top" class="data">n/a</td>
  57       </tr>
  58       <tr>
  59            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  60            <td valign="top" class="data">n/a</td>
  61       </tr>
  62       <tr>
  63            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
  64            <td valign="top" class="data"><ul>
  65                 <li><strong>Publish and Unpublish</strong>:
  66                           Same function as Published in the headings. You may check multiple
  67                           checkboxes.</li>
  68                 <li><strong>New</strong>: Create a new Category.</li>
  69                 <li><strong>Edit</strong>:
  70                                Edit an existing category parameters.</li>
  71                 <li><strong>Move</strong>: Opens
  72                                a new Move Category window where you can choose
  73                      to move the specific Category and *all its Content Items*
  74                      to another existing Section. You may click multiple checkboxes
  75                      here.</li>
  76                 <li><strong>Copy</strong>:
  77                                Opens a new Copy Category window where you can
  78                      choose to copy the specific Category and *all its Content
  79                      Items* to another existing Section. You may click multiple
  80                      checkboxes here. (The Content Items copied will keep the
  81                      same name)</li>
  82                 <li><strong>Delete</strong>:
  83                           Lets you delete the category chosen. An Alert will pop
  84                           to let you confirm this choice. This action can&#39;t
  85                           be performed if the category contains Content Items.
  86                           In this last case, you would have to delete the Content
  87                           Items first.</li>
  88            </ul></td>
  89       </tr></table>
  90  
  91  
  92  </body></html>