Unclassified NewsBoard Code Reference

IForum.IsNew function

Are there new (unread) posts in (this) forum for this user

function IForum.IsNew ($id = 0);

Parameters:

id  –  optional, default: 0
(int) forum id, 0: this forum

Return value:

(bool) new posts

Uses data:

$UNB['NewForums'] from main.inc.php:CountForums()

Member of class: IForum

Implementation file: unb_lib/forum.lib.php, line 557

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