Skip to:
Content
Pages
Categories
Search
Top
Bottom

Bowob chat plugin bug resolved


  • leguis
    Participant

    @leguis08

    The lastest version of bowob plugin 5.7 (like facebook footerchat) is not compatible with wp 3.0.1 but y resolved the bug changing a few lines in the bowob plugin code.
    First go to http://bowob.com and download the plugin for wordpress, install and open the editor page for bowob plugin, Open /bowob.php
    change this line:
    wp_redirect($bowob_blogurl . “/index.php”);
    for this:
    wp_redirect($bowob_blogurl “/activity”);

    Three lines after. change this line:
    wp_redirect($bowob_blogurl . “/wp-login.php?redirect_to=” . (($bowob_pageperma) ? “bowob” : “?page_id=” . $bowob_pageid));
    for this:
    wp_redirect(“/wp-login.php?”);
    Voila!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same problem as bowob it is not working and I made this changes but now I am taking the message that plugin cant activate because of a problem : Parse error: syntax error, unexpected ‘;’ in /home2/lifeisw1/public_html/wp-content/plugins/bowob.php on line 112

    wp_redirect($bowob_blogurl “/activity”);
    exit();
    }

    function bowobs_redirect_login(){
    global $bowob_pageperma, $bowob_pageid, $bowob_blogurl;

    wp_redirect(“/wp-login.php?”);
    exit();
    }


    leguis
    Participant

    @leguis08

    Did you have buddypress cubepoints activate? Bowob plugin makes conflict with cubepoints if is network activate. I donĀ“t know why.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bowob chat plugin bug resolved’ is closed to new replies.
Skip to toolbar