Take your time, it's not something urgent. Thanks in advance btw.
Yeah, I don't really get it either 'cause it's the only page where the link doesn't work, as far as I know of.
Last topic widget + registration redirect to iframe
-
- User ww
- Posts: 43
- Joined: Tue Feb 11, 2020 8:45 am
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Last topic widget + registration redirect to iframe
To better say, the value is correctly pushed, but when you open direct real url, after you paste the url in browser
or
pushed url:
it by the way return page not found ... so stupid/strange ...
here it is:
and base 64 YXBwLnBocC9oZWxwL2ZhcQ== is the same
[EDITED]
Code: Select all
https://talkatastic.be/board/app.php/help/faq
pushed url:
Code: Select all
https://talkatastic.be/forum/?w3=YXBwLnBocC9oZWxwL2ZhcQ==
here it is:
Code: Select all
https://www.axew3.com/w3/forum/?coding=YXBwLnBocC9oZWxwL2ZhcQ==
[EDITED]
-
- User ww
- Posts: 43
- Joined: Tue Feb 11, 2020 8:45 am
Re: Last topic widget + registration redirect to iframe
Yeah, I saw earlier. I don't get any wiser from it honestly haha.
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Last topic widget + registration redirect to iframe
Yeah ok, my Eng is Bat sorry ( like someone else use to sign himself at phpBB.com )
Find out the problem.
The result into your page-forum, of the passed url when FAQ page called, is this:
that's of course wrong, it need to be/return:
When page-forum loads, this setting in this case is setup with this value, i assume due to different links settings into phpBB, that aren't like on default. Need to be fixed.
For example, have you setup something into phpBB, to have the home of wordpress, into phpBB breadcrumb?
Find out the problem.
The result into your page-forum, of the passed url when FAQ page called, is this:
Code: Select all
https://talkatastic.be/board/app.php/help/faq/app.php/help/faq
Code: Select all
https://talkatastic.be/board/app.php/help/faq
For example, have you setup something into phpBB, to have the home of wordpress, into phpBB breadcrumb?
-
- User ww
- Posts: 43
- Joined: Tue Feb 11, 2020 8:45 am
Re: Last topic widget + registration redirect to iframe
Yeah, I have the website url on phpBB set to my homepage on wordpress. Is that the issue?
Other than that, there shouldn't be anything else in the breadcrumbs I added.
Other than that, there shouldn't be anything else in the breadcrumbs I added.
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Last topic widget + registration redirect to iframe
... released last 2.2.1 (after few hours from 2.2.0) to fix all and any possible reported problem.
Looking a while for your problem ... that's a problem that need to be resolved into iframe code or page-forum instead.
I see that you board links urls, are absolute urls ( absolute urls are http://..../index.php )
while normally, or not normally i do not know, like here into this install (or my local tests), phpBB urls are relative ( relative are ./index.php ) ...
will try to check/think how come out the problem in this case, i hope to reproduce since it is very easy to resolve problems, when you can get the error into an install that you can control/debug.
Looking a while for your problem ... that's a problem that need to be resolved into iframe code or page-forum instead.
I see that you board links urls, are absolute urls ( absolute urls are http://..../index.php )
while normally, or not normally i do not know, like here into this install (or my local tests), phpBB urls are relative ( relative are ./index.php ) ...
will try to check/think how come out the problem in this case, i hope to reproduce since it is very easy to resolve problems, when you can get the error into an install that you can control/debug.