| option |
description |
|
Category Name |
Specify the name of the category.
|
|
Parent Category |
If you're planning on making this category a subcategory, select which category is it's parent. Otherwise, if this category is going to be a parent category you'll want to select "None (top level category)".
|
|
Hide Category |
Hidden Categories and their article summaries are
not listed in any indexes or headline includes, other
than the headline and index files for that category.
Articles are still published, as well as any other
files specific to that category.
"Hide Category" will only hide that specific category, not any subcategories under it. Articles in hidden categories are not syndicated into
the webfeed generator.
|
|
Display Only |
With this checked this category will be designated as display only, meaning users can't add articles to it. A display only category is useful if you want a Top Level parent category where article's can't be added to it but can still output articles from it's subcategories.
|
This section allows you to customize the upload and publish folders
for the category. When Setup Defaults are chosen, article and printer
files will be published to the publish directory shown in
Server Options. If you choose the Custom
option you will be required to specify publish and upload directories.
Changing these settings for an existing category will move
article and uploaded files to the new location.
Setting Compatible SSIs
If you are publishing articles to a directory other than your main
"publish" folder, all SSIs in the article templates should be "virtual"
includes rather than "file" includes so that they will work
regardless of the location of the article, i.e.:
<--#include virtual="/includes/file.html"--> (unix)
<--#exec cgi="/includes/file.html"--> (windows)
For Article Manager published includes (like headline files) your
SSI code should use the $publishdir_virtual$
placeholder to automatically set the virtual path to the publish
directory. Your includes should look something like this:
<--#include virtual="$publishdir_virtual$$file_*$"--> (unix)
<--#exec cgi="$publishdir_virtual$$file_*$"--> (windows)
$publishdir_virtual$
The directory path from your site's URL root to Article
Manager's publish folder, i.e. /artman/publish/
$file_*$
Many placeholders publish the filename of one of Article Manager's
includes ($file_categories$, $file_search$, $file_headlines_bycat$,
$file_headlines$, $file_gcategories$, and $file_gheadlines$).