|
How to access Click the Article Manager icon in the Control Panel, or click 'Article Manager' in the 'Content' menu in the Back-end.
Description The Article Manager is the place in the back-end where you can add and manage all of the articles for your web site.
Screenshot

Column Headers
Click on the column heading to sort the list by that column's value.
-
Published. The Article's Published status. The possible values are shown under the main window, as shown below:
Â
-
Front Page. Whether or not the Article will show on the Front Page.
- You can change an item's Access Level by clicking on the icon in the column.
Toolbar
At the top right you will see the following toolbar:

The functions are:
-
New. Click on this button to create a new item. You will enter the New page for this item.
-
Parameters. Click this button to open the Global Configuration window. This window allows you to set default parameters for Articles.
List Filter
Filter by Section, Category, Author, Published State
In the upper right area, above the column headings, are 4 drop-down list boxes as shown below:
The selections may be combined. Only items matching all selections will display in the list.
Global Configuration
This pop-up screen is shown when the User clicks the 'Parameters' button on the Toolbar.
Screenshot
Column Headers
-
Show Unauthorized Links. (No/Yes). Whether or not to show links to Articles that the User is not authorized to access. If set to No, Users will only see links to Articles that they may access. If set to Yes, every User will see all Article links, whether or not they can access them. In this case, a link to the User Login page will display below the Article Title.
-
Show Intro Text. (Hide/Show) Hide or Show an Article's Intro Text when the 'Read more...' link is selected. Intro Text is the part of the Article before a 'Read more...' break. If this parameter is 'Show', when the User selects the 'Read more...' link, the entire article will display, including the Intro Text. If this parameter is 'Hide', when the User selects the 'Read more...' link, only the part of the Article after the 'Read more...' link will display.
-
Icons. (Hide/Show) Whether the PDF, Print, and E-mail buttons for the Article will display as Icons or Text. If set to Hide, these buttons will display as Text ("PDF", "Print", and "E-mail"). If set to Show, they will display as Icons. Note that these buttons only display if the individual options are set to Show.
Â
 Filter Examples
Example One:
To allow people in your Author group to only submit content with basic HTML tags, use the following settings:
-
In the Filter groups box, select Registered and Author.
-
Select White List as the Filter type
-
Set the Filter tags to: p, b, i, em, br, a, ul, ol, li, img
-
Set the Filter attributes to: href, target, src
In this example, no filtering will be done for members of the Editor, Publisher, Manager, Administrator, and Super Administrator groups.
Example Two:
To apply the default black-list filtering to all groups except for Admin and Super Admin, use the following settings:
-
In the Filter groups box, select all groups except Admin and Super Admin.
-
Select Black List as the Filter type.
-
Leave the Filter Tags and Filter attributes fields empty.
In this example, no filtering will be done for members of the Administrator and Super Administrator groups.
Example Three:
If you allow others you do not know (and therefore have no reason to trust) to submit articles on your Web site, the safest (and most restrictive) filtering is as follows:
-
In the Site → Global Configuration → System, set "New Registration Type" to "Author".
-
In the Filter groups box, select Registered and Author.
-
In the Filter Type, select "No html".
This will not allow an author to use any HTML inside an article's content. In this example, no filtering will be done for members of the Editor, Publisher, Manager, Administrator, and Super Administrator groups.
Developers Notes
The filtering parameters in config.xml have the new parameter menu="hide". This hides the filters from the Menu Item's Component pane as you do not want cascading overrides to occur at the menu item level.
Quick Tips
-
When you are adding or editing an article, just press the 'Read more...' button located at the bottom of the screen, next to Image and Pagebreak buttons. This inserts a 'Read more...' break in the Article. The text before the break will display as the Intro Text, and the text after the break will display when the 'Read more...' link is pressed.
|