There has been a lot of silence here recently and I had taken the much undeserved break for last couple of weeks. Now, I feel we need something to break the silence again and be back to the actual business, i.e writing plugins/codes.
So, here is the first thing in the series of updates coming this week. I have updated Sitewide activity widget and included all the features which were requested on the original release post.
Features:-
- Posting from widget
- Activity list can be restricted to logged in users activity when a user is logged in
- Blog admins can use the widget on their blog and It will show blog admins activity only.
- Show/hide avatar
- Show/hide feed link
- Show/hide the activity filters tab(the links that appear at the top and allows to filter the activity).
- Include only specific components activity in the sitewide activity widget(e.g include only profile/blog activities).
- Exclude only specific components activity from the sitewide activity widget(e.g exclude group activities from the activity list).
- Localization support
I hope, I was able to meet some expectations if not all.
An front-end view with bp-default theme.
Minimum requirement:- BuddyPress 1.2.5.2
Download Link: http://buddydev.com/plugins/buddypress-sitewide-activity-widget/
How to install:- Just like any normal plugin. you may want to see this original post for more details.
One point to note is, the option “Show my activity” is there for blog admins to restrict this widget to show their activity only. This should not be used in conjunction with the “Show logged in users activity”. Also, now there is a css file included with the widget, you may disable loading of the css file by adding the following code to your functions.php/bp-custom.php
apply_filters("swa_load_css","disable_swa_css");
function disable_swa_css(){
return false;
}
Please test this plugin and let me know if it works for yo or not, once I get a few confirmations, I will commit it to the official wp repository.
Looking forward to your feedback.
PS:
My sincere apology to you if you left the comment here within last 2-3 weeks and did not get a prompt reply. Fortunately things are normal now and I will be replying all the comments within 24 hours.
Related posts:
- Buddypress Sitewide Activity Widget for Buddypress 1.2 and above
- BuddyPress Sitewide Activity widget Updated
- Buddypress Profile Widget For Blogs
- Show BuddyPress community(sitewide) activity on User Profile
- BuddyPress User Notifications Widget plugin


Pingback: Daily Tip: BuddyPress Sitewide Activity Widget Updated with Many New Features - WPMU.org – WordPress, Multisite and BuddyPress news, tips and resources
Thanks for this lovin the update to
can i ask how i would show the update (above the post form) at all
keep up the great work
Alex
Hi Alex, thanks for the comment.
You will need to edit the plugin a little.
Please move line 393-394 i.e
if(is_user_logged_in()&&$show_post_form=="yes")
swa_show_post_form();
to the end of the swa-wrap div, i.e to line 433(just after the last endif).
Hope that helps.
This is awesome, just what I needed. I downloaded a plugin with the same name from WordPress.org but I think it must have been an older version since it had virtually none of these options.
The only little thing I was that there is no filter for “Activities”. In the options for the widget it looks like you can include “activities” as a filter but only blogs, groups and profile appears even if you don’t tick any include filter boxes or tick all of the include filter boxes.
Also it would perhaps be nice to have an “All” filter or simply clear filters so that you can get all the activities you have chosen to include without having to reload the page.
Hi Lars,
Thanks for the comment.
Yes, the wordpress.org plugin is old, I am just in need to get a few feedback here before updating this plugin on wp repo.
You are right about activity, actually activity filter should be removed from there(the checkboxes), It does not have any effect.
Agreed about the all and clear filter, will be putting by weekend before updating to the wp repo.
Except activity filter, you can make an inclusion/exclusion between the other filters, try checking only group/profile filters in the include. It should show only those filters and their activity.
Thanks
Brajesh
I just installed the widget on my site today and it doesn’t have an All/Clear button that I can find. Has that been implemented yet? Also, I’m wanting to add another filter since I’m using the Buddypress Follow plugin ( http://wordpress.org/extend/plugins/buddypress-followers/ ) that lets people see activity of users that they are following. It’s available on the activity page, but not as an option in the widget.
Hi Philip,
yes, the all/clear button is missing in the update. I am working to get it another update by sunday, and That will include it.
I will check with the follower plugin before releasing the next update on sunday and fix if anything is required(Though, we are fetching the data/component names from activity table and it sounds a little bit strange to me).
Thanks
Brajesh
Great Plugin Brajesh,
Just what we needed ^5
hi Ben,
Thank you for the comment. I am glad, It helps.
Hello Brajesh Singh, great job. I installed your plugin but I can not find the features winodw to change the options, is that a bug? I am using bp 1.2.5.2
Hi Joe,
Thanks for the comment.
Did you download the widget from my above post or have you downloaded from the wordpress repository.
I have not updated this plugin on the wordpress repository yet, so please download it from here and activate for now. It should work.
Let me know if you still get issues.
Thanks
Brajesh
You are great Brajesh. I have one more issue,
I checked List My Activity Only: No
and
checked Limit to Logged In user’s activity: Yes
but when I log out, widget is still showing to non members!
any idea what is wrong?
Thank You
Hi Joe,
This is the default behaviour in current widget. I will update to allow site admins to hide it for not logged in users.
You may see a workaround here for now http://buddydev.com/buddypress/buddypress-sitewide-activity-widget-updates/comment-page-1/#comment-6735
Hope it helps.
Is there any chance to limit the number of characters per post/activity and eliminate images? For instance, limit characters to 100 and disallow images that might be attached to blog posts?
As it stands now, even with just displaying three entries per page, the length of the entries makes the layout of my site look a little awkward. If I were able to limit the number of characters and eliminate images (not the avatar, I mean blog post images), I could still offer a good idea of what each post/activity/group entry is about without taking up so much space.
Other than that, WOW! What a great plugin!
Hi Gia,
I appreciate your suggestions. They are really good and I will try to accomplish in next update.
Limiting charactes in teh activity content,showing hiding activity content is coming for sure in next update.
Hi, any news about the limiting characters and activity content control ?
Hi,
No I could not implement that but with bp 1.5, it is already part of the BuddyPress core(Not exactly the limit but the bp core truncates longer posts).
Hi Brajesh after installing your widget when i click on the “view” or “delete” link on the updates it give following error: Warning: Cannot modify header information – headers already sent by (output started at /home/csenitrr/public_html/wp-content/themes/abstract/functions.php:26) in /home/csenitrr/public_html/wp-includes/pluggable.php on line 890 Please help me
After searching in your site i got it solved by removing space at the end in function.php
Thanks Sushil for the comment. Glad to know you got the solution:)
Great plugin.
I, like Joe, would like it to hide from non-members. So only logged-in members can see it.
Hi Tadgh,
Currently the plugin allows you to show the sitewide activity if the user is not logged in. I will put an option to hide the widget if you want in next update. Currently you can do it by editing the widget. Currently, you can put the following code on line 60 and It will hide the widget.
if(!is_user_logged_in())
return;
Hope that helps.
Thank you very much for this great plugin. It is possible to include in the filters tab, the activity of the bbPress forums ?
Sorry for my bad English ..:)
Hi Rol,
Sorry for missing your comment earlier.
No, It depends whether bbpress forums posts are added to the activity or not. this plugin fetches the components from activity, so if bbpress forum posts are added to activity, They will be shown, otherwise they won’t be.
Brajesh,
I’m working on a new theme integration for our site and I would like to use the activity widget on the front page, but the widget side bar is more narrow than normal and creates some very bad formatting issues with the activity widget. I’ve tried some things with the CSS, but can’t seem to make it work…
Would you mind looking at this image and seeing what I could do?
Thanks.
http://mustech.net/holder/activitywidget.jpg
Brajesh,
Ok, I spent a pile of time on this today and was able to get it close to where I want it…
Two questions with regard to the plugin:
1. Even though I’m telling the filter “ACTIVITY” to display it does not… I only see Group and Profile.
2. It seems as though reply’s to profile updates are not counted with regard to displaying them, so if there are a number of replies to a content the widget can get quite long even though you only specify “X”, or in my case “3″ to display… Replies either should be counted in the mix or excluded from the posting in the widget…
3. I would like to get a 1pix solid border between updates as a separator, but can’t figure out where to put it… should be simple to find, but I’m missing it…
Thanks!
See Picture of this:
http://mustech.net/holder/activitywidget2.jpg
Hi,
I am sorry I could not get back earlier today.
1. Activity filter is ambiguous there, It will have not effect(as all things this widget show is actually activity), I will be removing the activity from widget options in next updated.
2. You are right, the inner comments on a reply are not count, I will check if I can make it work(though I am not very sure at the moment).
3. For border, please use the following css code
ul.site-wide-stream > li {border-bottom:1px solid #ccc;}
ul.site-wide-stream > li:last-child {border-bottom:none;}
I will be updating this widget today/tomorrow to have the reset/clear button and solve a few issues.
Thanks
Brajesh
Hi Brajesh !
About this plugin:
1. Awesome , Awesome , Awesome
2. Extremely Versatile
I’m trying to use this plugin in combination of Buddypress Sidebar , and I’m amazed with its versatility , every page sidebar can be configure with the plugin to have different activity stream group , Fantastic ….
# I also want to have this widget hidden from guests , it will be only for logged-in users …. but the code you provided
if(!is_user_logged_in())
return;
when I put this in line no. 60, its returning an error … may be I’m doing something wrong ..
Please try to combine it in your next update …
One Request :
will it be possible to incorporate “activity stream update notifier” the below linked plugins functionality in this plugin ?
http://wordpress.org/extend/plugins/buddypress-activity-stream-ajax-notifier/
If So then Probably this plugin would be one of the complete Plugin among all of free plugins available for wordpress.
Thanks for the comment Anindya.
It seems you are putting the code but that is not getting parsed correctly. I will include it in next update(we will have all the plugins updated just after bp 1.2.6 is out).
I checked the ajax notifier and I am sure, we can make it work. Will post with the next version of the plugin.
Thanks
Brajesh
Brajesh, Great Stuff!
1. How can I only display Status Updates?
It would be great to be able to remove some of the options as many
aren’t necessary and can clutter up the Activity Feed.
2. Can image & video thumbnails be shown in activity?
Thanks!
Hi Brajesh !
I am once again here with an issue ……
I’m using the Blogs-mu Theme …
When I activate this plugin , my themes activity is not dispaying correctly …
the exact issue is with the reply in the activity …
when I click on the reply , I shows a blank space with no reply post field ….
and any comment having replies , the replies are not displayed in place it shows empty ….
Please help !!! , I would like to use this plugin very much , its would be an awesome addition to my community (which is live but still in a testing process, haven’t invited people yet
)
Still loving the plugin but I do have a question…
I’ve implemented a sitewide language change (.mo/.po) so that “Blogs” now reads as “Diaries” within my site. However, this plugin doesn’t seem to be hooking into the change and I can’t find where to change it in the plugin itself. I’ve tried adding define lines within the plugin code, but that hasn’t worked.
I need to change the “Blogs” heading and the following line: “wrote a new blog post”
Any advice?
Hi, I would like to translate “Favorite” and “Remove Favorite”.
I tried simply changing those two text in in the php file, but if I do that, the widget disappears.
Hello,
I’am currently working in a BuddyPress project and installed your Acitivity Plugin. It looks great, just had 1 problem, maybe you already saw and know the best way to fix it.
Between
“div class=”swa-pagination”"
and
“ul class=”site-wide-stream swa-activity-list”"
Have an Div, “<div id="clear"…" and it is the problem. It is using an large space of the page, and I don't know why.
Thx
Hi Dennis,
Thanks for the comment.
Please check using firebug, most probably you have a class .clear in your theme’s css too, or check if the div is getting some inherited margin/padding from one of your themes class. You can check it using firefox/firebug.
hope, that will give a clue.
Thanks
Brajesh
What a great plugin, thanks! About tweatstream, I have this and I see this plugin supports it. I notice however when I have the show form selected It brings up the tweet counter but when I type the character count stays at 140. Also, I have to manually type #twitter to actually have the post sent over to twitter. Thanks
Another great plugin, Brajesh!
Just an idea.. If we culd easily define an alternative Title when seleting ‘Limit My Activity Only’. The actual title would then change based on whether the user is anonymous or logged in
Good idea Greg,
And update is coming this weekend and will allow that
Thanks
Brajesh
Hi, THANKS for the plugin, it is amazing!
One question, why does my sitewide activity not change when I change the parameters? I’m using:
php the_widget('BP_SWA_Widget',
array( 'title' => __('Atividade recente','swa'),
'max_items' => 15,
'per_page' => 5,
'is_personal' => false,
'is_blog_admin_activity' => false,
'show_avatar' => false,
'show_feed_link' => false,
'show_post_form' => false,
'allow_reply' => false,
'show_activity_filters' => true,
'included_components' => false,
'excluded_components' => false ))
But it displays default…
the website is http://www.sermao.com.br if you want to see it live!
Thanks!
Thank you Brajesh for taking the time to update this awesome plugin and releasing it for free! The only caveat I’ve encountered so far is the Reply link, which Anindya Ray mentioned above. When clicking on a the Reply link from the the first comment and its subsequent replies (child comments?), nothing really happens. For example, if I click on the first comment reply, it’ll just skip to the next comment. If I click the Reply link from reply of another reply, it just skips to the next comment. Ideally, it’d display another textfield to enter a reply FB-style, but it would also work if it those reply links could direct to the original post on the poster’s profile. Right now, I can just hide the Reply link via CSS, but I was wondering what your plans were for that. Thanks again!
Hi Mike,
Thanks for the comment. sorry for taking time to reply this post, was just busy with other plugin. will check and update this plugin by weekend with a few more options
Thanks
Brajesh
Nice =) Keep up the awesome work!!
Hello, hello again =) Just wanted to know if you’re planning on updating that reply feature for this plugin. I’ve got it set up at http://avenuek9.com/ (without replies), so just to let you know… I totally dig this widget! Also, not sure if you’ve used this plugin yet (http://buddypress.org/community/groups/rs-buddypress-activity-refresh/) but it’s pretty sweet… unfortunately incompatible with the sitewide activity widget *hint hint* =P Kidding. I’m just glad you put your stuff out there for free.
Hi Mike,
follow for your last post. I have added that feature and have done some testing . Just not released yet publicly. Will publish tonight.
Sure will look for integration with this widget in today’s release
Awesome! Thanks for the quick reply/update!
Hi Mike,
Just updated it. Please have a look here
http://buddydev.com/buddypress/buddypress-sitewide-activity-widget-updated/
though I checked RS activity refresh plugin but could not made that work with this plugin as that will need some mod in Rs widget. Still, I am hopeful for next update.
Thanks
Brajesh
Oh man, that would be freakin fantastic if those two plugins could work together. In the mean time, this update works just as anticipated =) I’ve updated it on my live site, so you can see it if you log in =) On another note, though, I can’t seem to get this plugin running simultaneously with your Activity Comment Notifier plugin. It spits out this message “Fatal error: Cannot redeclare bp_activity_format_notifications() (previously declared in /wp-content/plugins/buddypress/bp-activity.php:574) in /wp-content/plugins/bp-activity-comment-notifier/ac-notify.php on line 111. Maybe an easy fix? =) Not a huge issue, but just one that I noticed when I tested it out. Thank you so much again!
Hi Mike,
Thanks for the comment.
It seems you are running an older version of BuddyPress. That function was dropped in recent versions and I exploited that to create the plugin. If you will upgrade to 1.2.7, the error will be gone.
Ah, dang it! I’m running BP 1.3 (trunk) right now, but I know it’s still pretty rough around the edges. I’ll probably try and update to the latest trunk maybe some time next week on my dev server. Hopefully, it’ll get rid of two other (non-plugin-related) errors I’m getting. Anywho, have an awesome weekend and thanks again for the reply!
Hey Brajesh. How can we add a facebook like button to the sitewide activities widget?
right next to the favorites button?
Hi Gayatri,
sorry for my delayed reply. If you know how to put the like button, just hook it to the action “bp_activity_entry_meta” and it will be there.
Is there any way to limit the character length of activity? This would be hugely helpful
Great plug thought!
Hi Nancy,
do you mean restricting while posting or while showing the content. For limiting the content while showing, I believe it has been incorporated in buddypress 1.3 trunk, so will naturally come when bp 1.3 is out.
Hi Brajesh
I am trying to filter by blog or by keyword as I would like to retrieve activity about a certain topic on my network.
Is this possible?
Thank you for your reply in advance.
Johnny
Hey, I saw some one asked about limiting the activity content character lenght – did you find a way to do this? If so would you mind sharing, or if it has been added to the plugin I will have a look, does the plugin do this now? Thank you.
Sorry brajesh, didn’t see nancy’s post. So kinda asked the same question twice. While we wait for the new buddypress, do you not have a temp solution?
Hi,
Thanks for the plugin.
I have one small problem: I can’t select which group or wire I am posting to..
Is there any option to select? Because I haven’t found it yet..
Thanks in advance.
Richard
Hi
I am trying to filter activity by BP Group and show it on another network blog…
Is this feature possible and/or coming soon???
Thank you for making plugins that actually work!
Cheers
Johnny
Hi Johnny,
do you want to separate the activity for all groups together or just for a particular group ? I hope both is possible. Please let me know and will get back to you with the mods.
Hi
I would like to be able to list activity with the following filters:
Member Id
Group id
Forum id
Keyword
That way we can filter the output of your plugin to be specific to the network blog it is running on.
Your competition is this which still does not filter the output of the activity. It simply lists blogs, or lists groups…
Bowe Codes
This plugin could help highlight BP social activity from the main install and provide relevant activity on network blogs!
Johnny
Wonderful plug-in. Adding the ability to post from the widget has doubled the number of user updates on my site. Fantastic.
Question: Have you considered adding a “Load More” button at the bottom of the widget? I find that the pages feature can be easily overlooked and also is not functioning correctly on my site (if I filter for one thing, like Updates, clicking on another page cancels out the filter and the widget reports ALL activity until I reload the page). But, even if I fix this problem, I’d still advocate for a “Load More” button in a future update – it seems more intuitive and also mirrors the vanilla activity page quite nicely.
Again, great job with this plug-in
Hi Brajesh,
When viewing the SWA Widget on the homepage, it displays everyone’s recent activity, which is what I want. However, when I am viewing someones profile page, the SWA Widget only displays that particular persons activity.
Is there a way to still display everyone’s activity even if you are viewing someones profile page?
I don’t see that the character length has an option anywhere for limiting. Is there a way to manually set how long the character length display is at? Say to limit it to maybe an excerpt?
Thanks
I’ve been playing with this plugin for a little while now and noticed that when I go to the second page of activity it includes things I explicitly told it to exclude (I’m excluding Profile activities because I don’t want to fill it with new registrations, but if I change pages, those show up).
Also, I’m wanting to hard-code this into the sidebar of child themes, however when I do this it always shows all activities and never follows the options I set for include/exclude.
Do you have any advice on how to accomplish this as a hard-coded option into a theme so that I can be sure that all of my user’s have it on their sites with the correct options set without having to manually add it to the site’s sidebar for each one?
Umm…
Unfortunately, this widget does not work with WP3.2.1 + BP1.2.9.
When clicking ‘Reply’, the page is reloaded and no reply box there.
I added the following css to the widgets so that ‘Reply’ button will not be shown on the widget for the time being.
div.swa-activity-meta a.acomment-reply { display: none; }
I hope the widget will be updated to meet the new WP and BP design.
Thanks in adnvace!
Hi There,
yes It got broken with 1.2.9. Updating today for compatibility.
Thanks for posting the bug and your patience
Please take time, and I am looking forward to having the new release!
Hi Chestnut,
Can you please download the plugin from here and try
https://github.com/sbrajesh/buddypress-sitewide-activity-widget
is it working for you. I have updated the javascript to fix the problem with wordpress 3.2. Please let me know if it works for you or not.
Thanks for your patience
Hi Brajesh,
I tried the 1.1.3.2 but it does not work.
When I click the reply, whose url is supposed to be “?ac=3/#ac-form-3″ for example, the page is reloaded to http://example.com/?ac=3/#ac-form-3, and I have to click again the reply for “?ac=3/#ac-form-3″.
When I clicked the other reply button, “?ac=2/#ac-form-2″ for example, after the page reloading, the page once again reloaded to the url of http://example.com/?ac=2/#ac-form-2.
I am sorry to say that the plugin is not yet fixed.
Hi Brajesh,
I have been testing your 1.1.3.2 for some time, and I found one more thing that I cannot post twice. I have to reload the page where the widget is put, in order to post the second update right after posting the first one.
Hi Chestnut,
It was a javascript error. I have been updating the plugins for 1.5. Will be doing a post with updates today.
Thanks, Brajesh
Will it take some more time for the release?
I am looking forward to using the new version soon.
Hi Chestnut,
Thank you for your patience and bearing with me. I have just updated it today.
Can you please grab the trunk from here and test it with BuddyPress 1.5
https://github.com/sbrajesh/buddypress-sitewide-activity-widget
It will work. If you want to use it with BuddyPress 1.2.9, please change bp_is_user to bp_is_member on line 405. Lookig forward to your test.
Using v. 1.1.3.3-0 of your plugin and bp 1.5 beta 3 (5097) wp 3.2.1
Fantastic plugin, many thanks.
Just a query which is not urgent but would be thrilled with a reply.
Is there any way to crop or thumbnail embedded content or even just import the link (rather than the content of the link) into your widget ?
At the moment your plugin, indeed all sitewide/network plugins, bring in the content itself which might be quite large.
Thus if a blog has imported a Flickr photo, the widget brings in that content into (squeezes it into) the sidebar of the bp page.
I am sure this must have cropped up before. If not it is likely to in the future as it is now so easy to embed from a huge variety of sources.
plugin superb, nonetheless.
Hi Valentine,
Thank you for the comment and testing the plugin.
Though we don’t have control over what is being shown(and their size). There may be option to filter out html, that may solve the issue but will be a degradation. what do you think ?
Also, reply button works very well for updates
but does not appear to work for posts returning “Please do not leave the comment area blank” when test has been inputted.
Hi Valentine
Thanks for the comment.
The text “Please do not leave the comment area blank” is a notice which shows when users don’t enter anything. So, it will no show the comment link.
when TEXT has been inputted.
First, thanks for the quick reply.
Sorry,i did not make myself clear.
When replying to a Post AND having inputted text and then clicking the “Post” button the text in the box is not acknowledged rather the notice appears “Please do not leave the comment area blank”.
However when replying to an Update AND having inputted text the widget accepts the text and behaves as i presume it should.
ok. this does not happen in bp-default theme so its at my end.
BUT
Clicking “Favorite” in bp-default theme reloads page and goes to “Page not found”
I’m guessing comments are either held for moderation, or I forgot to submit my comment.
This may partly be a duplicate post, but I also forgot to add what versions of WordPress and Buddypress I’m using.
Wordpress – Version 3.2.1
Buddypress – Version 1.5
The issue: I’m dying to use your widget, but when I activate it, it never appears in the Widget Control Panel. I’ve tried deactivating all my plugins, but still no luck. I’ve installed the plugin both manually and through the “Add Plugin” feature of wordpress.
Any idea’s?!
Hi Jimmy,
Are you using the updated version from Github ?
https://github.com/sbrajesh/buddypress-sitewide-activity-widget
It is working for me on wordpress multisite 3.2.1 and BuddyPress 1.5
Can you please test it ?
Appreciate your time and feedback.
Thanks
Brajesh
I am now, and it works perfectly.
Just curious, why wasn’t this available on WordPress.org or Buddypress.org? They are hosting older versions of your wonderful plugin last time I checked.
Thanks!
Hi Jimmy,
Thank you for confirming. I will do it today. I find it a little bit inconvenient to update the wprepo(which is svn) from my git repos.
I will try to do that in future and keep it updated on the official plugin repo.
Unfortunately I had to deactivate after the most recent update as I was receiving the following error:
“Fatal error: Call to undefined function bp_is_user() in /home/pgnew/public_html/wp-content/plugins/buddypress-sitewide-activity-widget/bp-sitewide-activity.php on line 405″
I did not update BuddyPress to version 1.5 because I want to be sure all the bugs are out first. Is this why I’m receiving the error? Any guidance would be appreciated. Thank you.
You are right about that. The new upgrade is for BuddyPress 1.5. Please downgrade to older version if you don’t want to update to Bp 1.5
http://buddydev.com/plugins/buddypress-sitewide-activity-widget/v1-1-3-1/
The download is available in the sidebar(this is older version compatible with BuddyPress 1.2.x series)
Thank you. That fixed it!
Hi. Still loving the widget, but I’m allowing users to post videos in their streams (from Youtube, etc.), and in the widget I don’t get thumbnails, but full size (playable, which is pretty cool), cut-off images.
Here’s a screenshot: http://imageshack.us/photo/my-images/94/clipboard01jj.jpg/
So I need to figure out how to get this image as a thumbnail, as it does with BP Gallery. Any ideas, please?
Thank you for a great plugin!
However, I think I found a bug.
When users are logged out, the activity stream is still displayed, even if “Limit to Logged In user’s activity” is checked.
Even activity for private groups is displayed!
I run WP 3.2.1 and BP 1.5.1
Hi Joe,
By design, It is currently doing that. when a user is logged out, It should show the sitewide activity.
Are you using any caching plugin, because when the user has logged out, it should not show his/her private activities.
Thanks for the quick response. I am not using a caching plugin. I just realized that the activity stream of private groups is shown in the built-in activity stream too, so it has nothing to do with your plugin. I will report it on the general bp forums.
Can you please help me how to show the status update in home page from all user in a buddypress site?
If you want to show that via this plugin. Make sure to select the “profile” component only. If you want it differently please do let me know. The BuddyPress activity loop is what you will need to use.
I too would like to know if its possible to do what slips111 suggested on Nov. 5.
Love the plugin!
hai Brijesh..First of all,i would like to thank you for all the wonderful plugins in this site..It would be much better the functionality of this plugin is limited to friend’s activity alone.If you can tell me the changes to make in php,it would be very helpful.
How would i go about changing the name ‘bbpress’ to ‘forums’?
Users are unable to post status updates. Not even the admin.
There is no “POST” button, and if a user types the “ENTER” button it only makes a new line in the status update box, but does not allow the user to post it.
is this work in wordpress + buddypress?
Hi Sith,
I have tested it with BP 1.5.3.1 and wpms 3.3.1 and It is working fine for me.
post form doesnt work with simple wordpress buddypress
Hi Sith,
I just tested with wordpress ms 3.3.1 and Bp 1.5.3.1, the version 1.1.3.4 of this plugin does works and allows posting(I was using default theme).Can you please provide more details about your wordpress/BuddyPress version ?
I’m using the latest version, WordPress 3.3.1 and bp 1.5.3.1.
When I try to update my status, the plugin shows me this: “Please enter some content to post”.
Hi,
I’m using BP 1.5, WP 3.3.1, and Version 1.1.3.3 – when I drag the widget to the sidebar location in Magazine theme, nothing happens when I click to get the drop down for settings. So I’m seeing 100 posts on the site.
P.S. This also happens on Profile Widget for Blogs.
Hi,
My sitewide activity plugin has been working fine for months and has stopped working, I updated some of my plugins earlier- could this have caused?
There is a script error on the page when the widget is included that stops anything after it displaying.
Any help much appreciated as I’d like to include on homepage again..
thanks
paul
Hello Everybody.
Users on my site are unable to Reply to a previous comment.
They can reply to an activity post, but they cannot “Reply” to somebody else’s “Reply.”
Has anybody seen this before? Would appreciate any insight you can offer. Thank you.
Adam
Following up to mention that the page seems to “jump” a bit as if it’s trying to make room for the form from which the user can post their reply, but the form doesn’t appear.