Unclassified NewsBoard Code Reference

UnbShowPath function

Show the current forum/thread hierarchy (for navigation)

function UnbShowPath ($id, $threadsubject = '', $desc = '', $threadid = 0, $top = false, $important = false, $bookmarked = false);

Parameters:

id
(int) forum ID
threadsubject  –  optional, default: ''
(string) thread's subject (and display thread subject)
desc  –  optional, default: ''
(string) forum/thread description
threadid  –  optional, default: 0
(int) thread ID (and make a link to there)
top  –  optional, default: false
(bool) display this line at the top of the page (otherwise it's at the bottom, so show less info)
important  –  optional, default: false
(bool) include an "Important" note for this thread
bookmarked  –  optional, default: false
(bool) show the bookmark icon next to the thread subject if this feature is enabled

Implementation file: unb_lib/common_out.lib.php, line 2471

© 2006 Yves Goergen. Unclassified NewsBoard Homepage. Reference based on UNB unb.devel.20060128, dated 2006-01-28.