check if post is unread
#3
yes that I know Smile good to look in to forumread DB table too

guest have cookie

$last_read = my_get_array_cookie("threadread", $thread['tid']);
$forum_read = my_get_array_cookie("forumread", $fid);
if(isset($mybb->cookies['mybb']['readallforums']) && !$forum_read)
	{
		$forum_read = $mybb->cookies['mybb']['lastvisit'];
	}
My Plugins

PM only paid support
Reply


Messages In This Thread
check if post is unread - by Supryk - 2015-11-09, 09:55 PM
RE: check if post is unread - by dragonexpert - 2015-11-10, 11:07 AM
RE: check if post is unread - by Supryk - 2015-11-10, 04:16 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)