FORUM Functions
Below is a listing of all the functions.
|
AddForum This function adds a forum to the FuseTalk database.
Return Type: Integer
Examples
AddForumPermission This function adds a user to the forum permission list.
Return Type: Integer
DeleteForum This function deletes a forum from the FuseTalk database.
Return Type: n/a
Examples
DeleteForumPermission This function removes a user from the forum permission list.
Return Type: n/a
GetAllForums Retrieves all the forums from the database.
Return Type:Forum()
Examples
Related Items GetForumByCategoryID, GetForumByName, GetForumByID, SearchForumsByCriteria, SearchForumsByAlphabet, GetForumGroupings, GetAllForumGroupings, GetForumsForUser
GetForumByCategoryID Retrieves a forum based on a category ID.
Return Type:Forum()
Related Items GetForumByName, GetForumByID, GetAllForums, SearchForumsByCriteria, SearchForumsByAlphabet, GetForumGroupings, GetAllForumGroupings, GetForumsForUser
GetForumByID This function retrieves the general information of a forum based on an ID.
Return Type:Forum()
Examples
Related Items GetForumByCategoryID, GetForumByName, GetAllForums, SearchForumsByCriteria, SearchForumsByAlphabet, GetForumGroupings, GetAllForumGroupings, GetForumsForUser
GetForumByName This function retrieves the general information of a forum based on a forum name.
Return Type:Forum()
Examples
Related Items GetForumByCategoryID, GetForumByID, GetAllForums, SearchForumsByCriteria, SearchForumsByAlphabet, GetForumGroupings, GetAllForumGroupings, GetForumsForUser
GetForumCount Get the total count of forums in FuseTalk.
Return Type: Integer
Examples
GetForumPermissions This function retrieves all the users that have access to a locked forum.
Return Type: ftUser()
Related Items GetForumBuddies, GetDigestSubs, GetMessageAuthor, GetThreadAuthor, GetUserByKeyword, GetUserByEmail, GetNonApprovedUsers, LoginUser, LoginUser, GetTodayBirthDate, GetUserByName, GetUserByID, GetUserSettings, LoginGlobal, AddUser, AddUser, SearchUsersByAlphabet, SearchUsersByCriteria, SearchUsersByIPAddress
GetForumSettings Get the forum settings from the database.
Return Type: Settings()
Examples
Related Items
InsertForumOwner This function inserts a user into the 'Forum Owners' group of a forum.
Return Type: n/a
isForum This function determines if the forum ID passed is a valid forum.
Return Type: Boolean
Examples
SearchForumsByAlphabet This function searches for a forum based on a letter of the alphabet.
Return Type:Forum()
Examples
Related Items GetForumByCategoryID, GetForumByName, GetForumByID, GetAllForums, SearchForumsByCriteria, GetForumGroupings, GetAllForumGroupings, GetForumsForUser
SearchForumsByCriteria This function searches a forum by keywords and other criteria's.
Return Type: Forum()
Examples
Related Items GetForumByCategoryID, GetForumByName, GetForumByID, GetAllForums, SearchForumsByAlphabet, GetForumGroupings, GetAllForumGroupings, GetForumsForUser
SetForumSettings Updates a forum setting in the database.
Return Type: n/a
Examples
UpdateForum This function updates a forum in the FuseTalk database.
Return Type: Integer
Examples
|
Functions
Available
|