Page 3 of 8

Re: Last topic widget + registration redirect to iframe

Posted: Wed Feb 19, 2020 9:01 am
by Dysphoria
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.

Re: Last topic widget + registration redirect to iframe

Posted: Wed Feb 19, 2020 9:10 am
by axew3
To better say, the value is correctly pushed, but when you open direct real url, after you paste the url in browser

Code: Select all

https://talkatastic.be/board/app.php/help/faq
or
pushed url:

Code: Select all

https://talkatastic.be/forum/?w3=YXBwLnBocC9oZWxwL2ZhcQ==
it by the way return page not found ... so stupid/strange ...

here it is:

Code: Select all

https://www.axew3.com/w3/forum/?coding=YXBwLnBocC9oZWxwL2ZhcQ==
and base 64 YXBwLnBocC9oZWxwL2ZhcQ== is the same
[EDITED]

Re: Last topic widget + registration redirect to iframe

Posted: Wed Feb 19, 2020 9:50 am
by Dysphoria
Yeah, I saw earlier. :) I don't get any wiser from it honestly haha.

Re: Last topic widget + registration redirect to iframe

Posted: Wed Feb 19, 2020 11:56 am
by axew3
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:

Code: Select all

https://talkatastic.be/board/app.php/help/faq/app.php/help/faq
that's of course wrong, it need to be/return:

Code: Select all

https://talkatastic.be/board/app.php/help/faq
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?

Re: Last topic widget + registration redirect to iframe

Posted: Wed Feb 19, 2020 12:15 pm
by Dysphoria
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.

Re: Last topic widget + registration redirect to iframe

Posted: Thu Feb 20, 2020 4:40 pm
by axew3
... 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.