Leinad4Mind wrote:Works on 3.0.6?
best regards
Code: Select all
gen_sort_selects($limit_days, $sort_by_text, $sort_days, $sort_key, $sort_dir, $s_limit_days, $s_sort_key, $s_sort_dir, $u_sort_param);
Code: Select all
gen_sort_selects($limit_days, $sort_by_text, $sort_days, $sort_key, $sort_dir, $s_limit_days, $s_sort_key, $s_sort_dir, $u_sort_param, $default_sort_days, $default_sort_key, $default_sort_dir);
Code: Select all
'PAGINATION' => generate_pagination(append_sid("{$phpbb_root_path}viewforum.$phpEx", "f=$forum_id&$u_sort_param"), $topics_count, $config['topics_per_page'], $start),
Code: Select all
'PAGINATION' => generate_pagination(append_sid("{$phpbb_root_path}viewforum.$phpEx", "f=$forum_id" . ((strlen($u_sort_param)) ? "&$u_sort_param" : '')), $topics_count, $config['topics_per_page'], $start),
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),
Code: Select all
'U_ALL_TOPICS' => append_sid("viewforum.$phpEx", "f=$forum_id&letter=&st=$sort_days&sk=$sort_key&sd=$sort_dir"),
Mine is fine after updating to 3.0.6, how did you update?i2Paq wrote:This is also missing in my 3.0.6, I have changed and uploaded all the files and deleted all cache etc.
Template is prosilver, no other mods installed.
I have a clean 3.0.6 install and then added this mod.Mixstar wrote:Mine is fine after updating to 3.0.6, how did you update?i2Paq wrote:This is also missing in my 3.0.6, I have changed and uploaded all the files and deleted all cache etc.
Template is prosilver, no other mods installed.