Difference between revisions of "PT Profile Roles"

From ADF Docs
Jump to: navigation, search
(Configuration Points)
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
Profile roles are set up through the [[PT_Profile_Site_Configuration|Site Configuration]] and [[ProfileRoles_Component|ProfileRoles Component]].  These roles establish permissions for the profile and determines which subsites and/or templates the profile page will be derived from.  This configuration allows the same profile information to be used for multiple displays throughout the site.
+
Profile roles are set up through the [[PT_Profile_Site_Configuration|Site Configuration]] and [[PT_Profile_Roles_Component|ProfileRoles Component]].  These roles establish permissions for the profile and determines which subsites and/or templates the profile page will be derived from.  This configuration allows the same profile information to be used for multiple displays throughout the site.
  
 
Profile roles will differ depending on the purpose of the application.  For example, if the profiles were implemented in an educational institution, roles could be 'student', 'faculty', and 'staff;' if implemented for healthcare, the roles could be 'doctor', 'surgeon', 'nurse', and 'staff.'
 
Profile roles will differ depending on the purpose of the application.  For example, if the profiles were implemented in an educational institution, roles could be 'student', 'faculty', and 'staff;' if implemented for healthcare, the roles could be 'doctor', 'surgeon', 'nurse', and 'staff.'
Line 8: Line 8:
 
** [[How_to_add_profile_role | Add a new profile role]]
 
** [[How_to_add_profile_role | Add a new profile role]]
 
** See the [[PT_Profile_Site Configuration|Site Configuration]] for details on updates for additional roles.
 
** See the [[PT_Profile_Site Configuration|Site Configuration]] for details on updates for additional roles.
* [[ProfileRoles_Component|ProfileRoles Component]]
+
* [[PT_Profile_Roles_Component|ProfileRoles Component]]
 
* [optional] /ADF/apps/pt_profile/customcf/profile_manager.cfm
 
* [optional] /ADF/apps/pt_profile/customcf/profile_manager.cfm
 
** Profile Manager script iterates over the profile roles to display what the logged in user has permissions to access/view.  To make a new role render, this needs to be updated manually.
 
** Profile Manager script iterates over the profile roles to display what the logged in user has permissions to access/view.  To make a new role render, this needs to be updated manually.

Revision as of 15:58, 29 March 2010

Overview

Profile roles are set up through the Site Configuration and ProfileRoles Component. These roles establish permissions for the profile and determines which subsites and/or templates the profile page will be derived from. This configuration allows the same profile information to be used for multiple displays throughout the site.

Profile roles will differ depending on the purpose of the application. For example, if the profiles were implemented in an educational institution, roles could be 'student', 'faculty', and 'staff;' if implemented for healthcare, the roles could be 'doctor', 'surgeon', 'nurse', and 'staff.'

Customizations

  • /SiteName/_cs_apps/config/ptProfile.xml
  • ProfileRoles Component
  • [optional] /ADF/apps/pt_profile/customcf/profile_manager.cfm
    • Profile Manager script iterates over the profile roles to display what the logged in user has permissions to access/view. To make a new role render, this needs to be updated manually.