Difference between revisions of "PT Forums Site Configuration"

From ADF Docs
Jump to: navigation, search
(Configuration Fields)
Line 12: Line 12:
 
# '''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)
 
# '''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)
 
# '''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.
 
# '''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.
 +
# '''FORUM HOME URL''' - The home (or root) URL for your FORUM or site
 +
# '''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 
  
 
More configuration details to come...
 
More configuration details to come...

Revision as of 21:22, 25 June 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 home (or root) URL for your FORUM or site
  4. SUBSCRIPTION_FROM_EMAIL - The FROM email address for thread subscription post notifications
  5. UNSUBSCRIBE_CONFIRM_URL - URL for the lightbox unsubscribe confirmation CS page
  6. UNSUBSCRIBE_DASHBOARD_URL - URL for the user subscription dashboard CS page

More configuration details to come...