blank screen if posting by quick reply

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jcodemasters
    New Member
    • Aug 2006
    • 24
    • 3.6.x

    blank screen if posting by quick reply

    Hello all,
    after upgrading my forum from vb 3.6.0 to 3.6.1 i am getting quick reply problem.. whenever user post a reply from quick reply.. all user sees the blank screen.. I have uploaded the recent patch but still have same problem.. I have also created support ticket.. they sent me some instruction.. I followed them but no luck..

    I asked from a guy who has also 3.6.1 and he said to me i am also getting same problem..

    Can anyone help me here!

  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    I don't have this problem on my test forum.

    Do you have this problem on the default style? Do you have any file hacks or plugins installed?

    Comment

    • jcodemasters
      New Member
      • Aug 2006
      • 24
      • 3.6.x

      #3
      I have modified the default template.. but i never touched with that part.. only header and footer customized and changed color.. yes i have mods installed..

      Comment

      • Jake Bunce
        Senior Member
        • Dec 2000
        • 46598
        • 3.6.x

        #4
        Since I can't reproduce it and you have mods installed, the first step is to reproduce the problem on your forum without any mods. If the problem goes away then we know the problem it caused by a customization.

        Comment

        • jcodemasters
          New Member
          • Aug 2006
          • 24
          • 3.6.x

          #5
          hi again,
          those who have still problem of quick reply in firefox then use this solution..

          Find this code in postbit_legacy :
          Quote:
          <if condition="!$GLOBALS['FIRSTPOSTID']">

          Replace with :
          Quote:
          <if condition="(!$GLOBALS['FIRSTPOSTID'] and !$GLOBALS['vbulletin']->GPC['ajax'])">
          Originally Posted by Farjad

          say thanks to Farjad..
          Note: this will only work if you have added adsense code after first post.

          Comment

          • VTXCafe.com
            Member
            • Jul 2005
            • 75
            • 3.8.x

            #6
            I tried this edit here and got the blank screen described. I looked for the above mentioned text and it's not in my postbit legace file.

            Any ideas?

            Comment

            • Jake Bunce
              Senior Member
              • Dec 2000
              • 46598
              • 3.6.x

              #7
              This person say the fix works, but I have never tested it. I think I saw something about this on www.vbulletin.org too, so you might try posting over there too. Otherwise I can only recommend that you remove the banner code that is causing the problem.

              Comment

              • Rick Horwitz
                Senior Member
                • Apr 2000
                • 361
                • 3.8.x

                #8
                Originally posted by jcodemasters
                hi again,
                those who have still problem of quick reply in firefox then use this solution..

                Find this code in postbit_legacy :
                Quote:
                <if condition="!$GLOBALS['FIRSTPOSTID']">

                Replace with :
                Quote:
                <if condition="(!$GLOBALS['FIRSTPOSTID'] and !$GLOBALS['vbulletin']->GPC['ajax'])">
                Originally Posted by Farjad

                say thanks to Farjad..
                Note: this will only work if you have added adsense code after first post.
                This worked for me, but I do not have adsense after the first post...

                The blank screen issue just appeared last week, when Firefox updated to 2.0.0.7. Only my moderators were having the problem.

                With the code change, all is well.

                Thanks!

                Comment

                • Rick Horwitz
                  Senior Member
                  • Apr 2000
                  • 361
                  • 3.8.x

                  #9
                  I apologize. I do have "adsense after first post" installed. Since I can't see it, I forgot all about it.

                  Anyway, the code you gave worked for some users, but not for others. I removed the adsense code completley for now.

                  Comment

                  • Cristi_XP
                    Member
                    • Dec 2007
                    • 88
                    • 3.6.x

                    #10
                    the code worked for me also,and I have also adsense in first post...
                    Last edited by Cristi_XP; Wed 26 Nov '08, 6:43pm.

                    Comment

                    • zendiver
                      Member
                      • Sep 2004
                      • 73
                      • 3.5.x

                      #11
                      Originally posted by jcodemasters
                      hi again,
                      those who have still problem of quick reply in firefox then use this solution..

                      Find this code in postbit_legacy :
                      Quote:
                      <if condition="!$GLOBALS['FIRSTPOSTID']">

                      Replace with :
                      Quote:
                      <if condition="(!$GLOBALS['FIRSTPOSTID'] and !$GLOBALS['vbulletin']->GPC['ajax'])">
                      Originally Posted by Farjad

                      say thanks to Farjad..
                      Note: this will only work if you have added adsense code after first post.
                      I am having the same issue, but with ver 3.6.8, just recently upgraded from 3.5.4. I don't see this code in the postbit_legacy template. Anyone else having this issue with this version?
                      Check out my latest Dive Videos.
                      Spend your surface interval at www.zendiving.com

                      Comment

                      • eJM
                        Senior Member
                        • Sep 2004
                        • 916
                        • 3.8.x

                        #12
                        I have had intermittent issues when using FireFox that have persisted through the last several versions of FireFox. I used the above replacement code in my postbit template (I don't use postbit_legacy) and tested it by using the Quick Reply for replies to several different locations in a thread. I have not gotten any white screens. That doesn't mean that the problem was fixed, because I haven't tested every post location, but I will know within a week or two, I'm sure. I am optimistic that this corrected the problem.

                        Thank you for posting it.

                        Jim
                        If my post was helpful to you, please take the time to register at my forum and ask a question you've always wanted to know about floors.
                        www.TheFloorPro.com

                        Comment

                        • zendiver
                          Member
                          • Sep 2004
                          • 73
                          • 3.5.x

                          #13
                          I did a search in ALL the templates for that code and it came up empty.
                          Check out my latest Dive Videos.
                          Spend your surface interval at www.zendiving.com

                          Comment

                          • eJM
                            Senior Member
                            • Sep 2004
                            • 916
                            • 3.8.x

                            #14
                            Are you using a custom style? Did you inadvertently leave a space at the end of your search phrase? Did you break the phrase down into smaller parts to see if it came up? Try searching for "GLOBALS['FIRSTPOSTID'" (without my quote marks).

                            You should look ONLY in the postbit templates, not all templates.

                            Jim
                            If my post was helpful to you, please take the time to register at my forum and ask a question you've always wanted to know about floors.
                            www.TheFloorPro.com

                            Comment

                            • zendiver
                              Member
                              • Sep 2004
                              • 73
                              • 3.5.x

                              #15
                              tried several just one worders also: $GLOBALS

                              I have found that it is because I didn't do the Google Adsense the same as everyone else. Mine looks like this:

                              {snippit}
                              Code:
                              <if condition="!$bbuserinfo['field15']">
                                  <if condition="($post[postcount] % $vboptions[maxposts] == 1)">
                              {/snippit}

                              I have now added code referenced here to look like the following:
                              {snippit}
                              Code:
                              <if condition="!$bbuserinfo['field15']">
                                  <if condition="($post[postcount] % $vboptions[maxposts] == 1 AND !$GLOBALS['vbulletin']->GPC['ajax'])">
                              {/snippit}

                              and this seems to have made a difference so far....still testing it.

                              I have added functionality to where certain member groups can turn off/on the Google Ads from their UserCP
                              Check out my latest Dive Videos.
                              Spend your surface interval at www.zendiving.com

                              Comment

                              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                              Working...