Print this Page

KERNEL Functions

Below is a listing of all the functions.

 

GetAgreement

GetAgreement

Get the forum agreement text for a forum ID.

 

Return Type: String

 

Name

Type

Description

ForumID

Integer

The ID of the forum you want to get the agreement for.

 

GetFAQ

GetFAQ

This function gets the FAQ entry for a forum.

 

Return Type: String

 

Name

Type

Description

ForumID

Integer

The ID of the forum that you want to retrieve the FAQ for.

 

UpdateAgreement

UpdateAgreement

Update a forum agreement.

 

Return Type: n/a

 

Name

Type

Description

Agreement

String

The agreement text.

ForumID

Integer

The forum ID of the agreement you are updating.

 

UpdateFAQ

UpdateFAQ

This function updates a FAQ entry for a forum.

 

Return Type: n/a

 

Name

Type

Description

FAQ

String

The text for the FAQ.

ForumID

Integer

The ID of the forum that you want to update the FAQ for.