Last topic widget + registration redirect to iframe

Dysphoria
User ww
User ww
Posts: 43
Joined: Tue Feb 11, 2020 8:45 am

Re: Last topic widget + registration redirect to iframe

Post 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.
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Last topic widget + registration redirect to iframe

Post 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]
Dysphoria
User ww
User ww
Posts: 43
Joined: Tue Feb 11, 2020 8:45 am

Re: Last topic widget + registration redirect to iframe

Post by Dysphoria »

Yeah, I saw earlier. :) I don't get any wiser from it honestly haha.
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Last topic widget + registration redirect to iframe

Post 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?
Dysphoria
User ww
User ww
Posts: 43
Joined: Tue Feb 11, 2020 8:45 am

Re: Last topic widget + registration redirect to iframe

Post 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.
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Last topic widget + registration redirect to iframe

Post 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.
Post Reply