vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Firefox Quick Reply Problem (https://vborg.vbsupport.ru/showthread.php?t=95119)

amykhar 08-26-2005 03:57 PM

Firefox Quick Reply Problem
 
I recently added an ad banner in the postbit. The banner is set up to show up in the last post on the page being viewed.

If I use QR now with firefox, the page hangs after I sumbit the reply and it tries to load the banner as the whole page for some odd reason.

In IE, it works just fine. The page shows and there is no ad in the last post unless you view thread again.

If I use the regular reply button in firefox, it works as well. I am redirected to the page and the ad shows.

I guess one fix would be for me to redirect members back to the forumdisplay page instead of their post - but I don't want to penalize people for a bug that seems to just affect firefox.

Also, my most active members won't have the problem because they don't have ad banners on their pages.

Any ideas on how I can fix this?

Amy

Chris M 08-26-2005 04:30 PM

Quote:

Originally Posted by amykhar
I recently added an ad banner in the postbit. The banner is set up to show up in the last post on the page being viewed.

If I use QR now with firefox, the page hangs after I sumbit the reply and it tries to load the banner as the whole page for some odd reason.

In IE, it works just fine. The page shows and there is no ad in the last post unless you view thread again.

If I use the regular reply button in firefox, it works as well. I am redirected to the page and the ad shows.

I guess one fix would be for me to redirect members back to the forumdisplay page instead of their post - but I don't want to penalize people for a bug that seems to just affect firefox.

Also, my most active members won't have the problem because they don't have ad banners on their pages.

Any ideas on how I can fix this?

Amy

Deny all firefox users from viewing your site, with a message like "Get Internet Explorer you rebel!" :p

Satan

Adrian Schneider 08-26-2005 04:35 PM

Quote:

Originally Posted by hellsatan
Deny all firefox users from viewing your site, with a message like "Get Internet Explorer you rebel!" :p

Satan

That leaves those who can't operate the quick reply!

Just kidding. :)

amykhar 08-26-2005 04:36 PM

I use firefox :p

amykhar 08-26-2005 04:38 PM

Thinking out loud here. I wonder if giving the google span an id and then figuring out how to set that puppy to not show right after a QR ajax update would work?

amykhar 08-26-2005 06:15 PM

Fixed it. :) I doubt anybody else will have this problem, but if you do, there's an easy solution.

In the function function qr_do_ajax_post(), slap this at the top of the function:
Code:

        if (!is_ie)
        {
                window.location.reload(true);
        }

No more page hangs. Whew!

Marco van Herwaarden 08-26-2005 08:55 PM

Hmm i think i actually have the same problem with ad-sense on a board i do. I have ad-sense after each first post, and i had also complaints about pages not loading after quick reply.

amykhar 08-30-2005 02:04 PM

Marco,
Scott gave me a better solution.

If we make sure that $vbulletin->GPC['ajax'] is not true before we show the ad, it should be ok.

Gryphon 08-30-2005 03:37 PM

Quote:

Originally Posted by amykhar
Marco,
Scott gave me a better solution.

If we make sure that $vbulletin->GPC['ajax'] is not true before we show the ad, it should be ok.

Can you detect that with template edits alone? I assume that $vbulletin->GPC['ajax'] is used via file edit?

Code:

<if condition="!$GLOBALS['FIRSTPOSTID'] && !$vbulletin->GPC['ajax']">

amykhar 08-30-2005 03:38 PM

It's a template conditional in the postbit template.


All times are GMT. The time now is 10:10 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02020 seconds
  • Memory Usage 1,736KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete