Difference between revisions of "PT Social Media Version 1.2 Upgrade"

From ADF Docs
Jump to: navigation, search
(Updates)
(Updates)
Line 66: Line 66:
  
 
== Updates ==
 
== Updates ==
# Follow the [[PT Social Media Version 1.2 Install|v1.2 install guide]] to build the following admin page:
+
# Follow the [[PT Social Media Version 1.2 Install|v1.2 install guide]] to build the following admin dashboard page:
 
## [[PT Social Media Version 1.2 Install#Admin Pages|Admin Pages]] > [[PT Social Media Version 1.2 Install#Social Media Dashboard Page|Social Media Dashboard Page]]
 
## [[PT Social Media Version 1.2 Install#Admin Pages|Admin Pages]] > [[PT Social Media Version 1.2 Install#Social Media Dashboard Page|Social Media Dashboard Page]]
  
Go to the '''Social Media Feed Cache''' section on the [[PT_Social_Media_Getting Started#Social_Media_Feed_Cache|Getting Started]] page for more info.
+
Go to the '''Social Media Dashboard''' section on the [[PT_Social_Media_Getting Started#Social Media Dashboard|Getting Started]] page for more info on usage.

Revision as of 18:24, 3 May 2012

Back to Social Media

IMPORTANT: v1.2 IS NOT RELEASED AND THESE DOCS ARE NOT COMPLETE!!!


Overview

This guide is to upgrade the PT Social Media from version 1.0 or 1.1 to version 1.2 of the application.

Application Code

Remember: Please backup your pt_social_media directory and move the backup out
of the ADF/apps directory
  1. Rename the directory "/ADF/apps/pt_social_media" to "/ADF/apps/pt_social_media_v1_0".
  2. Rename the file "/ADF/apps/pt_social_media_v1_0/appBeanConfig.cfm" to "/ADF/apps/pt_social_media_v1_0/appBeanConfig.cfm.old".
  3. Download PT Social Media v1.2 and copy the extracted files into the "/ADF/apps/pt_social_media/" directory.

Custom Element Updates

PTSocialMedia Configuration

Add the following new fields to the General Config tab of the ptSocialMedia Configuration element:

  1. a Select Service Types multi-checkbox field
    1. Type: multicheckbox
    2. Field Name: socialMediaServiceTypes
    3. Field Label: Select Service Types
    4. Required: No
    5. Properties:
      1. Option List Source: Value List
      2. Option List: Facebook,Twitter,YouTube,WordPress
      3. Default Value: Facebook,Twitter,YouTube,WordPress
  2. a Dashboard URL cs_url field
    1. Type: cs_url
    2. Field Name: dashboardURL
    3. Field Label: Dashboard URL
    4. Required: No
  3. a Serivce Manager URL cs_url field
    1. Type: cs_url
    2. Field Name: serviceManagerURL
    3. Field Label: Serivce Manager URL
    4. Required: No
  4. a Configuration Manger URL cs_url field
    1. Type: cs_url
    2. Field Name: configManagerURL
    3. Field Label: Configuration Manager URL
    4. Required: No
  5. a Enable Feed Cache checkbox field
    1. Type: checkbox
    2. Field Name: enableFeedCache
    3. Field Label: Enable Feed Cache
    4. Required: No
    5. Properties:
      1. Value: 1
      2. Checked by default: 0
  6. a Rebuild Feed Cache Interval integer field
    1. Type: integer
    2. Field Name: rebuildFeedCacheInterval
    3. Field Label: Rebuild Feed Cache Interval
    4. Required: No
    5. Properties:
      1. Maxlength: 10
      2. Size: 10

New Features

  1. Social Media Service Feed Data Cache
  2. Social Media Dashboard Admin Page

Updates

  1. Follow the v1.2 install guide to build the following admin dashboard page:
    1. Admin Pages > Social Media Dashboard Page

Go to the Social Media Dashboard section on the Getting Started page for more info on usage.