Difference between revisions of "PT Forums Site Configuration"
From ADF Docs
Gcronkright (talk | contribs) (Undo revision 3436 by Gcronkright (Talk)) |
Gcronkright (talk | contribs) (Undo revision 3435 by Gcronkright (Talk)) |
||
Line 8: | Line 8: | ||
== Configuration Fields == | == Configuration Fields == | ||
There are several Configuration Fields: | There are several Configuration Fields: | ||
− | # ''' | + | # '''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. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[Category: | + | More configuration details to come... |
+ | |||
+ | <!-- # '''ADD_URL''' - Site relative URL for the Photo Add page. (Example: /webadmin/photogalleryadmin/lightbox/Photo-Add.cfm) | ||
+ | # '''UPLOAD_FORM_URL''' - Site relative URL for the Photo Upload page. (Example: /webadmin/photogalleryadmin/lightbox/Photo-Upload.cfm) | ||
+ | # '''UPLOAD_URL''' - URL Path on the server to store the uploaded photos. (Example: /_cs_apps/pt_photo_gallery/uploads/) | ||
+ | # '''UPLOAD_PATH''' - Server Path on the server to store the uploaded photos. (Example: D:/full/path/to/this/dir/_cs_apps/pt_photo_gallery/uploads/) | ||
+ | # '''UPLOAD_DOC_TYPES''' - Photo file types that are allowed to be uploaded. (Example: jpg,gif,bmp,png) --> | ||
+ | |||
+ | [[Category:Forums]][[Category:Site Configuration]] |
Revision as of 12:53, 14 April 2010
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:
- 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 jQueryUI Themes for styling of buttons, etc. There are some pre-installed themes that come with the ADF in the Thirdparty folder.
More configuration details to come...