MESSAGE Functions
Below is a listing of all the functions.
|
DeleteMessageByID This method deletes a message by message ID.
Return Type: Integer
Examples
DoublePostCheck This method handles the forum flooding option, it checks if a user has posted more often than the flood parameter is set to allow.
Return Type: Integer
GetArcMessagesByThreadID This method retrieves the archived messages for an archived thread.
Return Type: Message()
Related Items GetNewMessagesForDigest, GetNonApprovedMessages, PostMessage, GetMessagesByThreadID, GetMessageByID, ReadPrivateMessage, GetPrivateMessageHistory, GetPrivateHistoryByUser, GetPrivateMessages
GetHotMsg This method returns a list of messages that match the hot threads option that the forum administration controls.
Return Type: Topic()
Examples
Related Items GetLastestMessages, SearchMessages, GetNonApprovedThreads, GetThreadByID, GetThreads, IsThread, GetThreadsByForumID
GetLastestMessages This method returns a list of the latest threads/messages by user or category ID.
Return Type: Topic()
Related Items GetHotMsg, SearchMessages, GetNonApprovedThreads, GetThreadByID, GetThreads, IsThread, GetThreadsByForumID
GetMessageAuthor Get the author of the message.
Return Type: ftUser
Related Items GetForumBuddies, GetDigestSubs, GetForumPermissions, GetThreadAuthor, GetUserByKeyword, GetUserByEmail, GetNonApprovedUsers, LoginUser, LoginUser, GetTodayBirthDate, GetUserByName, GetUserByID, GetUserSettings, LoginGlobal, AddUser, AddUser, SearchUsersByAlphabet, SearchUsersByCriteria, SearchUsersByIPAddress
GetMessageByID This method gets a message by ID.
Return Type: Message
Examples
Related Items GetNewMessagesForDigest, GetNonApprovedMessages, PostMessage, GetArcMessagesByThreadID, GetMessagesByThreadID, ReadPrivateMessage, GetPrivateMessageHistory, GetPrivateHistoryByUser, GetPrivateMessages
GetMessagesByThreadID This method gets the messages for a thread.
Return Type: Message()
Examples
Related Items GetNewMessagesForDigest, GetNonApprovedMessages, PostMessage, GetArcMessagesByThreadID, GetMessageByID, ReadPrivateMessage, GetPrivateMessageHistory, GetPrivateHistoryByUser, GetPrivateMessages
GetNonApprovedMessages This method returns a list of messages that have not been approved for a category.
Return Type: Message()
Related Items GetNewMessagesForDigest, PostMessage, GetArcMessagesByThreadID, GetMessagesByThreadID, GetMessageByID, ReadPrivateMessage, GetPrivateMessageHistory, GetPrivateHistoryByUser, GetPrivateMessages
MoveMessage This function moves a message from one topic to another.
Return Type: Integer
PostMessage This method posts a thread and/or message to a forum.
Return Type: Message
Examples
Related Items GetNewMessagesForDigest, GetNonApprovedMessages, GetArcMessagesByThreadID, GetMessagesByThreadID, GetMessageByID, ReadPrivateMessage, GetPrivateMessageHistory, GetPrivateHistoryByUser, GetPrivateMessages
PreviewMessage This method converts strings a message for previewing.
Return Type: String
|
Functions
Available
|