Jump to content


Photo

All database items marked as read


When records are posted in a database with no categories, if one record is read then all others are also getting set read.

http://screencast.com/t/Vgb4gyyNrfE

All records are within the topic_marking_keep_days time cutoff.

What is happening is fetchUnreadCount() in coreExtensions.php is always returning 0 for count and last_item because $data['catID'] is NULL.

Status: Fixed
Version: 2.3.1
Fixed In: 2.3.3


1 Comments

I don't even want to explain how complicated this get. Ultimately had to add a COALESCE() MySQL call into the join statement for item markers and begin storing database ids with the markers. Not fun. <_<