PT Blog Version 2.0 Install
From ADF Docs
Revision as of 23:01, 22 November 2009 by Rwest (talk | contribs) (moved CS Blog Version2: Install to CS Blog Version 2 Install)
Contents
Overview
Import Custom Elements
Create Add Blog Page
This page will be used to create new Blog Posts in the Blog Administrator. Each Blog will share this Add page.
- Create page called "Add Blog"
- Place Custom Script on the page
- Select the "/ADF/apps/pt_blog/customcf/handle_blog_create.cfm" script (Note: after page reloads a Simple Form Element will Appear
- Choose "Select Form" from the Simple Form Element Interface
- Choose option 2 (Select Simple Form/Custom Element)
- Locate the "Blog Posts" Custom Element and add data for the Action (using the "Specify Results Text" method)
- Publish Page
Create Blog Dashboard Page
This page will be used to manage the blog post and comments for each blog. Each Blog will share this Dashboard Page.
- Create page called "Blog Dashboard"
- Place Custom Script on the page
- Select the "/ADF/apps/pt_blog/customcf/blog_dashboard.cfm" script (after page reloads 3 tabs and links to datasheets will appear)
Configure Posts Tab
- Click the "Posts" tab
- Locate the "Blog" Custom Element and click on the "Render Mode" option in the Element Interface
- Choose "Content Reuse" and leave the filter option on "Render results dynamically based on a filter, or display all records."
- Click on the "Filter" tab and apply the following filter: Field = BlogID; Operator = "equals"; Value = "request.params.blogID" (note: use the UDE button)
- Define a View for the Datasheet Element in this Tab - call it "All Blog Posts"
- Leave the View Source as the Default: Form Result/Custom Element Sheet
- Select the "Blog Posts" Custom Element and select the following columns: Title, Date Posted, Created By and PageURL (Note: The only required column is "PageURL")
- Move the "PageURL" field to the end of the list of columns