Print this Page

USER TITLE Functions

Below is a listing of all the functions.

 

AddUserTitle

AddUserTitle

This method adds a user title to a forum.

 

Return Type: Integer

 

Name

Type

Description

ForumID

Integer

The ID for the forum you want to add the user title to.

Min

Integer

The minimum count for the new user title.

Description

String

The description for the new user title.

 

ChangeUserTitle

ChangeUserTitle

This method gives a user a custom user title.

 

Return Type: n/a

 

Name

Type

Description

UserID

Integer

The user ID of the title.

NewTitle

String

The new user title for the user.

Override

Integer

Whether or not to override the user title system (enable custom user titles) 1 for on 0 for off

ForumID

Integer

The forum ID the user belongs to.

 

DeleteTitle

DeleteTitle

This method deletes a user title for a forum.

 

Return Type: n/a

 

Name

Type

Description

ForumID

Integer

The ID for the forum you want to delete the user title from.

MinCount

Integer

The minimum count for the user title.

 

GetAllUserTitles

GetAllUserTitles

This method gets a listing of all the user titles for a forum.

 

Return Type:UserTitle()

 

Name

Type

Description

ForumID

Integer

The ID for the forum you want to retrieve user titles for.

 

Related Items

GetTitleByName

 

GetTitleByName

GetTitleByName

This method gets a user title which matches a post count.

 

Return Type:UserTitle

 

Name

Type

Description

ForumID

Integer

The ID for the forum you want to retrieve the user title for.

MinCount

Integer

The post counts to match a user title to.

 

Related Items

GetAllUserTitles

 

GetUsersTitle

GetUsersTitle

Get a user title for a user.

 

Return Type: String

 

Name

Type

Description

UserID

Integer

The user ID you wish to retrieve the forum for.

ForumID

Integer

The forum id the user belongs to.

 

GetUserTitle

GetUserTitle

This method retrieves the user title for a user by the amount of messages posted.

 

Return Type: String

 

Name

Type

Description

ForumID

Integer

The forum ID the user belongs to.

MsgCount

Integer

The message count for the user.

 

UpdateUserTitle

UpdateUserTitle

This method updates a user title for a forum.

 

Return Type: n/a

 

Name

Type

Description

ForumID

Integer

The ID for the forum you want to add the user title to.

MinCount

Integer

The minimum count for the new user title.

Description

String

The description for the new user title.