Difference between revisions of "PT Forums Import Custom Elements"
Gcronkright (talk | contribs) (→Import) |
Gcronkright (talk | contribs) (→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 | + | 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 | + | '''Create a new Custom Element Category:''' |
− | # | + | # 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) | ||
− | # | + | # Forum Subscriptions - (Forum-Subscriptions-Custom-Element.zip) |
− | + | # ptForum Configuration - (ptForums-Configuration-Custom-Element.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: | ||
− | |||
* 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:
- ptForum (optional)
Import Custom Elements in to the new Category:
- Forum Categories - (Forum-Categories-Custom-Element.zip)
- Forum Topics - (Forum-Topics-Custom-Element.zip)
- Forum Threads - (Forum-Threads-Custom-Element.zip)
- Forum Messages - (Forum-Messages-Custom-Element.zip)
- Forum User Settings - (Forum-User-Settings-Custom-Element.zip)
- Forum Subscriptions - (Forum-Subscriptions-Custom-Element.zip)
- 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.
- General Chooser
- Custom Hidden Field
- Custom Text Field
- 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/".