Database tables and API classes

  Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! Mail us feedback on this topic!  

The Forums module uses the following database tables:

 

Forums_Forum - contains forums and their settings
Forums_ForumGroup - contains forum groups and their settings
Forums_ForumModerators - contains information about forum moderators
Forums_ForumPost - contains forum posts and information about them
Forums_ForumRoles - contains information about forum permissions
Forums_ForumSubscription - contains information about forum subscriptions
Forums_Attachment - contains forum post attachments and information about them
Forums_UserFavorites - contains favorite posts of users

 

The Forums API is provided by the following CMS.Forums namespace classes:

 

ForumInfo, ForumInfoProvider - these classes provide functionality for managing individual forums
ForumGroupInfo, ForumGroupInfoProvider - these classes provide functionality for managing forum groups
ForumPostInfo, ForumPostInfoProvider - these classes provide functionality for managing forum posts and threads

 

The following chapters show examples of how these classes can be used:

 

Creating forums
Creating threads

 

Page url: http://devnet.kentico.com/docs/devguide/index.html?forums_database_tables_and_api_classes.htm