CATEGORY Functions
Below is a listing of all the functions.
|
AddChildrenCategory This function adds sub-categories to a category (or a header).
Return Type: n/a
Examples
CategoryPermissions This function returns a comma delimited list of the categories a user has access to in a forum.
Return Type: String
Examples
ChangeCategoryStatus Change the status of a category.
Return Type: n/a
Examples
ChangeCatGroupNum Change the order of a category.
Return Type: n/a
Examples
CreateCategory Check if an IP Address has been banned from the forumid that you have passed or from the global banned list.
Return Type:Category
Examples
Related Items IsCategory, GetAllCategories, GetAllForumCategories, GetAvailableSubCategories, GetCategories, GetPrivateMessageCategories
DeleteCategory This function will delete a category from FuseTalk. Everything associated with the category will also be deleted.
Return Type: n/a
Examples
GetAllCategories Gets all categories for a forum.
Return Type:Category()
Parameters
Related Items CreateCategory, IsCategory, GetAllForumCategories, GetAvailableSubCategories, GetCategories, GetPrivateMessageCategories
GetAllForumCategories Gets all categories for a forum.
Return Type:Category
Examples
Related Items CreateCategory, IsCategory, GetAllCategories, GetAvailableSubCategories, GetCategories, GetPrivateMessageCategories
GetAvailableSubCategories Gets the available sub-categories for a header.
Return Type:Category()
Examples
Related Items IsCategory, GetAllCategories, GetAllForumCategories, GetAvailableSubCategories, GetCategories, GetPrivateMessageCategories
GetCatByName Get a category by its name.
Return Type: Integer
Examples
GetCategories Get all categories for a forum, including all the posting statistics.
Return Type: Category()
Examples
Related Items CreateCategory, IsCategory, GetAllCategories, GetAllForumCategories, GetAvailableSubCategories, GetPrivateMessageCategories
GetCategoryCount This function will return the number of categories in a forum.
Return Type: Integer
Examples
GetCategoryModPermssions Gets a list of permissions a user has for a category.
Return Type: String
IndividualCategoryPerm Checks if a user has permissions to access a category.
Return Type: Integer
Examples
IsCategory Check if the category ID that you have passed is a valid category in a forum.
Return Type: Category
Examples
Related Items CreateCategory, GetAllCategories, GetAllForumCategories, GetAvailableSubCategories, GetCategories, GetPrivateMessageCategories
ProtectedLogin This function checks to see if the password that you have passed matches the password of the category ID.
Return Type: String
ResetChildrenCategory This function removes a category from a parent.
Return Type: n/a
Examples
UpdateCategory This function lets you update all of the settings of a category.
Return Type: Integer
Examples
UpdateCategoryNotice This function updates the category notice of a category.
Return Type: Integer
Examples
|
Functions
Available
|