Forum Replies Created
-
Ok, this is a serious problem. I’m experiencing essentially the same thing. We’re running BP 1.1.3 and just upgraded form WPMU 2.8.6 to 2.9.1 . But as soon as I finished upgrading the entire site (including all the blogs), I went to the front page and everything is shown exactly 6 hours older than it really is.
See here: http://jibenow.com/
I’ve done some digging around and this is what I’ve found so far: https://mu.wordpress.org/forums/topic/16374
I’ll be giving it a shot and see if I can make a simple hack like they mentioned.
I’m upgrading to WPMU 2.9.1 as I type.
So here’s my line of new code:
<?php if ( /*bp_has_activities( 'type=sitewide&max=' . $instance['max_items'] . '&per_page=' . $instance['per_page'] ) */ bp_has_activities( 'type=sitewide&action=new_blog_comment' ) ) : ?>But it hasn’t made a difference. Like you said, it’s only showing the comments sitewide. It’s killed the rest of the activity stream (posts, wires, status updates, etc). But it’s still not showing comments made by unregistered users.
Are we both running the same versions? WPMU 2.8.6 and BP 1.1.3?
The comments are <i>not</i> in moderation, I just checked.
In the file: wp-content/plugins/buddypress/bp-activity/bp-activity-widgets.php
I made the following change around line 30:
<?php if ( /*bp_has_activities( 'type=sitewide&max=' . $instance['max_items'] . '&per_page=' . $instance['per_page'] )*/ bp_has_activities( 'object=blogs&action=new_blog_comment' ) ) : ?>
And the unregisterd user comments are still not showing up. This is the “site wide activity” widget I’m using. Any ideas?
:bump:
Anyone?
I have essentially the same problem described above. I’m running WP MU 2.8.6 and BP 1.1.3. I believe I did clean installs for both (i.e. I didn’t auto-upgrade). My website is http://jibenow.com/ . I’m using the default 1.1.3 BP theme.
When clicking the sitewide activity button on the sitewide activity widget it takes me to http://jibenow.com/activity/feed but displays nothing in the feed and says that the page isn’t found. Similarly, when I’m logged in as the admin and I try to delete a status update on the widget it take me to a page (e.g. http://jibenow.com/activity/delete/1510?_wpnonce=a30b008201) that says “The page you were looking for was not found. “.
Do you have any idea as to what the problem is or how to fix it?
Thanks,
Paul