--- ./modules/forum.module 2004/03/14 17:07:31 1.1.1.1 +++ ./modules/forum.module 2004/03/14 20:36:19 @@ -162,6 +162,10 @@ if ($next) { $links[] = l(t('next forum topic'), "node/view/$next->nid", array('title' => $next->title)); } + + if ($node->nid && ($new = _forum_new($node->tid, $node->nid))) { + $links[] = l(t("next new topic"), "node/view/$new"); + } } return $links;