PT Social Media Management

From ADF Docs
Revision as of 02:17, 8 July 2011 by Gcronkright (talk | contribs) (Created page with '== Overview == The Manage Social Media page is a page that contains the data management datasheets for the four social media custom elements. This page is build using a tabbed in…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Overview

The Manage Social Media page is a page that contains the data management datasheets for the four social media custom elements. This page is build using a tabbed interface with one tab for each social media service datasheet.

Steps

  1. Create a page from the Base Plus One (or a Web Admin) template titled 'Manage Social Media' with the page name 'index' in the /webadmin/socialmedia/ subsite.
  2. In the main content area 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:
    1. /ADF/apps/pt_social_media/customcf/manage_social_media_tabs.cfm

Facebook

  1. In the container under the Facebook tab, add a Custom Script element.
  2. Enter the following text into the Explicit Module path:
    1. /ADF/apps/pt_social_media/customcf/manage_facebook_pages_header.cfm
  3. From the Datasheet element interface, click the "Datasheet" icon.
  4. From the "Datasheet Views" dialog, follow the "Click here to create a new datasheet view" link.
  5. Enter the following information and then click "Next":
    1. Name: Facebook Pages View
    2. Private: unchecked
    3. Default View: checked
    4. Description: View to manage the all Facebook Pages
    5. Datasheet Source: Form Result/Custom Element Sheet
  6. From the Datasheet Source dialog choose the "Facebook Pages" custom element and click "Next".
  7. From the Datasheet Columns Dialog select the columns UNIQUEID, FBPAGENAME, FBPAGELINK and FEEDACTIVE from the Available Columns list and move them to the Selected Columns list and then click "Finish".
  8. You will be brought to the Datasheet View page; click "Close" to return to your page.
  9. You will see the datasheet element on this page now. Click the Datasheet element interface icon again and this time choose "Edit Columns".
  10. Within the Datasheet View Column Properties dialog choose the UNIQUEID column and click "edit":
    1. In the Render Handler field, select the Change button. Enter the following value into the Explicit Module text box:
      1. /ADF/apps/pt_calendar2/datasheet-modules/manage-convert-id-eventtools.cfm
    2. Click Finish.
    3. In the Header field, switch the text to 'TOOLS'
    4. Click Finish
  11. Now within the Datasheet View Column Properties dialog choose the ORGANIZATION column and click "edit":
    1. In the Render Handler field, select the Change button. Enter the following value into the Explicit Module text box:
      1. /ADF/apps/pt_calendar2/datasheet-modules/manage-convert-coma-list-br-stacked-items.cfm
    2. Click Finish.
    3. In the Header field, switch the text to 'ORGANIZATIONS'
    4. Click Finish
  12. Now within the Datasheet View Column Properties dialog choose the CATEGORY column and click "edit":
    1. In the Render Handler field, select the Change button. Enter the following value into the Explicit Module text box:
      1. /ADF/apps/pt_calendar2/datasheet-modules/manage-convert-coma-list-br-stacked-items.cfm
    2. Click Finish.
    3. In the Header field, switch the text to 'CATEGORIES'
    4. Click Finish
  13. Close the Edit Column window.
  14. Now go back to the Datasheet, select the Layout button
    1. Uncheck the "Allow JavaScript data sorting" checkbox
    2. Click save


The Profile element is a global custom element. Data for global custom elements can be easily managed with Datasheets. The following sections describe how to configure a simple management page.

Steps

  1. Create a page from the Base Plus One titled 'Manage Profiles' with the page name 'index' in the /webadmin/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/profile_admin_ds.cfm
  5. From the Datasheet element interface, click the Datasheet icon.
  6. From the Datasheet Views dialog, select the Click here to create a new datasheet view text.
  7. Enter the following information and then click Next:
    1. Name: All Profiles
    2. Private: unchecked
    3. Default View: unchecked
    4. Description: View to manage all of the profiles
    5. Datasheet Source: Form Result/Custom Element Sheet
  8. From the Datasheet Source dialog, choose the Profile custom element and click Next.
  9. From the Datasheet Columns dialog, choose a few columns from the Available Columns list and move them to the Selected Columns list. Select the following fields in this order UniqueID, UserID, firstname, lastname, and email as the first field to display in the table and then click Finish.
  10. You will be brought to the Datasheet View page. Click Close to return to your page.
  11. You will now see the datasheet element on this page. Click the Datasheet element interface icon again and this time choose Edit Columns.
  12. Select the column field UniqueID and then the edit button.
  13. In the Render Handler field, select the Change button. Enter the following value into the Explicit Module text box: /ADF/apps/pt_profile/datasheet-modules/datasheet-action-edit-delete-view.cfm
  14. Click Finish.
  15. In the Header field, clear out the text and leave the text field blank. Click Finish.
  16. Publish this page.