Difference between revisions of "PT Profile Version 2.0 Upgrade"

From ADF Docs
Jump to: navigation, search
(Created page with 'Custom Elements Updates: Photo § uniqueID □ In the properties, update the "Default Field Value" to the ColdFusion expresssion "request.params.profileUID". Styles: ○ …')
 
Line 1: Line 1:
Custom Elements Updates:
+
== Custom Elements Updates ==
 
Photo
 
Photo
§ uniqueID
+
# uniqueID
In the properties, update the "Default Field Value" to the ColdFusion expresssion "request.params.profileUID".
+
## In the properties, update the "Default Field Value" to the ColdFusion expresssion "request.params.profileUID".
  
Styles:
+
== Styles ==
The profile style sheet does not need to be registered within CS at the base plus one template.  Please remove the "profile.css" from the CommonSpot registered style sheets.  The render handlers now load any CSS required within the RH code.
+
# The profile style sheet does not need to be registered within CS at the base plus one template.  Please remove the "profile.css" from the CommonSpot registered style sheets.  The render handlers now load any CSS required within the RH code.
 
 
Lightbox Pages/Template
+
== Lightbox Pages/Template ==
Delete all the Lightbox pages that was created for the photo gallery app.  They should be within the "/lightbox/profiles/" subsite.  
+
# Delete all the Lightbox pages that was created for the photo gallery app.  They should be within the "/lightbox/profiles/" subsite.
 +
## If the Lightbox Template exists, check if the template has derived pages that are not part of the profile app, then you can delete the Lightbox Template.
  
Configuration:
+
== Configuration ==
Remove the "DELETE_URL" tag from the configuration xml.
+
# Remove the "DELETE_URL" tag from the configuration xml.
Remove the "ADD_URL" tag from the configuration xml.
+
# Remove the "ADD_URL" tag from the configuration xml.

Revision as of 20:07, 4 January 2012

Custom Elements Updates

Photo

  1. uniqueID
    1. In the properties, update the "Default Field Value" to the ColdFusion expresssion "request.params.profileUID".

Styles

  1. The profile style sheet does not need to be registered within CS at the base plus one template. Please remove the "profile.css" from the CommonSpot registered style sheets. The render handlers now load any CSS required within the RH code.

Lightbox Pages/Template

  1. Delete all the Lightbox pages that was created for the photo gallery app. They should be within the "/lightbox/profiles/" subsite.
    1. If the Lightbox Template exists, check if the template has derived pages that are not part of the profile app, then you can delete the Lightbox Template.

Configuration

  1. Remove the "DELETE_URL" tag from the configuration xml.
  2. Remove the "ADD_URL" tag from the configuration xml.