Section Manager
id; $access = mosCommonHTML::AccessProcessing( $row, $i ); $checked = mosCommonHTML::CheckedOutProcessing( $row, $i ); $published = mosCommonHTML::PublishedProcessing( $row, $i ); ?> ">
# Section Name Published Reorder Order Save Order Access Section ID # Categories # Active # Trash
rowNumber( $i ); ?> checked_out && ( $row->checked_out != $my->id ) ) { echo $row->name. " ( ". $row->title ." )"; } else { ?> name. " ( ". $row->title ." )"; ?> orderUpIcon( $i ); ?> orderDownIcon( $i, $n ); ?> id; ?> categories; ?> active; ?> trash; ?>
getListFooter(); ?>
$row is passed with the id * property set to 0. Note that the section property must be defined * even for a new record. * @param mosCategory The category object * @param string The html for the image list select list * @param string The html for the image position select list * @param string The html for the ordering list * @param string The html for the groups select list */ function edit( &$row, $option, &$lists, &$menus ) { global $mosConfig_live_site; if ( $row->name != '' ) { $name = $row->name; } else { $name = "New Section"; } if ($row->image == "") { $row->image = 'blank.png'; } mosMakeHtmlSafe( $row, ENT_QUOTES, 'description' ); ?>
Section: id ? 'Edit' : 'New';?> [ ]
Section Details
Scope: scope; ?>
Title:
section) ? "Category" : "Section");?> Name:
Ordering:
Image: image != "blank.png") { $path.= "stories/"; } ?> Preview
Image Position:
Access Level:
Published:
Description:
description , 'description', '100%;', '300', '60', '20' ) ; ?>
id > 0 ) { ?>
Link to Menu
This will create a new menu item in the menu you select

Select a Menu
Select Menu Type
Menu Item Name
Existing Menu Links
None
 
Menu links available when saved

MOSImage Directories

Copy Section

.
Copy to Section:


Categories being copied:
"; foreach ( $categories as $category ) { echo "
  • ". $category->name ."
  • "; echo "\n id\" />"; } echo ""; ?>
    Content Items being copied:
    "; foreach ( $contents as $content ) { echo "
  • ". $content->title ."
  • "; echo "\n id\" />"; } echo ""; ?>
    This will copy the Categories listed
    and all the items within the category (also listed)
    to the new Section created.


    "; } ?>