Right now there is no proper paging within a topic itself. On the topic list page, and the forum list page, paging works fine. This is because the advanced_forum_preprocess_advanced_forum_topic_header() method isn't properly initializing paging for the topic itself.

To fix this (Line 446):

// Pager
  pager_default_initialize($variables['node']->comment_count, variable_get('comment_default_per_page_' . $variables['node']->type));
  $variables['pager'] = theme('pager');

Comments

troky’s picture

Version: 7.x-2.0 » 7.x-2.x-dev
Priority: Major » Normal
Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.