Page 2 of 8
Re: url segments not propagating
Posted: Thu Nov 03, 2016 11:46 am
by mikotoiii
Just as an addendum to my last post, on my live environment, the link opens inside the iframe, and works just like the acp if you don't add the resize js to it. The link opens to the external site on your site.
Re: url segments not propagating
Posted: Thu Nov 03, 2016 11:47 am
by floxshifu
Hi,
Thank you for the answer. When I said the external links, I was speaking about the index page with forum link only, check the image :
http://i.imgur.com/PxYRVih.png
When i'm clicking on the link, it's only refreshing the page. And sometimes, some external links in my chatroom or in the topic are not working, and sometimes it's working. It's strange.
I hope I could help you to see the issue :/
Btw, thank you so much for your work on this plugin, it's really really good.
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
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
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
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...