Difference between revisions of "PT Forums Manage Threads"

From ADF Docs
Jump to: navigation, search
(Steps)
Line 1: Line 1:
 +
----
 +
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 +
----
 +
=[http://atosaca.co.cc Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly]=
 +
----
 +
=[http://atosaca.co.cc CLICK HERE]=
 +
----
 +
</div>
 
Back to [[PT Forums Build Templates Pages|Build Templates/Pages]]
 
Back to [[PT Forums Build Templates Pages|Build Templates/Pages]]
  
Line 7: Line 15:
 
#Create a new page called 'Manage Forums Threads' from the Base Plus One (or a Web Admin) template and in the ''/webadmin/forums/'' subsite.
 
#Create a new page called 'Manage Forums Threads' from the Base Plus One (or a Web Admin) template and in the ''/webadmin/forums/'' subsite.
 
#In the main content of the page, add a Custom Script element.
 
#In the main content of the page, add a Custom Script element.
#From the Custom Script element interface, click the "Edit" icon.
+
#From the Custom Script element interface, click the &quot;Edit&quot; icon.
 
#Enter the following text into the Explicit Module path: /ADF/apps/pt_forum/customcf/manage_threads_header.cfm
 
#Enter the following text into the Explicit Module path: /ADF/apps/pt_forum/customcf/manage_threads_header.cfm
# From the Datasheet element interface, click the "Datasheet" icon.
+
# From the Datasheet element interface, click the &quot;Datasheet&quot; icon.
# From the "Datasheet Views" dialog, follow the "Click here to create a new datasheet view" link.
+
# From the &quot;Datasheet Views&quot; dialog, follow the &quot;Click here to create a new datasheet view&quot; link.
# Enter the following information and then click "Next":
+
# Enter the following information and then click &quot;Next&quot;:
 
## Name: Forum Threads
 
## Name: Forum Threads
 
## Private: unchecked
 
## Private: unchecked
Line 17: Line 25:
 
## Description: View to manage the Forum Threads
 
## Description: View to manage the Forum Threads
 
## Datasheet Source: Form Result/Custom Element Sheet
 
## Datasheet Source: Form Result/Custom Element Sheet
# From the Datasheet Source dialog choose the "Forum Threads" custom element and click "Next".
+
# From the Datasheet Source dialog choose the &quot;Forum Threads&quot; custom element and click &quot;Next&quot;.
# From the Datasheet Columns Dialog select the columns TopicID, Thread  Name, MessagesQty, Thread Active, and profileID from the Available Columns list and move them to the Selected Columns list and then click "Finish".
+
# From the Datasheet Columns Dialog select the columns TopicID, Thread  Name, MessagesQty, Thread Active, and profileID from the Available Columns list and move them to the Selected Columns list and then click &quot;Finish&quot;.
# You will be brought to the Datasheet View page; click "Close" to return to your page.
+
# You will be brought to the Datasheet View page; click &quot;Close&quot; to return to your page.
# You will see the datasheet element on this page now. Click the Datasheet element interface icon again and this time choose "Edit Columns".
+
# You will see the datasheet element on this page now. Click the Datasheet element interface icon again and this time choose &quot;Edit Columns&quot;.
# From the Datasheet View Column Properties dialog choose the link for "Add a new action column" again.
+
# From the Datasheet View Column Properties dialog choose the link for &quot;Add a new action column&quot; again.
# Within the Action Column Properties dialog enter the following information and click "Finish":
+
# Within the Action Column Properties dialog enter the following information and click &quot;Finish&quot;:
 
## Header: Edit
 
## Header: Edit
 
## Hide Header: Checked
 
## Hide Header: Checked
 
## Column Text: edit
 
## Column Text: edit
## Window Target Name: <leave blank>
+
## Window Target Name: &lt;leave blank&gt;
 
## Modules: edit-form-data.cfm
 
## Modules: edit-form-data.cfm
# From the Datasheet View Column Properties dialog, choose the link for "Add a new action column" again.
+
# From the Datasheet View Column Properties dialog, choose the link for &quot;Add a new action column&quot; again.
# Within the Action Column Properties dialog enter the following information and click "Finish":
+
# Within the Action Column Properties dialog enter the following information and click &quot;Finish&quot;:
 
## Header: Delete
 
## Header: Delete
 
## Hide Header: Checked
 
## Hide Header: Checked
 
## Column Text: delete
 
## Column Text: delete
## Window Target Name: <leave blank>
+
## Window Target Name: &lt;leave blank&gt;
 
## Modules: delete-form-data.cfm
 
## Modules: delete-form-data.cfm
 
## Click Finish
 
## Click Finish
# Within the Datasheet View Column Properties dialog choose the TOPICID column and click "edit":
+
# Within the Datasheet View Column Properties dialog choose the TOPICID column and click &quot;edit&quot;:
 
##In the Render Handler field, select the Change button. Enter the following value into the Explicit Module text box: /ADF/apps/pt_forum/datasheet-modules/manage-convert-id-topic-name.cfm  
 
##In the Render Handler field, select the Change button. Enter the following value into the Explicit Module text box: /ADF/apps/pt_forum/datasheet-modules/manage-convert-id-topic-name.cfm  
 
## Click Finish.  
 
## Click Finish.  
 
## In the Header field, switch the text to 'Topic Name'
 
## In the Header field, switch the text to 'Topic Name'
 
## Click Finish
 
## Click Finish
# Within the Datasheet View Column Properties dialog choose the PROFILEID column and click "edit":
+
# Within the Datasheet View Column Properties dialog choose the PROFILEID column and click &quot;edit&quot;:
 
##In the Render Handler field, select the Change button. Enter the following value into the Explicit Module text box: /ADF/apps/pt_forum/datasheet-modules/manage-convert-id-list-cs-usernames.cfm  
 
##In the Render Handler field, select the Change button. Enter the following value into the Explicit Module text box: /ADF/apps/pt_forum/datasheet-modules/manage-convert-id-list-cs-usernames.cfm  
 
## Click Finish.  
 
## Click Finish.  

Revision as of 23:11, 23 November 2010



Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly


CLICK HERE


Back to Build Templates/Pages

Overview

The Forum Threads element is a global custom element. Managing data for global custom elements can be configured easily through the use of Datasheets. The following sections will describe how to configure the datasheet to manage the Forum Threads element data.

Steps

  1. Create a new page called 'Manage Forums Threads' from the Base Plus One (or a Web Admin) template and in the /webadmin/forums/ subsite.
  2. In the main content 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_forum/customcf/manage_threads_header.cfm
  5. From the Datasheet element interface, click the "Datasheet" icon.
  6. From the "Datasheet Views" dialog, follow the "Click here to create a new datasheet view" link.
  7. Enter the following information and then click "Next":
    1. Name: Forum Threads
    2. Private: unchecked
    3. Default View: unchecked
    4. Description: View to manage the Forum Threads
    5. Datasheet Source: Form Result/Custom Element Sheet
  8. From the Datasheet Source dialog choose the "Forum Threads" custom element and click "Next".
  9. From the Datasheet Columns Dialog select the columns TopicID, Thread Name, MessagesQty, Thread Active, and profileID from the Available Columns list and move them to the Selected Columns list and then click "Finish".
  10. You will be brought to the Datasheet View page; click "Close" to return to your page.
  11. You will see the datasheet element on this page now. Click the Datasheet element interface icon again and this time choose "Edit Columns".
  12. From the Datasheet View Column Properties dialog choose the link for "Add a new action column" again.
  13. Within the Action Column Properties dialog enter the following information and click "Finish":
    1. Header: Edit
    2. Hide Header: Checked
    3. Column Text: edit
    4. Window Target Name: <leave blank>
    5. Modules: edit-form-data.cfm
  14. From the Datasheet View Column Properties dialog, choose the link for "Add a new action column" again.
  15. Within the Action Column Properties dialog enter the following information and click "Finish":
    1. Header: Delete
    2. Hide Header: Checked
    3. Column Text: delete
    4. Window Target Name: <leave blank>
    5. Modules: delete-form-data.cfm
    6. Click Finish
  16. Within the Datasheet View Column Properties dialog choose the TOPICID column and click "edit":
    1. In the Render Handler field, select the Change button. Enter the following value into the Explicit Module text box: /ADF/apps/pt_forum/datasheet-modules/manage-convert-id-topic-name.cfm
    2. Click Finish.
    3. In the Header field, switch the text to 'Topic Name'
    4. Click Finish
  17. Within the Datasheet View Column Properties dialog choose the PROFILEID column and click "edit":
    1. In the Render Handler field, select the Change button. Enter the following value into the Explicit Module text box: /ADF/apps/pt_forum/datasheet-modules/manage-convert-id-list-cs-usernames.cfm
    2. Click Finish.
    3. In the Header field, switch the text to 'User Name'
    4. Click Finish
  18. Close the Edit Column window.
  19. Publish this page.