Difference between revisions of "PT Profile Dashboard"

From ADF Docs
Jump to: navigation, search
(Steps)
Line 5: Line 5:
  
 
== Steps ==
 
== Steps ==
# 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.
+
# Create a new page from the Base Plus One Template called 'Profile Dashboard'.  This page can be created in any subsite (not specifically the profileadmin subsite).  The page does need to be accessible by all users, therefore the best place is at the root or in the ''profile'' subsite.
 
# In the content area of the page place the Custom Script element.
 
# In the content area of the page place the Custom Script element.
# Click the element indicator and select the "Edit" button.
+
# Click the element indicator and select the ''Edit'' button.
# In the Explicit Module path, enter the following path:  
+
# In the Explicit Module path, enter the following path: ''/ADF/apps/pt_profile/customcf/profile_dashboard.cfm''
## /ADF/apps/pt_profile/customcf/profile_dashboard.cfm
 
 
# Publish the page.
 
# Publish the page.
  
 
[[Category:Profile]]
 
[[Category:Profile]]

Revision as of 19:44, 26 March 2010

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 called 'Profile Dashboard'. This page can be created in any subsite (not specifically the profileadmin subsite). The page does need to be accessible by all users, therefore the best place is at the root or in the 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: /ADF/apps/pt_profile/customcf/profile_dashboard.cfm
  5. Publish the page.