PT Social Media Version 2.0 Upgrade
From ADF Docs
Back to PT Social Media
Contents
Overview
The following guide is upgrading from v1.2 to v2.0.
Custom Element Updates
PTSocialMedia Configuration
Add the following new fields to the Twitter API tab of the ptSocialMedia Configuration element:
- a Tweet URL text field
- Type: text
- Field Name: apiTwitterTweetURL
- Field Label: apiTwitterTweetURL
- Description: Twitter Tweet page URL. Use Template:Screenname for the screen name variable. And use Template:Twitterid for the twitter data identifier variable.
- Required: No
- Properties:
- Size: 60
- Default Value:
http://twitter.com/{{screenname}}/status/{{twitterid}}
Application Code
- Rename directory "/ADF/apps/pt_socialmedia/" to "/ADF/apps/pt_socialmedia_v1_2/".
- Rename file "/ADF/apps/pt_socialmedia_v1_2/appBeanConfig.cfm" to "/ADF/apps/pt_socialmedia_v1_2/appBeanConfig.cfm.old".
- Download the PT Social Media v2.0 and exported into the "/ADF/apps/pt_socialmedia/" directory.
Reset the ADF for the server and site.
Site Customizations
During the application implementation customizations may have been created. Check under the "/_cs_apps/pt_socialmedia/" directory under you site to see if any customizations exists. If you do have site customizations, you'll need to update these accordingly.