Forum Replies Created
-
So far Groups and Members.
I should note that only twice would the newly created Categories come back with a capitalized letter after being submitted.
Quirk?
Yeah group integration would help the communities who are within those groups share more information.
@JeffSayre, you just blew my mind. Great idea.
@BurtAdsit. Awesome! I use both plugins and it would be great to see them come together!
Worked great for me! Running BP1.0.1 and MU 2.7.1. This is a great plugin @burtadsit. I’ve already gone through and added my group categories and some blog categories. One peculiar thing that happens is that the case of the text is not be honored when submitting new categories. If I type ‘Politics’ it will add it as ‘politics’. I would like the first letter of the word to be capitalized. Should I apply a CSS transform on the display widgets or is this just a bug?
I think this is important. I have a very high bounce rate on my registration page. It would be nice to have it integrated with inviteFriends when they hit a 1.0 release.
Same problem as @svenl77
Right there with you @Anointed. Im using it on my site and it’s bug free so far.
And mine! I think it probably is.
Great job @Burt!
Received this error when posting a new tag to a group as admin:
<br />
string(60) "http://modestobuzz.com/groups/modesto-area-disk-golfers/edit"<br />
Warning: Cannot modify header information - headers already sent by (output started at /home/chedstone/webapps/modbuzz/wp-content/plugins/oci-contents/oci-contents.php:292) in /home/chedstone/webapps/modbuzz/wp-includes/pluggable.php on line 856<br />Blank page with the above text on it. The tag was still added though.
Running BP 1.0 and WPMU 2.7.1
@M, @BeLogical – we want twitter plugin, we want twitter plugin, hehe.
Hey this plugin rocks. I’m testing it now. Other people should come by and test too …SO COOL!
Very Cooool! You’re spoiling us man!
Love your chat plugin too! Interesting to see how it works when there is someone online to chat with. Hehe. Where did you find that plugin?
Works like a charm. Loading the Twitter page seemed to be a bit slow for me.
Looking forward to your release jedi @M
Agreed!!! Life doesn’t just happen textually
cool man!
I’m curious as well.
This sounds GREATTTT!!!!!
Hey @Nicola. I tried
function my_allowed_tags($allowedtags){
$allowedtags .= <img>;
return $allowedtags;
}
add_filter( \'edit_allowedtags\', \'my_allowed_tags\' );
add_filter( \'bp_get_activity_content\', \'my_allowed_tags\' );
add_filter( \'bp_get_wire_post_content\', \'my_allowed_tags\' );It didn\’t work because i didnt have quotes around <img> so i tried
$allowedtags .= \'<img>\';and
$allowedtags .= \'img\';but no dice! the last one did show \’img\’ in the wire when
<img src=\"http://whatever.com/image.jpg\">was published.
@Gpo1 Am I correct in guessing that both of these options are not available at the current moment?
Thanks Nicola. I will try that. I do have your Tiny MCE editor plugin installed but it does not support images from what I can see.
Thanks
That’d be cool.
Thanks Andy. Works great!