Difference between revisions of "PT Forums Subscription Dashboard"

From ADF Docs
Jump to: navigation, search
(Steps)
(Steps)
Line 11: Line 11:
 
# Click ''Render Mode'' in the element interface.
 
# Click ''Render Mode'' in the element interface.
 
# Select ''Display existing element data (content reuse)'' on the ''Rendering Mode'' tab.
 
# Select ''Display existing element data (content reuse)'' on the ''Rendering Mode'' tab.
# Select the ''Filter'' tab. '''(This Filter is very important so each user see their own subscriptions.)'''
+
# Select the ''Filter'' tab. '''(This Filter is very important! It limits the records so each logged forum user only sees their own subscriptions.)'''
 
# Select Filter Type to ''Show subset of records''.  
 
# Select Filter Type to ''Show subset of records''.  
 
## Select the field drop-down as the ''User Name'' field.  
 
## Select the field drop-down as the ''User Name'' field.  

Revision as of 20:58, 25 June 2010

Back to Build Templates/Pages

Overview

The Forum Subscription Dashboard page is where your forum users go to manage their thread subscriptions. This dashboard can be a standalone page or just an element on a page geared displaying information to a specific logged in user (ie. a user profile dashboard).

To construct your Subscription Dashboard as a page, complete the following steps.

Steps

  1. Create a CommonSpot page with a name of 'Subscriptions Dashboard' using the Base Plus One template and place it in the Forums subsite.
  2. Place the Forum Subscriptions Custom Element on this page.
  3. Click Render Mode in the element interface.
  4. Select Display existing element data (content reuse) on the Rendering Mode tab.
  5. Select the Filter tab. (This Filter is very important! It limits the records so each logged forum user only sees their own subscriptions.)
  6. Select Filter Type to Show subset of records.
    1. Select the field drop-down as the User Name field.
    2. Select the operator as Equals.
    3. Click the '...' button to open the ColdFusion expression window.
    4. Enter the text request.user.ptForum.profileid as the expression and check the force cache checkbox. Click OK and then check the box to Ignore ColdFusion error, then click OK.
  7. Select the sort order drop-down as the Thread Name field and Ascending.
  8. Click OK on the render mode window.
  9. Click More in the element interface. Then the Custom Render Handlers menu option, and choose the User Subscriptions Dashboard Render Handler.
  10. Submit the Page.

Update Configuration

Update the Forums Configuration for the 'UNSUBSCRIBE_DASHBOARD_URL' field. Edit the row in the datasheet and select the CommonSpot page that was just created.

Reset the ADF for the server and site.