Standard modular entry-point finder function.
?array
get_entry_points
()
Standard modular info function.
?array
info
()
The UI to show topics with new posts since last visit time.
array
new_posts
()
The UI to show topics which have been recently read by the current member.
array
recently_read
()
Standard modular run function.
tempcode
run
()
The UI to show topics with unread posts.
array
unread_topics
()
The UI to show a virtual forum.
tempcode
_vforum
(SHORT_TEXT $title, mixed $condition, string $order, [boolean $no_pin = false])
-
SHORT_TEXT
$title: The title to show for the v-forum
-
mixed
$condition: The condition (a fragment of an SQL query that gets embedded in the context of a topic selection query). May be string, or array of strings (separate queries to run and merge; done for performance reasons relating to DB indexing)
-
string
$order: The ordering of the results
-
boolean
$no_pin: Whether to not show pinning in a separate section