Icon for new comments in forum

Michelle - April 9, 2008 - 04:13
Project:Advanced Forum
Version:5.x-1.x-dev
Component:Styles
Category:task
Priority:normal
Assigned:Michelle
Status:duplicate
Description

This is a note to myself to take a look at http://groups.drupal.org/node/7916 so it doesn't get forgotten again.

Michelle

#1

robotjox - July 3, 2008 - 13:03

hehe, ok thanks for the pointer, Michelle - well, I guess I'll just cry for help here then, and hope that someone more skilled than me will take a look at the code and modify it to work with the current adv.forum.

I'm puzzled that not more people have requested this feature - it seems so common in other forum apps, and users across all my sites have asked me about it. I'm not sure this should be "theming" though, this is really a code request i think.

#2

Michelle - July 3, 2008 - 13:38

This module is mostly theming so it's a bit nebulous where it starts and ends. I don't use many other forums and, TBH, don't pay any attention to the icons when I do, so it's not a real high priority for me. I'll get to it eventually, though, if no one beats me to it.

Michelle

#3

robotjox - July 3, 2008 - 13:47

thanks for getting back so quick, Michelle and thanks for being honest too :)

it's not about the icons for me either - the important thing is for the user to be able to see if there is new activity in the forums. As it stands now a user can only see if there a new posts, not new comments, and I find it a bit too much to let people browse all forums to see if a forum has any activity.

But as always - love your modules and I use them all on several of my sites - thanks for contributing so much and being so quick to respond :)

#4

Michelle - July 3, 2008 - 13:56

Ah, yeah, the new comments thing is something I want to get fixed. Icons, to me, are just decoration, but it's annoying having it only show new nodes and not comments on the main list.

Michelle

#5

Soggydoughnuts - July 10, 2008 - 21:22

So does this module fix this issue? Has anyone confirmed it? Because it is something I would like to get changed as well.

-Donuts

#6

Michelle - July 15, 2008 - 14:19

No, it's not fixed. That's why it's still marked as active.

Michelle

#7

Michelle - July 15, 2008 - 14:33
Status:active» duplicate

Actually... Let's mark this one dupe. Since it goes along with http://drupal.org/node/238668

Michelle

#8

moksa - October 26, 2009 - 22:39
Component:Theming» Styles

Different icon, by forum, will be great too :)

++

#9

moksa - October 27, 2009 - 16:07

I found an easy way to do that, just add $id in the image name.

advanced_forum_theme_image(t($id.'-forum-folder-new-posts.png'), t('New posts folder'));

Something i don't understand. On Forum-list page (not topic-list page) the "new status" is given for new node only, not new comment too ? Because code seems to do that for both, but pratical, it only works for new node.

if ($forum->new_topics || $forum->new_posts) { ...

 
 

Drupal is a registered trademark of Dries Buytaert.