Page 3 of 8

Re: url segments not propagating

Posted: Fri Nov 04, 2016 2:26 pm
by mikotoiii
So it's looking like, in my case anyway, that the urls are being generated correctly, and the history.replaceState is working because I can access my page, and it does create a proper history that I can then navigate both back and forward. It doesn't seem to be updating the url though. Still looking more into it but currently stumped on why it's not updating the url.

Re: url segments not propagating

Posted: Fri Nov 04, 2016 4:39 pm
by axew3
Hello! we speak about URL in iframe mode, that should be updated on address bar when navigating forum's links inside iframe.
that the urls are being generated correctly, and the history.replaceState is working because I can access my page,
the

Code: Select all

history.replaceState
history.replaceState in used to update the address bar link, to the actual clicked link on phpBB inside the iframe (it just try to give an idea on how to work about, and need to be reviewed as said (as soon i can) as it fail on some case, like in ucp, and some other link on forum. It fail because the code lack. There are links that have not been added but for main links it should work.
The WP page forum work also if this thing fail, you can access your embedded forum page and navigate it, but links on main window that contain the iframe (the WP page) will not contain the rewrite URL.

It is strange that history.replaceState not work. If any update or some new please post and if any question just post!
I will finish these days with a new plugin and i will take a deep look into WP_w3all phpBB and URL issues, more generally about all JS inside the page-forum.

Re: url segments not propagating

Posted: Sat Nov 05, 2016 1:13 pm
by floxshifu
axew3 wrote:Hello! we speak about URL in iframe mode, that should be updated on address bar when navigating forum's links inside iframe.
that the urls are being generated correctly, and the history.replaceState is working because I can access my page,
the

Code: Select all

history.replaceState
history.replaceState in used to update the address bar link, to the actual clicked link on phpBB inside the iframe (it just try to give an idea on how to work about, and need to be reviewed as said (as soon i can) as it fail on some case, like in ucp, and some other link on forum. It fail because the code lack. There are links that have not been added but for main links it should work.
The WP page forum work also if this thing fail, you can access your embedded forum page and navigate it, but links on main window that contain the iframe (the WP page) will not contain the rewrite URL.

It is strange that history.replaceState not work. If any update or some new please post and if any question just post!
I will finish these days with a new plugin and i will take a deep look into WP_w3all phpBB and URL issues, more generally about all JS inside the page-forum.
Great :D thank you!

url segments not propagating

Posted: Tue Nov 08, 2016 6:48 am
by danyami
When someone posts a URL why does it not show in blue and you cannot click on it to bring it up? Thanks...

Re: url segments not propagating

Posted: Tue Nov 08, 2016 7:59 am
by axew3
like this?
http://www.fsf.org/
or you speak about internal phpBB links?

Re: url segments not propagating

Posted: Tue Nov 08, 2016 10:33 am
by floxshifu
Hi, to see the issue please check here on my board (register is not needed) :

https://monsieursarcastique.fr/forums (this the iframe embedded) and go click on this forum link : "Espace Jeux". You'll see that the link is not working, BUT, if you check via the normal url (without iframe) on https://monsieursarcastique.fr/forum, you'll see the url is working correctly.

Hope I could help you :)