Viewing 9 replies - 1 through 9 (of 9 total)
  • ditto

    Plugin Author Marko-M

    (@marko-m)

    Yes there is a problem with sidebar widget. I’m working on it, new version should be up soon (1 hour max). Thanks for reporting

    Plugin Author Marko-M

    (@marko-m)

    Quick Chat 4.01 version with fix for this is out. Please mark as solved and QC version as “working” if 4.01 works for you. And thanks again for reporting error.

    Thread Starter jkrauer

    (@jkrauer)

    it works ?? thanks

    Plugin Author Marko-M

    (@marko-m)

    No problem, sorry for this. The thing is that Quick Chat has many features now and it happens I forgot to check some of them for regressions after implementing something new. I do publish beta and RC versions here but usually nobody reports feedback until something unfortunate like this happens. Quick Chat is getting big with code and features and it’s really handful to work on it now. Enjoy!

    confirmed fixed. thanks

    I still have problem. After update WordPress and QuickChat the QuickChat doesn’t work.

    Fatal error: Call to a member function quick_chat() on a non-object in /homez.420/…/sidebar-right.php on line 20

    on line 20 I have this code:
    <?php echo $quick_chat->quick_chat(400, 'default', 1, 'left', 0, 0, 1, 1, 1, 1); ?>

    Plugin Author Marko-M

    (@marko-m)

    Hello,
    this should work for using PHP to include chat box:

    <?php
    global $quick_chat;
    echo $quick_chat->quick_chat(400, 'default', 1, 'left', 0, 0, 1, 1, 1, 1);
    ?>

    Notice extra global $quick_chat;. Please report back and I’ll update FAQ question and answer. Thanks.

    Regards,
    Marko

    Hi,
    Now it’s working ??

    Thanks,
    Krystian

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Quick Chat] Doesn't work’ is closed to new replies.