harryworld (@harryworld)

Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • @harryworld

    Member

    I made use of a plugin to add tags

    function allow_more_tags( $tags ) {

    $tags = array(‘style’ => array());

    $tags = array(‘style’ => array());

    return $tags;

    }

    add_filter( ‘bb_allowed_tags’, ‘allow_more_tags’ );

    In reply to: localizing plugins

    @harryworld

    Member

    I tried that also.

    but cannot succeed, any clue?

    @harryworld

    Member

    I found that it is as simple as to add the <p> tag to the allowed tags

    @harryworld

    Member

    I also need help with the same issue.

    I use Chinese characters, but I saw that all special characters including space will be stripped out, is there any work around solution?

    @harryworld

    Member

    I am with you horrorshow.

    I use WPMU a lot, but the support on plugins and documentation is far from enough. There seems no official support except the core of WPMU.

    In the past few releases, donncha would merge the equivalent WPMU version after the single version was out for several days.

    @harryworld

    Member

    By the way, I didn’t install any plugin for integration on either side

    @harryworld

    Member

    horrorshow,

    Thanks for the detailed instructions. After,

    1. modifying the config.php as you stated above

    2. modifying bb_cookie() by not sending the time to setcookie()

    I am able to login and logout on either side, in any sequence.

    One more thing that I have notified (even not serious, but worth mentioning), is that if

    1. login on either side

    2. logout on WPMU

    3. visit bbPress, the first time will show up the user is still logged in

    4. refresh the page, or visit any page, it shows the user NO LONGER logged in

    I guess there may be some logic missing in bbPress for checking the existence of cookie and clear the session, on the first attempt.

    @harryworld

    Member

    Sorry for misleading.

    I mean I got a similar case as you do, thus case 2

    and thanks for the link.

    @harryworld

    Member

    horrowshow,

    I tried your settings, and it’s funny that if you login on either on side, you cannot log out on the other side.

    If I login WPMU first, I can only logout through WPMU.

    @harryworld

    Member

    I am currently using the version of 0.8.3.1, the version is still not solved by the above method. Any idea?

    ixray2, what version of bbpress are you using?

    In reply to: Integration questions

    @harryworld

    Member

    zappoman,

    Thanks for your sharing. I am exactly looking for the features. Could I help somehow to make this work? (Even I’m quite new to bbPress :P)

    You may send me an email at harryworld(at)gmail(dot)com

Viewing 11 replies - 1 through 11 (of 11 total)