MyBB Community Forums

Full Version: How does MyBB Handle Read and Unread Threads?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have an idea for a plugin that I'd like to create, but I need to know how MyBB handles read and unread threads.

I assume it's in the database, and if so, where exactly?

It'd be a simple plugin, but I'd find it useful.
Really no one knows?
Hold your horses, lemme look it up.
	require_once MYBB_ROOT."inc/functions_indicators.php";
	mark_thread_read($tid, $fid);
(2011-10-13, 11:54 PM)Paul H. Wrote: [ -> ]Hold your horses, lemme look it up.
	require_once MYBB_ROOT."inc/functions_indicators.php";
	mark_thread_read($tid, $fid);

Thanks so much!

I appreciate it!