Page 1 of 1
Redirect banners using firefox does not work

Posted:
Fri Feb 29, 2008 2:56 pm
Author: Angelus
Your phpBB Version: 2.0.19
phpBB Type: Integramod 140
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://das-bemalforum.de PHP Version: MySQL Version: What was done before the problem appeared? What was done to try to solve the problem? De.scription and MessageHi,
one of my users mentioned that the redirect of the banners does not work automatically using firefox.
If you click on a banner (using Internet Explorer) you will be redirected to the linked site. But if you use Firefox there is only the message "If you page does not show shortly, please click Here to go to the requested URL".
If you click on "Here" the linked site will open. Is this a problem with firefox?
Greetings
Thorsten
Re: Redirect banners using firefox does not work

Posted:
Fri Feb 29, 2008 5:43 pm
Author: Helter
i am pretty sure this bug was fixed in 141, but I dont remember what the fix was. Try searching the archive site
http://www.integramod.com/home/search.php
Re: Redirect banners using firefox does not work

Posted:
Sat Mar 29, 2008 4:58 am
Author: Angelus
Hi,
so I tried searching a fix but could not find one. I also have a test update 140 -> 141. But there I have the same problem.
In firefox I get this error message:
document.all.jumplink.click is not a function
setTimeout("document.all['jumplink'].click();",100);
Greetings
Thorsten
Re: Redirect banners using firefox does not work

Posted:
Sun Sep 28, 2008 4:51 pm
Author: Allen
I am also having the same issue with a 141 version. Redirect will not work. I am trying to put together an advertising campaign and cannot get the redirect to work with firefox. It does work with explorer.....
Help
Re: Redirect banners using firefox does not work

Posted:
Mon Sep 29, 2008 12:57 am
Author: Helter
replace templates/all installed templates/redirect.tpl with this
Re: Redirect banners using firefox does not work

Posted:
Mon Sep 29, 2008 8:51 am
Author: Angelus
Hi,
I made a file compare and this is exactly the same file that I use.
Greetings
Thorsten
Re: Redirect banners using firefox does not work

Posted:
Mon Sep 29, 2008 12:17 pm
Author: Allen
Still getting the same page after clicking a banner.
"If you page does not show shortly, please click Here to go to the requested URL"
As a matter of fact neither my redirect.tpl or you redirect.tpl are titled in blue as other tpl files show.
Re: Redirect banners using firefox does not work

Posted:
Mon Sep 29, 2008 12:39 pm
Author: Allen
Here is the address I see when I click on a link in our links.php
http://www.mywebsite.com/links.php?action=go&link_id=10The links forum works fine with firefox
Here is the address I get when I click on a banner from the styles admin banner.
http://www.mywebsite.com/redirect.php?banner_id=15This address does not work in firefox This is the page I get with this address.
"If you page does not show shortly, please click Here to go to the requested URL"
Re: Redirect banners using firefox does not work

Posted:
Mon Sep 29, 2008 5:40 pm
Author: Helter
what template are you using? That file works correctly in FF2 and 3, and IE7 in fisubice and Integra2
http://www.forumimages.co.uk/IM141/index.php
Re: Redirect banners using firefox does not work

Posted:
Tue Sep 30, 2008 9:37 am
Author: Allen
I see the system is working on your site. I am using the integra2 template, still not opening the page with firefox on my site.
Re: Redirect banners using firefox does not work

Posted:
Tue Sep 30, 2008 9:42 am
Author: Allen
If you page does not show shortly, please click Here to go to the requested URL
Angelus your site does the exact same as my version 141f
Re: Redirect banners using firefox does not work

Posted:
Tue Sep 30, 2008 2:17 pm
Author: Helter
it has to be a cache or cookie issue.
Re: Redirect banners using firefox does not work

Posted:
Tue Sep 30, 2008 7:15 pm
Author: Allen
Ok, I have tested this on different computers so where do I start with the cache. I have cleared the portal cache and I have already run the cookie mod in the past. I would really like this to function for me. Please let me know what to do.
Re: Redirect banners using firefox does not work

Posted:
Tue Sep 30, 2008 10:39 pm
Author: Helter
be sure your cookie domain is set to
.yoursite.com
dont forget the dot at the beginning
delete your styles cache in acp/eXtreme Styles/manage cache
Re: Redirect banners using firefox does not work

Posted:
Wed Oct 01, 2008 3:46 am
Author: Allen
Cookie domain was correct and I cleared the cache.
Also cleared my comps cache and .... No Change.
Re: Redirect banners using firefox does not work

Posted:
Wed Oct 01, 2008 8:43 am
Author: Angelus
Hi Helter,
I still have the problem:
cookie Domain: .das-bemalforum.de
And I deleted the cache of the only style I have.
Greetings
Thorsten
Re: Redirect banners using firefox does not work

Posted:
Wed Oct 01, 2008 3:19 pm
Author: Helter
what banner location are you using to get the banner to display in banner 16?
Re: Redirect banners using firefox does not work

Posted:
Wed Oct 01, 2008 11:13 pm
Author: Allen
I assume its numerical order for the banners. I was showing 20 banners, I turned one on to see what number it was and id=33. I did have all options being displayed by adding new banners. I would need to turn them all back on to determine which was in the 16 slot.
It does not matter which slot I add new banner to. everything from overall all the way down. firefox just does not take it. When the page comes up and says
- Code: Select all
If you page does not show shortly, please click Here to go to the requested URL
I can click the "here" link and it will take me to the designated site.
EDIT: I just checked my ver of fox and it says no new updates for version 3.0.3
Re: Redirect banners using firefox does not work

Posted:
Sun Nov 01, 2009 8:58 pm
Author: Allen
I never solved the actually issue so I rewrote the redirect.tpl with Html
Here is what I used to fix the redirect problem.
templates/xxxxxx/redirect.tpl
- Code: Select all
<html><head><meta><meta><title>Redirect</title></head><body><div>{MESSAGE}</div></body></html>
Re: Redirect banners using firefox does not work

Posted:
Mon Nov 02, 2009 10:03 am
Author: Angelus
Hi Allen,
your code works. Thanks alot for this!
Greetings
Thorsten