Difference between revisions of "PT Forums Site Configuration"

From ADF Docs
Jump to: navigation, search
(Configuration Fields)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
Back to [[Forums|PT Forum Overview]]
 +
 
== Overview ==
 
== Overview ==
 
The Forum App uses a custom element to store site specific configurations.   
 
The Forum App uses a custom element to store site specific configurations.   
 
<!-- The Forum App needs to know the profile element name, unique field, roles, subsite ids, and template ids for the site. -->
 
  
 
The fields for the ptForum Configuration custom element are defined below.
 
The fields for the ptForum Configuration custom element are defined below.
Line 8: Line 8:
 
== Configuration Fields ==
 
== Configuration Fields ==
 
There are several Configuration Fields:
 
There are several Configuration Fields:
# '''Portlet UI Theme''' - The Portlet app utilizes [http://jqueryui.com/themeroller/ jQueryUI Themes] for styling of buttons, etc. There are some pre-installed themes that come with the ADF in the Thirdparty folder.
+
# '''CS USERS DSN''' - Where the Forums will get the Users and Groups info for Read,Post,Edit and Admin access to the site. (Example: commonspot-users)
# '''ADD POD WIZARD URL''' - Site relative URL for the Add Pod Wizard page. (Example: /webadmin/portletadmin/lightbox/AddPodWizard.cfm)
+
# '''Forum UI Theme''' - The Forums app utilizes [http://jqueryui.com/themeroller/ jQueryUI Themes] for styling of buttons, etc. There are some pre-installed themes that come with the ADF in the Thirdparty folder.
# '''ADD POD WIZARD STEP2 URL''' - Site relative URL for the Add Pod Wizard Step 2 page. (Example: /webadmin/portletadmin/lightbox/AddPodWizard2.cfm)
+
# '''FORUM HOME URL''' - The URL for the HOME link in the forum pages. This can be the Forum home URL to go to the Categories page or the home of your site (Default: index.cfm - default page in the Forums Subsite)
# '''ADD POD WIZARD TYPE EXCLUDE LIST''' - A comma-delimited list of Pod Types that should not be offered to user in the Add Pod Wizard. (Example: Links,Simple_Content,Custom_File)
+
# '''FORUM TOPICS URL''' - The CS Page for the Topics Listing page
# '''POD TYPE WEATHER RSS URL''' - An RSS Weather Feed URL minus the Zip Code. Zip Code provided by user. (Example: http://weather.yahooapis.com/forecastrss?p= )
+
# '''FORUM THREADS URL''' - The CS Page for the Threads Listing page
# '''POD TYPE RSS FEED ALLOWED HTML LIST''' - HTML Tags that should not be removed from RSS feeds. (Example: em,strong,b,i,br,table,tbody,thead,tfoot,tr,td,div,span,hr,li,ul,ol,a,u)
+
# '''FORUM MESSAGES URL''' - The CS Page for the Messages Listing page  
# '''POD TYPE CUSTOM FILE URL''' - Site relative URL for the directory where Pod Custom Files are stored. Should be .cfm files. (Example: /ADF/apps/pt_portlet/customcf/pod_custom_files/)
+
# '''NEW MESSAGE URL''' - The CS Lightbox Page that forum users use to add new messages
 +
# '''NEW THREAD URL''' - The CS Lightbox Page that forum users use to add new threads
 +
# '''MANAGE NEW MESSAGE URL''' - The webadmin CS Lightbox Page to allow forum administrators to create new messages
 +
# '''MANAGE NEW THREAD URL''' - - The webadmin CS Lightbox Page to allow forum administrators to create new threads
 +
# '''SUBSCRIPTION FROM EMAIL''' - The FROM email address for thread subscription post notifications
 +
# '''UNSUBSCRIBE CONFIRM URL''' - URL for the lightbox unsubscribe confirmation CS page
 +
# '''UNSUBSCRIBE DASHBOARD URL''' - URL for the user subscription dashboard CS page 
 +
# '''AUTO SUBSCRIBE USERS''' - Users that will be auto-subscribed when a new thread is created
  
[[Category:Portlet]][[Category:Site Configuration]]
+
[[Category:Forums]][[Category:Site Configuration]]

Latest revision as of 20:08, 7 September 2010

Back to PT Forum Overview

Overview

The Forum App uses a custom element to store site specific configurations.

The fields for the ptForum Configuration custom element are defined below.

Configuration Fields

There are several Configuration Fields:

  1. CS USERS DSN - Where the Forums will get the Users and Groups info for Read,Post,Edit and Admin access to the site. (Example: commonspot-users)
  2. Forum UI Theme - The Forums app utilizes jQueryUI Themes for styling of buttons, etc. There are some pre-installed themes that come with the ADF in the Thirdparty folder.
  3. FORUM HOME URL - The URL for the HOME link in the forum pages. This can be the Forum home URL to go to the Categories page or the home of your site (Default: index.cfm - default page in the Forums Subsite)
  4. FORUM TOPICS URL - The CS Page for the Topics Listing page
  5. FORUM THREADS URL - The CS Page for the Threads Listing page
  6. FORUM MESSAGES URL - The CS Page for the Messages Listing page
  7. NEW MESSAGE URL - The CS Lightbox Page that forum users use to add new messages
  8. NEW THREAD URL - The CS Lightbox Page that forum users use to add new threads
  9. MANAGE NEW MESSAGE URL - The webadmin CS Lightbox Page to allow forum administrators to create new messages
  10. MANAGE NEW THREAD URL - - The webadmin CS Lightbox Page to allow forum administrators to create new threads
  11. SUBSCRIPTION FROM EMAIL - The FROM email address for thread subscription post notifications
  12. UNSUBSCRIBE CONFIRM URL - URL for the lightbox unsubscribe confirmation CS page
  13. UNSUBSCRIBE DASHBOARD URL - URL for the user subscription dashboard CS page
  14. AUTO SUBSCRIBE USERS - Users that will be auto-subscribed when a new thread is created