Difference between revisions of "PT Profile Admin Delete"

From ADF Docs
Jump to: navigation, search
(Steps)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
  
 
== Steps ==
 
== Steps ==
# Create a new page called 'Delete Profile' in the ''/lightbox/profile/'' subsite.   
+
# Create a new page from the Lightbox template called 'Delete Profile' in the ''/lightbox/profile/'' subsite.   
 
# In the body of the page, add a Custom Script element.
 
# In the body of the page, add a Custom Script element.
 
# From the Custom Script element interface, click the ''Edit'' icon.
 
# From the Custom Script element interface, click the ''Edit'' icon.
Line 12: Line 12:
  
 
== Update Profile Site Config ==
 
== Update Profile Site Config ==
This page will be used to delete profile records.  Update the ptProfile.xml config file set up during [[PT_Profile Site Configuration|Site Configuration]].  Get the URL for this new page and update the <DELETE_URL> tag value with the page URL.  Exclude the site name and leading slash from this value.
+
This page will be used to delete profile records.  Update the ptProfile.xml config file set up during [[PT_Profile Site Configuration|Site Configuration]].  Get the URL for this new page and update the <DELETE_URL> tag value with the page URL.   
*(i.e. <DELETE_URL>webadmin/profileadmin/lightbox/Delete-Profile.cfm</DELETE_URL>).
+
<source lang="xml">
 +
<DELETE_URL>/lightbox/profile/Delete-Profile.cfm</DELETE_URL>
 +
</source>
  
 
[[Category:Profile]]
 
[[Category:Profile]]

Latest revision as of 19:47, 26 March 2010

Overview

The Delete Profile Page is a lightbox page used to delete profiles.

Follow these steps to configure the link and page for delete profiles.

Steps

  1. Create a new page from the Lightbox template called 'Delete Profile' in the /lightbox/profile/ subsite.
  2. In the body of the page, add a Custom Script element.
  3. From the Custom Script element interface, click the Edit icon.
  4. Enter the following text into the Explicit Module path: /ADF/apps/pt_profile/customcf/handle_profile_delete.cfm
  5. Publish the page.

Update Profile Site Config

This page will be used to delete profile records. Update the ptProfile.xml config file set up during Site Configuration. Get the URL for this new page and update the <DELETE_URL> tag value with the page URL.

<DELETE_URL>/lightbox/profile/Delete-Profile.cfm</DELETE_URL>