forum::message::subject_sort_filter (public, deprecated)
forum::message::subject_sort_filter -forum_id forum_id \ -order_by order_by
Defined in packages/forums/tcl/messages-procs.tcl
Deprecated. Invoking this procedure generates a warning.
- Switches:
- -forum_id (required)
- -order_by (required)
- Returns:
- A piece of HTML for toggling the sort order of threads (subjects) in a forum. The user can either sort by the first postings in subjects (the creation date of the subjects) or the last one. DEPRECATED: this proc is not mentioned anywhere in current upstream codebase. Furthermore, it refers to a very specific UI (e.g. sorting properties, styling...) and does therefore provide little value in general.
- Author:
- Peter Marklund
- See Also:
- idioms in the specific UI
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.