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…')
 
(Update Profile Site Config)
 
(5 intermediate revisions by 2 users not shown)
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 ''Profiles'' 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.
 +
 +
== Update Profile Site Config ==
 +
This page will be used to add new profile records.  Update the ptProfile.xml config file that we setup in [[PT_Profile Site Configuration|Site Configuration]].  Get the URL for this page and update the <DASHBOARD_URL> tag value with this page URL. 
 +
<source lang="xml">
 +
<DASHBOARD_URL>/profiles/Profile-Dashboard.cfm</DASHBOARD_URL>
 +
</source>
 +
 +
 +
[[Category:Profile]]

Latest revision as of 18:20, 14 April 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 Profiles 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.

Update Profile Site Config

This page will be used to add new profile records. Update the ptProfile.xml config file that we setup in Site Configuration. Get the URL for this page and update the <DASHBOARD_URL> tag value with this page URL.

<DASHBOARD_URL>/profiles/Profile-Dashboard.cfm</DASHBOARD_URL>