Page 2 of 8
Re: Last topic widget + registration redirect to iframe
Posted: Wed Feb 19, 2020 8:05 am
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?
Re: Last topic widget + registration redirect to iframe
Posted: Wed Feb 19, 2020 8:16 am
by axew3
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!
This is absolutely WRONG!
You need to add the javascript overall_header.html code,
immediately after the closing tag
AND NOT
within/inside it!
Correct is:
Code: Select all
<title> .... </title>
<script>
// START MANDATORY CHANGES
...
// END force w3all to iframe redirect
</script>
....
Re: Last topic widget + registration redirect to iframe
Posted: Wed Feb 19, 2020 8:31 am
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.
Re: Last topic widget + registration redirect to iframe
Posted: Wed Feb 19, 2020 8:36 am
by axew3
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]
Re: Last topic widget + registration redirect to iframe
Posted: Wed Feb 19, 2020 8:40 am
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.
Re: Last topic widget + registration redirect to iframe
Posted: Wed Feb 19, 2020 8:47 am
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