open page-forum.php (or whatever you named it)
search for:
Code: Select all
if (w3all_pass_login_out == true) {
window.location.replace('".$w3allhomeurl."/index.php/".$wp_w3all_forum_folder_wp."/');
}
Code: Select all
var w3all_kk = (w3all_passed_url.indexOf('viewtopic.php') > -1);
if (w3all_kk == false) {
window.scrollTo(0, 200);
}
Code: Select all
window.scrollTo(0, 200);
It has already been added into this running install.
Finally, i've discover it is more easy to remove the scroll behavior for events where it need to not fire, that are only few, instead the contrary!