Difference between revisions of "PT Profile Admin Delete"
From ADF Docs
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
− | The | + | The Delete Profile Page is used to delete profiles. Follow these steps to configure the link and page for delete profiles. |
== Steps == | == Steps == | ||
− | # Create a new page called 'Delete Profile' | + | # Create a new page called 'Delete Profile' in the ''/profileadmin/lightbox/'' subsite. |
− | # In the | + | # 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. | ||
# Enter the following text into the Explicit Module path: | # Enter the following text into the Explicit Module path: | ||
## '/ADF/apps/pt_profile/customcf/handle_profile_delete.cfm' | ## '/ADF/apps/pt_profile/customcf/handle_profile_delete.cfm' | ||
− | # Publish the page | + | # Publish the page. |
== Update Profile Site Config == | == Update Profile Site Config == | ||
− | This page will be used to | + | 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. |
*(i.e. <DELETE_URL>webadmin/profileadmin/lightbox/Delete-Profile.cfm</DELETE_URL>). | *(i.e. <DELETE_URL>webadmin/profileadmin/lightbox/Delete-Profile.cfm</DELETE_URL>). | ||
[[Category:Profile]] | [[Category:Profile]] |
Revision as of 00:06, 25 January 2010
Overview
The Delete Profile Page is used to delete profiles. Follow these steps to configure the link and page for delete profiles.
Steps
- Create a new page called 'Delete Profile' in the /profileadmin/lightbox/ subsite.
- In the body of the page, add a Custom Script element.
- From the Custom Script element interface, click the "Edit" icon.
- Enter the following text into the Explicit Module path:
- '/ADF/apps/pt_profile/customcf/handle_profile_delete.cfm'
- 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. Exclude the site name and leading slash from this value.
- (i.e. <DELETE_URL>webadmin/profileadmin/lightbox/Delete-Profile.cfm</DELETE_URL>).