Function Module_topics->cns_ping_topic_unread
Definitions
forum/pages/modules/topics.php
- Mark a topic as unread by the current member.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$topic_id | AUTO_LINK | required parameter | N/A | N/A | The ID of the topic to mark as unread |
Return
- Success status (false = too old to mark read; true = marked read or topic entirely missing)
- Type: boolean
- Set: N/A
- Range: N/A