Instructions for using Document Center Plugin
All files required for the Document Center are contained in the following system folder:
...\www\revize\plugins\document_center
(no files need to be copied to the webspace folder)
Database module: revize_document_center
From AdminCenter: Import
...\www\revize\plugins\document_center\document_center_import.txt
(there are a few sample categories and documents you can delete)
Dependent templates:
- document_center: will list all documents by category
and
- document_center_detail: shows detail for each document
with download link
Open Dreamweaver and follow the instructions below to create these templates:
- open the existing freeform (or similar) dependent template in DW then...
From Revize Menu: > "Store Current Document As"
Name the template as "document_center"
Keep the links module as dependent template
- Once the template is stored insert the following script after the last
css links in the html head
<%@ include file="/plugins/document_center/document_center.head_include.jsp" %>
From Revize Menu: > Store Updated Template
- Delete the center area edit buttons
Replace the center content area fetch tag with the script below:
<%@ include file="/plugins/document_center/document_center.list.template_include.jsp" %>
From Revize Menu: > Store Updated Template
- 4. From Revize Menu: > Store Current Document As"
name the new template as "document_center_detail".
Use the "revize_document_center" module as the dependent module
- Replace the center area include with the following:
<%@ include file="/plugins/document_center/document_center.detail.template_include.jsp" %>
From Revize Menu: > Store Updated Template
- Open "document_center" template and From Revize menu > Store Updated Template
This updates the links to the "document_center_detail" template
Creating Document Center Page
Create new page using document_center template ANYWHERE on the site.
You can have as many document center's as you like (e.g. one for each department).
They will each have their own list of documents.
Live Site Deployment
Copy .../www/revize/plugins/document_center/_images_
to
live site
/revize/plugins/document_center/
Copy .../www/revize/plugins/document_center/document_center_styles.css
to
live site
/revize/plugins/document_center/
Copy .../www/revize/plugins/document_center/
to
live-site
/revize/plugins/document_center/