Forum Replies Created
-
Allowing if someone wants to post an image to a wire with the <img> tag, it wont get striiped out and so it will show up in the activity feeds
I added this to my bp-custom.php hoping it would fix my issue.
<?php
function my_allowed_tags($allowedtags){
$allowedtags['img'] = array();
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' );
?>I will take a look. Thanks for your help John.
Well, I should say I was trying to apply this technique to the Wire to allow img tags. No dice though. Any help would be great
Unfiltered MU did not work for me. I will try what you originally suggested, Burt
Could you point me in the right direction in adding a new activity feed filter?
Haha, yea. Not sure why not either.
WOOTY WOOOO
Great contribution! I just don’t want to have to modify my core files yet.
I’d be interested.
Also, not using All-in-One SEO. Should I create a different header include?
The events page…that might be a bug in the version of the plug-in I’m using. It’s not meant for live sites but works ok enough at this point.
The TubePress plug-in is available site-wide. All I had to do was activate it site-wide.
I include the header file in the buddypress-member template directory ‘header.php.’ It uses a function: bp_page_title()
<title><?php bp_page_title() ?></title>Does this function not take into account the actual title of the page as defined in the page editor?
@hyrxx the latest version on his site still doesn’t allow the plugin to work with other users besides admin. im using trunk 1335, which is supposed to be compatible. im really excited for this plugin and the plugin writer dave said he is going to wait until there is another release (ie RC2). Not sure when that will be but I’d love some help in the meantime from someone if they knew what was happening.
Thanks a lot!
VERY NICE!
EXCELLENT!
GREAT NEWS Erwin. Really appreciate all your hard work. I think this feature will definitely DEFINITELY help motivate more group activity, etc.
Would someone mind sharing how this was fixed? That would be great! I just upgraded to the latest trunk. Is this a known issue? If so when will it be fixed? Should I replace it with the older version i have (RC-1)?
Help pls
works great!
I’ll chip in for this project too!!! @gpo1
I’d love to see this too! People love the wire!