Closed (fixed)
Project:
Advanced Forum
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2011 at 09:00 UTC
Updated:
10 Oct 2011 at 23:11 UTC
Hi,
For some reason the Topic icons are not being showed as read after reading a topic (or marking all of them as read). Some icons do get changed to a read topic icon after selecting "Mark all as read" but not all, and none of the icons get changed when I read a topic. It works as it should if Advanced Forum is turned off.
The textlink "1 new" is working and after reading topic link it is gone but icon still indicates new replies.
I am using the Dev version from 2011-aug-12
Comments
Comment #1
henke001 commentedJust to give some more information, if I open a topic I can see "1 post / 1316107994 new" or something similar. This is for a post without reply/comment. In the topic list I think this might be the thing reflecting on the topic icon. The New/updated information and links do work though and only show when there is actually something new. This is very strange and the last thing in the way for me before I can move from phpbb3 to Advanced Forum.
Please, if anyone have a slightest idea, please let me know! Thanks!
Comment #2
henke001 commentedOh, now I see. It is printing the timestamp where it is supposed to print number of comments?
Comment #3
mcdruid commentedI've had a quick look at this, and I can reproduce the "1 post / 1316107994 new"-type problem when using nodecomments - with default Drupal comments this functionality seems to work fine.
I'll have a further look into what's going on.
Comment #4
mcdruid commentedTurns out nodecomment was not actually relevant.
I'd made a mistake committing the patch from #1138360: advanced_forum_reply_num_new() breaks when {history} cleared and you were right, a timestamp was mistakenly being added to the number of new comments.
Fixed and committed to 6.x-2.x branch.
Thanks for the report, and sorry about the error.