Difference between revisions of "OHSU Navigation"

From ADF Docs
Jump to: navigation, search
 
(39 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
== About Navigation App ==
 
== About Navigation App ==
The Navigation application is built in the [[Overview|Application Development Framework (ADF)]].
+
The [http://community.paperthin.com/projects/ohsu_navigation/ OHSU Navigation] application is built in the [[Overview|Application Development Framework (ADF)]].
  
== Requirements ==
+
'''''IMPORTANT:''' This application has been deprecated. PaperThin strongly recommends that customers utilizing this application''
CommonSpot Features:
+
''should migrate to the native CommonSpot Tree Navigation elements.''
 +
 
 +
== Overview ==
 +
The OHSU Navigation app handles your site navigation with ease. On page creation a metadata form allows the user to add their page to navigation and through an intuitive drag and drop interface move the page into their desired order. The navigation system handles navigation nesting (trees) by default through the use of subsites.
 +
 
 +
== Pre-installation Considerations ==
 +
The [[Overview|ADF]] must be setup and configured on the server for the site that will be implementing the Navigation application.  For detailed instructions follow the [[Overview|ADF Overview]] wiki page for Site Configurations.
 +
 
 +
This installation guide assumes that you have no Custom Elements/Metadata Forms with the names above.  Before the install, remove any Custom Elements/Metadata Forms with the names listed in the "Contents" section above.  (If you do not remove existing elements with these names, you may have difficulties during the installation.)
 +
 
 +
CommonSpot Required Features:
 
* Simple Forms/Datasheets
 
* Simple Forms/Datasheets
 
* Custom Metadata
 
* Custom Metadata
ADF Library components that are required for the Profile:
 
* CEData_1_0
 
* CSData_1_0
 
* Scripts_1_0
 
* Data_1_0
 
 
* CCAPI
 
* CCAPI
  
The ADF must be configured correctly for your site. The [[Site Configuration|Site Configuration]] wiki page has instructions for configuration.
+
The ADF must be configured correctly for your site. The [[Site Configuration (ADF.cfc)]] wiki page has instructions for configuration.
 
 
== Contents ==
 
The Navigation application contains the following CommonSpot components in the /ohsu_nav/exported_objects/ directory:
 
* Custom Coding - various components and scripts.
 
* CommonSpot Components:
 
** Nav Element (Custom Element)
 
** Navigation Custom Field Type
 
 
 
'Note:' Elements may contain one or more: Render Handlers or Custom Field Types. They do NOT use Display Templates.
 
  
== Pre-installation Considerations ==
+
The Content Creation API (CCAPI) must be configured for your site.  The [[CCAPI_Config|CCAPI Configuration]] wiki page has instructions for configuration.
The [[Overview|ADF]] must be setup and configured on the server for the site that will be implementing the Navigation applicationFor detailed instructions follow the [[Overview|ADF Overview]] wiki page for Site Configurations.
 
  
This installation guide assumes that you have no Custom Elements/Metadata Forms with the names above. Before the install, remove any Custom Elements/Metadata Forms with the names listed in the "Contents" section above. (If you do not remove existing elements with these names, you may have difficulties during the installation.)
+
== Installation Guides ==
 +
<!-- '''Current Release:''' -->
 +
'''Last ADF 2.0 Release Version:'''
 +
*v3.0:
 +
** [[OHSU_Navigation_Release_Notes_v3.0|Release Notes]]
 +
** [[OHSU_Navigation_Install_v3.0|Install Guide]]
 +
** [[OHSU_Navigation_Upgrade_v3.0|Upgrade Guide]]
 +
  IMPORTANT: v2.0 of this application requires the '''ADF 2.0''' or greater
  
== Installation/Setup ==
 
Each of the following steps should be completed fully and in the order presented:
 
* Download the Navigation app (two choices)
 
** Latest Zip Archive (http://community.paperthin.com/projects/ohsu_nav/)
 
** SVN (http://consulting.paperthin.com/svn/ohsu_nav/)
 
* Place the code for the navigation (/ohsu_nav/) into the /ADF/apps/ directory
 
* Open the 'ADF.cfc' file for your site (located in the /site_folder/_cs_apps/ directory) in a text editor. Locate the 'Load the ADF Application into application space' comment in the file. Add (or uncomment) the following command under the comment section:
 
  
loadApp("ohsuNav");
+
'''Last ADF 1.8 Release Version:'''
 +
*v2.0:
 +
** [[OHSU_Navigation_Release_Notes_v2.0|Release Notes]]
 +
** [[OHSU_Navigation_Install_v2.0|Install Guide]]
 +
** [[OHSU_Navigation_Upgrade_v2.0|Upgrade Guide]]
 +
  IMPORTANT: v2.0 of this application requires the '''ADF 1.6''' up to '''ADF 1.8.x'''
  
* Reset the ADF for the site by adding the following URL parameter to any page within the site. (If the site is completely new, you may have to create an index.cfm page first.)
 
  
?ResetSiteADF=1
+
'''Previous Releases:'''
 +
* v1.0:
 +
** [[OHSU_Navigation_Install_v1.0|Install Guide]]
  
Note: make sure that you are logged into CommonSpot before resetting the ADF
+
== Guides ==
* Import the Nav Element (see: [[Importing Custom Elements]])
+
* [[Using the Navigation Application]]
* Import the Navigation Custom Field type (see: [[Importing Custom Field Types]])
+
* [[Customizing Navigation Rendering]]
* [[Navigation CCAPI Setup|CCAPI Setup]]
+
* [[Navigation Element Best Practices]]
* Create the [[Navigation Management Page]]
 
* [[Navigation Element Configuration | Configure ]] the Navigation Element
 
* Add the [[Navigation Custom Field Type]] to a metadata form
 
  
 
== Known Issues/Bugs ==
 
== Known Issues/Bugs ==
* Visit the Navigation project page in the Community site [http://community.paperthin.com/projects/ohsu_nav/]
+
* Visit the [http://community.paperthin.com/projects/ohsu_nav/ OHSU Navigation] project page in the Community site.
  
[[Category:Project]][[Category:Navigation]]
+
[[Category:Project]][[Category:OHSU Navigation]]

Latest revision as of 14:17, 18 May 2016

About Navigation App

The OHSU Navigation application is built in the Application Development Framework (ADF).

IMPORTANT: This application has been deprecated. PaperThin strongly recommends that customers utilizing this application
should migrate to the native CommonSpot Tree Navigation elements.

Overview

The OHSU Navigation app handles your site navigation with ease. On page creation a metadata form allows the user to add their page to navigation and through an intuitive drag and drop interface move the page into their desired order. The navigation system handles navigation nesting (trees) by default through the use of subsites.

Pre-installation Considerations

The ADF must be setup and configured on the server for the site that will be implementing the Navigation application. For detailed instructions follow the ADF Overview wiki page for Site Configurations.

This installation guide assumes that you have no Custom Elements/Metadata Forms with the names above. Before the install, remove any Custom Elements/Metadata Forms with the names listed in the "Contents" section above. (If you do not remove existing elements with these names, you may have difficulties during the installation.)

CommonSpot Required Features:

  • Simple Forms/Datasheets
  • Custom Metadata
  • CCAPI

The ADF must be configured correctly for your site. The Site Configuration (ADF.cfc) wiki page has instructions for configuration.

The Content Creation API (CCAPI) must be configured for your site. The CCAPI Configuration wiki page has instructions for configuration.

Installation Guides

Last ADF 2.0 Release Version:

 IMPORTANT: v2.0 of this application requires the ADF 2.0 or greater 


Last ADF 1.8 Release Version:

 IMPORTANT: v2.0 of this application requires the ADF 1.6 up to ADF 1.8.x


Previous Releases:

Guides

Known Issues/Bugs