Difference between revisions of "PT Forums Import Custom Elements"

From ADF Docs
Jump to: navigation, search
(Import)
(Import)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
Back to [[Forums|PT Forum Overview]]
 +
 
== Overview ==
 
== Overview ==
The Forums App has several Custom Components defined within CommonSpot. These components are available in the Forums "exported-objects" folder located at the root of the pt_forums application directory (e.g. /ADF/apps/pt_forums/exported-objects/)
+
The Forums App has several Custom Components defined within CommonSpot. These components are available in the Forums "exported-objects" folder located at the root of the pt_forum application directory (e.g. /ADF/apps/pt_forum/exported-objects/)
  
 
To import these objects, you will need to be an administrator for your site.  
 
To import these objects, you will need to be an administrator for your site.  
Line 8: Line 10:
 
Import all portions of each component in the order listed.
 
Import all portions of each component in the order listed.
  
'''Create an Element Category:'''  
+
'''Create a new Custom Element Category:'''  
# ptForums (optional)
+
# ptForum (optional)
  
  
'''Import Custom Elements:'''
+
'''Import Custom Elements in to the new Category:'''
  
 
# Forum Categories - (Forum-Categories-Custom-Element.zip)
 
# Forum Categories - (Forum-Categories-Custom-Element.zip)
Line 19: Line 21:
 
# Forum Messages - (Forum-Messages-Custom-Element.zip)
 
# Forum Messages - (Forum-Messages-Custom-Element.zip)
 
# Forum User Settings - (Forum-User-Settings-Custom-Element.zip)
 
# Forum User Settings - (Forum-User-Settings-Custom-Element.zip)
# ptForums Configuration - (ptForums-Configuration-Custom-Element.zip)
+
# Forum Subscriptions - (Forum-Subscriptions-Custom-Element.zip)
 
+
# ptForum Configuration - (ptForums-Configuration-Custom-Element.zip)
<!-- REMOVED / NOT NEEDED -->
 
<!-- '''Import Metadata:''' -->
 
<!-- Profiles (profiles-Metadata-Form.zip) -->
 
  
 
'''Verify/Update Imports:'''
 
'''Verify/Update Imports:'''
Line 36: Line 35:
 
Review and update these paths to reference the ADF path.  In most cases, this will just require a change in the path from the site name to 'ADF'.  Check the paths for the custom field types that were imported with the custom elements by unlocking them and fixing the explicit paths to point to "/ADF/extensions/".
 
Review and update these paths to reference the ADF path.  In most cases, this will just require a change in the path from the site name to 'ADF'.  Check the paths for the custom field types that were imported with the custom elements by unlocking them and fixing the explicit paths to point to "/ADF/extensions/".
  
 +
<!-- REMOVED until security settings can be verified
 
== Security Settings ==
 
== Security Settings ==
 
During the import, field permissions may have been cleared or assigned to an unknown group.  The following custom element should have explicit security settings:
 
During the import, field permissions may have been cleared or assigned to an unknown group.  The following custom element should have explicit security settings:
  
<!-- REMOVED until security settings can be verified
 
 
* Forum Messages Custom Element
 
* Forum Messages Custom Element
 
** profileID - Field has Read/Edit permissions to the Site Administrators group.  Read permissions for Anonymous and Authenticated Users groups.
 
** profileID - Field has Read/Edit permissions to the Site Administrators group.  Read permissions for Anonymous and Authenticated Users groups.

Latest revision as of 20:10, 7 September 2010

Back to PT Forum Overview

Overview

The Forums App has several Custom Components defined within CommonSpot. These components are available in the Forums "exported-objects" folder located at the root of the pt_forum application directory (e.g. /ADF/apps/pt_forum/exported-objects/)

To import these objects, you will need to be an administrator for your site.

Import

Import all portions of each component in the order listed.

Create a new Custom Element Category:

  1. ptForum (optional)


Import Custom Elements in to the new Category:

  1. Forum Categories - (Forum-Categories-Custom-Element.zip)
  2. Forum Topics - (Forum-Topics-Custom-Element.zip)
  3. Forum Threads - (Forum-Threads-Custom-Element.zip)
  4. Forum Messages - (Forum-Messages-Custom-Element.zip)
  5. Forum User Settings - (Forum-User-Settings-Custom-Element.zip)
  6. Forum Subscriptions - (Forum-Subscriptions-Custom-Element.zip)
  7. ptForum Configuration - (ptForums-Configuration-Custom-Element.zip)

Verify/Update Imports:

The imported components' render handlers and custom field types must be verified. During the import process, the render handler and custom field types paths may have been changed to reflect the current site's path.

  1. General Chooser
  2. Custom Hidden Field
  3. Custom Text Field
  4. Forum Users Select Field

Review and update these paths to reference the ADF path. In most cases, this will just require a change in the path from the site name to 'ADF'. Check the paths for the custom field types that were imported with the custom elements by unlocking them and fixing the explicit paths to point to "/ADF/extensions/".