[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/help/ -> sections.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>Section Manager</title>
   5  <link href="css/help.css" rel="stylesheet" type="text/css" />
   6  </head>
   7  <body><strong class="title">Sections Manager</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 show a list
  12            of the Sections defined on your site.</p>               <strong>Display Columns</strong>
  13                 <ul>
  14                 <li><strong>Section Name</strong>: This is the name of a section.
  15                      Click the name to edit the section parameters. A padlock
  16                      icon next to it shows that it is checked-out. To check-in,
  17                      click the name to edit ,</li>
  18                 <li><strong>Published</strong>: Whether a section is published
  19                                or not. Click the icon to change the state.</li>
  20                 <li><strong>Reorder</strong>:
  21                                     This shows the order of Sections in the list.
  22                      Click the arrow icons to move the item up or down.</li>
  23                 <li><strong>Order</strong>:
  24                                          Shows the order of Sections in the list.
  25                      You may change it by editing 2 # conjointly and clicking
  26                                          on the Save Order icon next to the Column
  27                           Heading Order.Note: the new ordering has an effect when
  28                                          Sections lists are provided in the Frontend
  29                           of your site.</li>
  30                 <li><strong>Access</strong>: This is the User access level.<strong>Section
  31                                ID</strong>: This is the ID for each section as
  32                                defined in the database.</li>
  33                 <li><strong># Categories</strong>: This is the number of categories
  34                           defined for the specific section.</li>
  35                 <li><strong># Active</strong>: This is the number of published
  36                      Content Items in the section.</li>
  37                 <li><strong>#Trash</strong>: Number
  38                           of Content Items belonging to this section and currently
  39                           in the Trash.</li>
  40                 </ul>          </td>
  41       </tr>
  42       <tr>
  43            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  44            <td valign="top" class="data">n/a</td>
  45       </tr>
  46       <tr>
  47            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td>
  48            <td valign="top" class="data">n/a</td>
  49       </tr>
  50       <tr>
  51            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  52            <td valign="top" class="data">n/a</td>
  53       </tr>
  54       <tr>
  55            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
  56            <td valign="top" class="data"><ul>
  57                 <li><strong>Publish and Unpublish</strong>:
  58                           Same function as Published in the headings. You may
  59                      check multiple checkboxes.</li>
  60                 <li><strong>New</strong>: Create a
  61                           new Section.</li>
  62                 <li><strong>Edit</strong>:
  63                                Edit an existing section parameters.</li>
  64                 <li><strong>Copy</strong>:
  65                                     Opens a new Copy Section window where you
  66                      can choose to copy the specific Section and *all its Content
  67                                     Items* to a new Section. This will copy the
  68                      Categories listed and all the items within the categories
  69                                     (also listed) to the new Section created.</li>
  70                 <li><strong>Delete</strong>:
  71                           Lets you delete the section chosen. An Alert will pop
  72                           to let you confirm this choice. This action can&#39;t
  73                           be performed if the section contains Content Items.
  74                           In this last case, you would have to delete the Content
  75                           Items and Categories first.</li>
  76            </ul></td>
  77       </tr></table>
  78  </body></html>