-
-
Is there any way to get all the activity stream from the current blog?
http://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
I’m trying it by hours and I can get it to work.
-
Alberto posted on the forum topic Avatars of member not showing in all blogs in the group How-To and Troubleshooting:
Yes, I found a ticket filled so I think It will be corrected on next version:
http://trac.buddypress.org/changeset/3141
For the moment, Is there any way to replace by_core_avatar_url() function without hacking de core directly?
Maybe replacing an action or applying a filter? -
overdrive joined the group How-To and Troubleshooting
-
overdrive posted on the forum topic Avatars of member not showing in all blogs in the group How-To and Troubleshooting:
Hi! I’m having same issue. No avatars on blogs. On main buddypress blog, avatars works great and their url’s are like this: http://example.com/wp-content/uploads/avatars/1/aab71f7a93155ef3cabb5d9660686005-bpthumb.jpg On the other blogs, avatars aren’t displaying. Their url’s are like this:…[Read more]
-
I’m trying to do something like this but only works with no ajax: ` function valid_blog($blog_name) { $blacklist = array (‘blog1′, ‘blog2′, ‘blog3′); if (in_array(strtolower($blog_name), $blacklist)) { return false; }else{ return true; } } function remove_invalid_blogs_from_loop($b, $blogs) { $blogs_new = array(); foreach ($blogs->blogs as $key =>…[Read more]
-
overdrive joined the group Creating & Extending
-
Hi!
I’ve installed a multisite wordpress with buddypress. One of these blogs will be a store.
Is there any plugin or hack to hide this blog in every page that blogs are listed?Regards