Forum Replies Created
-
In reply to: Paragraph tag after TinyMCE
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 pluginsI tried that also.
but cannot succeed, any clue?
In reply to: Paragraph tag after TinyMCEI found that it is as simple as to add the <p> tag to the allowed tags
In reply to: Registr with Non-English characters ?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?
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.
By the way, I didn’t install any plugin for integration on either side
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.
In reply to: WordPress/BBPress Single Sign OnSorry for misleading.
I mean I got a similar case as you do, thus case 2
and thanks for the link.
In reply to: WordPress/BBPress Single Sign Onhorrowshow,
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.
In reply to: Having trouble integrating WP functionsI 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 questionszappoman,
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 )
You may send me an email at harryworld(at)gmail(dot)com