Hello,
in the forum list we can view went they are new node but we can't view went they are new comment...
Thank you for your work
Hello,
in the forum list we can view went they are new node but we can't view went they are new comment...
Thank you for your work
Comments
Comment #1
michelleI don't understand this one.. When there's a new comment, it shows up as "N new". What is it you're wanting to see?
Michelle
Comment #2
ixeft commentedin global forum list :
- when they's new topic, it show up as "N new"
- when there's new comment, it's not show up as "N new" (that's the problem!)
in topic list :
- when there's new comment, it's show up as "N new"
I tried to explain better but I don't speak english very well, sorry ^^
Thank you!
Comment #3
maulwuff commentedI think I got it:
On the global list "N new" stands for
N new or updated topics
on a boards list "N new" stands for
N comments
Comment #4
ixeft commentedok! I have find solution, it need some modification in d6_compat.inc and advf-forum-list.tpl.php
in d6_compat.inc (l.124) :
in avdf-forum-list.tpl.php, please add :
after
<td class="posts">:D
Comment #5
michelleOk, I understand what you want, now. I can't use this as is because you are modifying the d6compat file but I will look at how to add this feature.
Thanks,
Michelle
Comment #6
robotjox commentedI can't get the above code to work sadly. It does put out some numbers, but not the number of new comments and forums that contain new comments since last visit do not get counted.
Comment #7
robotjox commentedA long time ago I submitted this code to g.d.o.: http://groups.drupal.org/node/7916
It was supposed to show icons for forums that contained new posts and/or new comments, but sadly it does not work anymore with the updated module.
I really really need this functionality - any thoughts of how to update my old code snippet to work with adv.forum?
edit: sorry if i should have created a new issue for this, i can if want me to :)
Comment #8
michellere #7, there already is an issue: http://drupal.org/node/244329
Michelle
Comment #9
michelleI've tentitively committed #4 to the D6 branch. I'm concerned about the speed of the query. I'd appreciate if someone could take a look at it and see if it can be optomized. I'm not sure this feature is worth the speed decrease.
Michelle
Comment #10
michelleOk, committed to both branches. It still is a performance problem for larger forums but I wrapped it in an advanced setting so it can be turned off if needed.
Michelle
Comment #11
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.