Oct 12, 2017 8:37 pm
I'm sorry but we don't support ?v=x cases yet. In regular cases this should not be in URL. We'll take this under consideration in future versions. Please let us know, If changing of SERVER variable helps. We may add an option for this.
Oct 13, 2017 6:45 am
To make it work on my site, i just change line 242 in file "functions.php" after every update of wpforo:
old:
return $protocol . "://" . $_SERVER['HTTP_HOST'] . ($with_port ? $port : '') . $_SERVER['REQUEST_URI'];
new:
return $protocol . "://" . $_SERVER['HTTP_HOST'] . ($with_port ? $port : '') . (strpos($_SERVER['REQUEST_URI'], "?") ? substr($_SERVER['REQUEST_URI'], 0, strpos($_SERVER['REQUEST_URI'], "?")) : $_SERVER['REQUEST_URI']);
Jan 13, 2018 11:33 am
Issue still active in version 1.4.5
My solution still works (at least for me), just the line hast changed: Now it's in line 237
Jan 14, 2018 4:35 pm
As far as I remember your website is very specific, it has ?a=b Get variable in each page URL. So will your solution also work on regular websites? Have you tested for standard permalinks?
Page 2 / 2
Prev