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 »

Okay, I changed it. Thanks for telling me.
But the FAQ link still doesn't work. Well, it kinda does work. I can go to it when I click on 'FAQ' in the phpBB menu, but when I copy the link in the url and post it in another tab, it still says the page doesn't exist. :)
User avatar
axew3
w3all User
w3all User
Posts: 2689
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Last topic widget + registration redirect to iframe

Post by axew3 »

little confused why it happen ... all seem to redirect correctly any direct passed link, while FAQ not push correct value into your ... so strange, i have to take a pause for something else, and i will return over this asap today ... so curious
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: 2689
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: 2689
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?
Post Reply