Difference between revisions of "Profiles Overview"

From ADF Docs
Jump to: navigation, search
m (moved Profiles to Profiles Overview: changed to user-friendly title)
Line 5: Line 5:
 
== About Profile App ==
 
== About Profile App ==
 
The Profile application is built in the [[Overview|Application Development Framework (ADF)]].
 
The Profile application is built in the [[Overview|Application Development Framework (ADF)]].
* License Agreement
 
  
 
== Requirements ==
 
== Requirements ==
Line 14: Line 13:
 
* CCAPI
 
* CCAPI
  
ADF must be configured correctly for your site. [[Site Configuration|Site Configuration]] has instructions for configuration.
+
The ADF must be configured correctly for your site. The [[Site Configuration|Site Configuration]] wiki page has instructions for configuration.
  
 
== Contents ==
 
== Contents ==
The Profile contains the following:
+
The Profile application contains the following:
 
* Custom Coding - various components and scripts.
 
* Custom Coding - various components and scripts.
 
* CommonSpot Components:
 
* CommonSpot Components:
Line 23: Line 22:
 
** [[Profiles_Metadata_Form|Profiles]] - Metadata Form
 
** [[Profiles_Metadata_Form|Profiles]] - Metadata Form
  
Note: Elements may contain 1 or more: Render Handlers or Custom Field Types. It does NOT use Display Templates.
+
'Note:' Elements may contain one or more: Render Handlers or Custom Field Types. They do NOT use Display Templates.
  
 
== Pre-installation Considerations ==
 
== Pre-installation Considerations ==
 
The [[Overview|ADF]] must be setup and configured on the server for the site that will be implementing the Profile application.  For detailed instructions follow the [[Overview|ADF Overview]] wiki page for Site Configurations.
 
The [[Overview|ADF]] must be setup and configured on the server for the site that will be implementing the Profile 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, be sure to remove any Custom Elements/Metadata Forms with the names contained in the "Contents" section above.  If you do not remove existing elements with these names you may have difficulties during the installation.
+
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/Setup ==
 
== Installation/Setup ==
Each of the following steps should be completed fully and in the order presented.
+
Each of the following steps should be completed fully and in the order presented:
  
* [[PT Profile ADF Configuration|PT Profile ADF Configuration]]
+
# [[PT Profile ADF Configuration|PT Profile ADF Configuration]]
* [[Extract Profile Application|Extract Profile Application]]
+
# [[Extract Profile Application|Extract Profile Application]]
* [[PT Profile Styles|Styles]]
+
# [[PT Profile Styles|Styles]]
* [[Import CommonSpot PT Profile Components|Import CommonSpot Components]]
+
# [[Import CommonSpot PT Profile Components|Import CommonSpot Components]]
* [[PT Profile Site Configuration|Site Configuration]]
+
# [[PT Profile Site Configuration|Site Configuration]]
* [[PT Profile CCAPI Setup|CCAPI Setup]]
+
# [[PT Profile CCAPI Setup|CCAPI Setup]]
* [[Build CommonSpot PT Profile Templates/Pages|Build CommonSpot Templates/Pages]]
+
# [[Build CommonSpot PT Profile Templates/Pages|Build CommonSpot Templates/Pages]]
  
 
== Features ==
 
== Features ==
The profile application will provide the following list of features:
+
The profile application provides the following features:
  
 
* [[PT_Profile_Lightbox|Lightbox]]
 
* [[PT_Profile_Lightbox|Lightbox]]
Line 60: Line 59:
 
== Known Issues/Bugs ==
 
== Known Issues/Bugs ==
 
Found a bug, view the [[Known_PT_Profile_Issues|Known Issues/Bugs]] wiki page.  Your issue not on the list?  Then post it so the issue can be addressed.
 
Found a bug, view the [[Known_PT_Profile_Issues|Known Issues/Bugs]] wiki page.  Your issue not on the list?  Then post it so the issue can be addressed.
 +
 +
[[Category:Project]][[Category:Profile]]

Revision as of 01:37, 21 December 2009

Documentation ERRORS

  • If you change the Role in the ptProfile.xml file - you need to change the setRolePermission() function in profileRoles.cfc to have the correct permissions for the new role
  • The profile links (in the top right of the Profile Page) don't work because <DASHBOARD_URL> is not defined in the config struct

About Profile App

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

Requirements

ADF Library components that are required for the Profile:

  • CEData_1_0
  • CSData_1_0
  • Scripts_1_0
  • CCAPI

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

Contents

The Profile application contains the following:

  • Custom Coding - various components and scripts.
  • CommonSpot Components:

'Note:' Elements may contain one or more: Render Handlers or Custom Field Types. They do NOT use Display Templates.

Pre-installation Considerations

The ADF must be setup and configured on the server for the site that will be implementing the Profile 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.)

Installation/Setup

Each of the following steps should be completed fully and in the order presented:

  1. PT Profile ADF Configuration
  2. Extract Profile Application
  3. Styles
  4. Import CommonSpot Components
  5. Site Configuration
  6. CCAPI Setup
  7. Build CommonSpot Templates/Pages

Features

The profile application provides the following features:

Guides

Known Issues/Bugs

Found a bug, view the Known Issues/Bugs wiki page. Your issue not on the list? Then post it so the issue can be addressed.