'View New Posts' Option
Brought to you by:
crayzeepete,
henrylegge
I would like an option to get the new posts (posts that
are unread, have the little blue thingie). I'm
guessing this would need to read the cookie provided by
the client of read topics as well as know which topics
are not available to the user.
get_new_topics() - returns topic ids that have the
little blue thingie next to it (i.e. 3, 6, 39, 54, 234).
get_new_topics_count() - returns number of topic ids
that have the little blue thingie (i.e. 5).