PT Forums Subscription Dashboard

From ADF Docs
Jump to: navigation, search

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. (Adding this Filter is very important! It limits the records displayed so each logged in forum user will only see and modify 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 'UNSUBSCRIBE_DASHBOARD_URL' field.

  1. Go to the Manage Configuration page
  2. Click edit the row of configuration data in the datasheet
  3. For the UNSUBSCRIBE DASHBOARD URL field select the CommonSpot page that was just created.

Reset the ADF for the server and site.