Difference between revisions of "PT Forums Add Thread"
From ADF Docs
Gcronkright (talk | contribs) |
(→Steps) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 10: | Line 10: | ||
#In the main content of the page place a Custom Script element. | #In the main content of the page place a Custom Script element. | ||
#From the Custom Script element interface, click the "Edit" icon. | #From the Custom Script element interface, click the "Edit" icon. | ||
− | #Enter the following text into the Explicit Module path: ''/ADF/apps/ | + | #Enter the following text into the Explicit Module path: ''/ADF/apps/pt_forum/customcf/handle_thread_add.cfm''. |
− | |||
#From the Simple Form element interface icons choose the "Select Form" icon. | #From the Simple Form element interface icons choose the "Select Form" icon. | ||
#In the Create/Select Simple Form dialog choose the option to "Select Simple Form/Custom Element" option and click "next". | #In the Create/Select Simple Form dialog choose the option to "Select Simple Form/Custom Element" option and click "next". | ||
Line 25: | Line 24: | ||
== Update Configuration == | == Update Configuration == | ||
− | Update the | + | Update the ptForum Configuration for the 'NEW THREAD URL' field. Edit the row in the datasheet and select the CommonSpot page that was created. |
[[Reset ADF|Reset the ADF]] for the server and site. | [[Reset ADF|Reset the ADF]] for the server and site. | ||
[[Category:Forums]] | [[Category:Forums]] |
Latest revision as of 13:40, 14 April 2010
Back to Build Templates/Pages
Overview
The Add Thread page is a lightbox page which contains the form users use to create new thread records.
Follow these steps to configure the link and page for adding threads.
Steps
- Create a new page called 'Add Thread' from the Lightbox Template and in the /lightbox/forums/ subsite.
- In the main content of the page place a Custom Script element.
- From the Custom Script element interface, click the "Edit" icon.
- Enter the following text into the Explicit Module path: /ADF/apps/pt_forum/customcf/handle_thread_add.cfm.
- From the Simple Form element interface icons choose the "Select Form" icon.
- In the Create/Select Simple Form dialog choose the option to "Select Simple Form/Custom Element" option and click "next".
- From the "Select Form/Custom Element" dialog choose the "Forum Threads" custom element and click "Finish".
- Within the "Manage Simple Form Element" dialog, enter the following information:
- Name: (leave as is)
- Email Notification Recipients: (If you would like to receive an e-mail whenever an event is added place your e-mail in here. This is optional)
- Sender's Email Address: leave checked
- Anonymous Sender's Email Address: (add in an anonymous email address if needed)
- Form Action: choose "Display Textblock on Submission" option and add 'New Thread Created Successfully!' text in the RTE.
- Select Finish and then Finish again.
- Publish the page
Update Configuration
Update the ptForum Configuration for the 'NEW THREAD URL' field. Edit the row in the datasheet and select the CommonSpot page that was created.
Reset the ADF for the server and site.