The content manager script allows site owners the ability to
edit text and insert/manage photos within their websites
pages. Below is some simple steps to help you getting
started quickly implementing the content manager script into
your website.
Overview
The content manager script
module allows web designers to insert an SSI tag into a
specific webpage in order to allow site editors/managers to
edit text using a word style editor. The site owner
can then modify the text on any page specified without
requiring help from a web designer.
back to the top
Adding new pages
There are two steps to add new
pages to be recognized by the content manager script.
Step 1: Telling the
content manager script to recognize the new page:
-
Login to your master admin at
www.<yourdomain>.com/cgi-bin/master/Admin.cgi
-
Go to "Content
Manager" and click on the "Add New Tag Page"
-
Enter the "Page
Title" which is what the site owner would see in the editor
such as "About Us", "Contact Us", etc.
-
Enter the page url. This is the actual
page name and location that you would see in your browser.
The page name must end in .shtml as SSI is required.
-
Click on the "Edit" button which will show
you the SSI tag for that page. (You'll need this for
Step 2 below)
Step 2: Preparing the actual web page
that will be edited:
-
Create a web page using your html editor and
save it with a .shtml extension.
-
Enter the SSI tag wherever you want the text
to be inserted
-
Save it and move it to your server.
You're done! Within the master admin,
you can now start entering text on your web page!
back to the top
Removing buttons to avoid potential problems
If you are a
webmaster and you don't want your client to accidentally add
or remove pages that you've setup, you can actually remove
those buttons.
Steps:
-
Login to your master admin at
www.<yourdomain>.com/cgi-bin/master/Admin.cgi
-
Go to "Content
Manager" and click on "Configuration"
-
Change the
"Show add button" & "Show delete button" to NO
-
Taking
security a step further if needed, you will more than
likely want to remove the configuration options with the
template located at
/cgi-bin/content-mgr/cgitpl/admin_config.txt
-
If you do #4
above, you can still easily add new pages your server by
temporarily giving yourself access to do so by changing
the variables in the following config file
cgi-bin/master/cm-user-config.txt
Just don't forget to change the variables back to "No"
when you're done.
back to the top
Customizing help
files
If you want to
provide your members with a more extensive or "modified"
version of help files you can.
Step:
-
Using your
html editor on your pc, modify the following template:
help-scripts/help-content-mgr.htm (master admin help
file)
-
Simply save
the file with your new design and move it over to the
server.
back to the top
|