Code: Select all
'PAGINATION' => generate_pagination(append_sid("{$phpbb_root_path}viewforum.$phpEx", "f=$forum_id&letter=$letter" . ((strlen($u_sort_param)) ? "&$u_sort_param" : '')), $topics_count, $config['topics_per_page'], $start),
Thank you, I will try to release a new version as soon as possible.oddfish wrote:code change in 3.0.3 (the 'PAGINATION' => ... edit in viewforum.php) caused an issue. the Next page or 2, 3, 4 etc would not return correctly.
this works for me on both styles :cheers,Code: Select all
'PAGINATION' => generate_pagination(append_sid("{$phpbb_root_path}viewforum.$phpEx", "f=$forum_id&letter=$letter" . ((strlen($u_sort_param)) ? "&$u_sort_param" : '')), $topics_count, $config['topics_per_page'], $start),
oddfish.
ameeck wrote:I have submitted oddfish's change (and a few others) and hopefully, 1.0.4 will be released soon, giving you a functional version for phpBB 3.0.3, thank you for your ideas and tips.