on page-forum.php (or whatever you named) there is this code beofre to push url:
// (may redudant) check //
var w3ck = /[^-0-9A-Za-z\._#\:\?\/=&%]/ig.exec(w3all_passed_url);
if(w3ck !== null){
w3all_passed_url = ”;
}
try to remove these lines above and test please.
After the url is pushed via the subsequent:
history.pushState(w3all_passed_url_push, ‘Forum page’, w3all_passed_url_push);
It fail in some way?
dont work. it come back on main page of forum.