The CForumNew class is used with forums.
Methods
Method | Description |
Add |
Creates a new forum. |
Delete |
Deletes a specified forum. |
CanUserAddForum |
Thoroughly checks whether a specified
user can add a new forum. |
CanUserDeleteForum |
Thoroughly checks whether a specified
user can delete a forum. |
CanUserUpdateForum |
Thoroughly checks whether a specified
user can modify a forum. |
GetByID |
Returns an array of forum parameters by its ID. |
GetByIDEx |
Returns an array of forum parameters and auxiliary parameters by its ID. |
GetList |
Returns a filtered and sorted list of forums. |
GetListEx |
Returns a filtered and sorted list of forums including all bound data. |
GetSites |
Returns an array of sites as well as templates of paths to forum posts on these
sites. |
Update |
Modifies forum parameters. |