Results 1 to 2 of 2

Reply/Quick Reply Posts Not Refreshing When Viewed on BlackBerry Smartphones

This is a discussion on Reply/Quick Reply Posts Not Refreshing When Viewed on BlackBerry Smartphones within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hey All, Need some help on this one. We run CrackBerry.com - biggest site for users of BlackBerry smartphones. Our ...

  1. #1
    Junior Member
    Real Name
    Kevin
    Join Date
    Mar 2007
    Posts
    1
    Liked
    0 times

    Reply/Quick Reply Posts Not Refreshing When Viewed on BlackBerry Smartphones

    Hey All,

    Need some help on this one. We run CrackBerry.com - biggest site for users of BlackBerry smartphones.

    Our mobile-friendly forums are at http://wapforums.crackberry.com

    Issue: Every since installing the VBSEO plugin, posting replies no longer works properly. The typical case is that you type a reply into the text field, hit reply, the browser "works"...and then nothing happens - the text still shows in the text field box as if a post was not made. However, the post was made... you have to manually refresh the page to see the new reply. This results in a lot of double posting as it appears no post has been made.

    AND - it only seems to be BlackBerry smartphones that are affected by this. When visiting the forums above with other mobile devices we seem to be ok. Could be something to do with the Berry browser.

    Is it possible to turn off the VBSEO on a per-style basis? Any other ideas?

    We troubleshooted everything we could and have searched for answers but to no avail. Comes down to if you Turn Off VBSEO then everything works properly. Turne it on and we get the issues above again.

    Thanks in advance for the help. Need to get this sorted!

    Kevin

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    weird. It's probably some cache problem related to the ajax request. Since vbseo contains STATIC url's, the device probably views it as the exact same thing and doesn't build the page again properly.

    I made a plugin that disables ALL plugins. It's slightly buggy, due to the fact that the htaccess still exists and runs.

    so, you'll see links as /forum/thread/ but when clicked it will end up on showthread.php?t=123


    add this plugin:

    product: vB
    hook: style_fetch
    code:
    Code:
    if (in_array($styleid, array(3)))
    {
       $obj =& vBulletinHook::init();
       $obj->pluginlist = array();
    }
    obviously replace 3 with your style id for mobile.


    Again, this disables ALL Plugins, not just vbseo...

Similar Threads

  1. Quick Reply Hang/Advanced Reply = 404
    By Rogue in forum Troubleshooting
    Replies: 4
    Last Post: 01-08-2008, 02:34 PM
  2. Bug with quick reply/reply
    By shakes in forum Bug Reporting
    Replies: 6
    Last Post: 07-19-2006, 06:13 PM
  3. quick reply
    By croportal in forum Troubleshooting
    Replies: 6
    Last Post: 03-02-2006, 09:33 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •