Difference between revisions of "PT Profile Dashboard"

From ADF Docs
Jump to: navigation, search
(Created page with '== Overview == Profile Dashboard is used as a profile overview page for a single user. This is a custom script that gathers information for the user logged in and renders the pr…')
 
Line 11: Line 11:
 
## /ADF/apps/pt_profile/customcf/profile_dashboard.cfm
 
## /ADF/apps/pt_profile/customcf/profile_dashboard.cfm
 
# Publish the page.
 
# Publish the page.
 +
 +
[[Category:Profile]]

Revision as of 01:48, 24 December 2009

Overview

Profile Dashboard is used as a profile overview page for a single user. This is a custom script that gathers information for the user logged in and renders the profile info, edit link, and profile role pages.

To configure the detail viewing page, complete the following steps.

Steps

  1. Create a new page from the Base Plus One Template previously created, call this page "Profile Dashboard" (the name is important for other links). This page can be created in any subsite (not specifically the profileadmin subsite). The page does needs to be accessible by all users, therefore the best place is at the root or a profile subsite.
  2. In the content area of the page place the Custom Script element.
  3. Click the element indicator and select the "Edit" button.
  4. In the Explicit Module path, enter the following path:
    1. /ADF/apps/pt_profile/customcf/profile_dashboard.cfm
  5. Publish the page.