Closed (duplicate)
Project:
Drupal core
Version:
4.7.3
Component:
forum.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2006 at 15:09 UTC
Updated:
12 Sep 2006 at 15:39 UTC
If I go to a forum on one of my sites, and view a forum page, there is the "Active Discussions" link, which should just show current/recent forum posts in that forum, but instead it links to the /tracker page which in turn lists all recent content (including non-forum content types). This is a bit confusing because the link is within the forum.
Any ideas on how to either remove this link, or restrict it to show only recent activity in that forum?
Comments
Comment #1
webchickDuplicate of http://drupal.org/node/83190
You can override these links by implementing a custom theme_forum_display function.