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 »

Oh, no problem haha.

I kinda didn't understand why you said I abandoned it. :')

Quick question tho.
I was just linking in a post on my forum to my FAQ. where I get this link:

Code: Select all

https://talkatastic.be/forum/?w3=YXBwLnBocC9oZWxwL2ZhcQ==
But when I want to click on that link or just enter the link in a new tab, it says the link doesn't exist. Is it because I need to do something or?
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 »

:shock: :shock: :shock:

Take your original overall_header.html
and remove the actual.
You added the code of the overall_header within the tag title, that is also not closed, so you messed up when added the code!

Code: Select all

<title>
<script>
This is absolutely WRONG!
You need to add the javascript overall_header.html code, immediately after the closing tag

Code: Select all

</title>
AND NOT
within/inside it!
Correct is:

Code: Select all

<title> .... </title>
<script>
// START MANDATORY CHANGES
...
// END force w3all to iframe redirect
</script>
....
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 »

Oh damn, I put it there because I read the following on your page.
Open with a text editor your phpBB template file overall_header.html and immediately after the <title> tag add the following code:
I'll fix it now.
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 »

:o going to fix also then ...
Open with a text editor your phpBB template file overall_header.html and immediately after the closing </title> tag add the following code:
changed/fixed.

[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 »

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: 2883
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
Post Reply