The CForumSubscribe class is used to manage the forum subscriptions.
Methods
Method | Description |
GetList |
Returns an optionally sorted and filtered list of subscriptions. |
GetListEx |
Returns an optionally sorted and filtered list of subscriptions.
Each entry in the list has an e-mail of a subscribed user. |
Add |
Creates a new record in the subscription table given the specified parameters. |
Delete |
Deletes the specified subscription. |
CanUserAddSubscribe |
Thoroughly checks whether a user of a specified group can subscribe to the
specified forum. |
CanUserDeleteSubscribe |
Thoroughly checks whether a user of a specified group can unsubscribe from
the specified forum. |