-
rich! @ etiviti posted on the forum topic Community Stats Widget Locks Up Widgets in the group BuddyPress Community Stats: 15 years, 5 months ago
no clue actually – no javascript – just plain text being dumped out.
-
rich! @ etiviti posted on the forum topic Display-Name links to wrong User-Profile in the group BuddyPress Usernames Only: 15 years, 5 months ago
-
rich! @ etiviti posted on the forum topic Bug: Doesn't update profile status in the group BuddyPress Edit Activity Stream: 15 years, 5 months ago
ok, updated to 0.2.0 – thanks for the report!
-
rich! @ etiviti posted on the forum topic Private group RSS? in the group How-To and Troubleshooting: 15 years, 5 months ago
https://wordpress.org/extend/plugins/http-authentication/ ? (maybe extract what is needed and wrap it around the activity rss feed pages?)
-
rich! @ etiviti posted on the forum topic Bug: Doesn't update profile status in the group BuddyPress Edit Activity Stream: 15 years, 5 months ago
oh right, that is set in the _usermeta table – i’ll upload a fix in the next day or two.
-
rich! @ etiviti posted on the forum topic New Plugin: Ajax notification of new activity stream records in the group BuddyPress Activity Stream Ajax Notifier: 15 years, 5 months ago
yes it is – best thing to do is log in with two different browser, update your status in one and just wait for the notification.
-
rich! @ etiviti posted on the forum topic feedback for member profile stats in the group BuddyPress Member Profile Stats: 15 years, 5 months ago
@nahummadrid use this for now: https://wordpress.org/extend/plugins/buddypress-member-profile-stats/other_notes/ (places the stats under the logged in sidebar area for that user)
-
rich! @ etiviti started the forum topic New Plugin: Ajax notification of new activity stream records in the group BuddyPress Activity Stream Ajax Notifier: 15 years, 5 months ago
Just a simple plugin that will check every 2 minutes for a new parent activity stream record. A few gotchas – does not check for activity comments – does not return a # of new activities – user must be logged in (save your server) – polls every 2 minutes (save your server) It should […]
-
rich! @ etiviti posted on the forum topic Question about Forums vs. Groups in the group How-To and Troubleshooting: 15 years, 5 months ago
If you want to divert your members from using the whats-new within the group – create a child theme for the file activity/post-form.php and then wrap the entire html code in this if statement: (this still allows the group admin/mod to post status updates within a group) if ( !bp_is_group() || ( bp_is_group() && ( […]
-
rich! @ etiviti posted on the forum topic How do you resize images on a forum post? in the group Creating & Extending: 15 years, 5 months ago
ul#topic-post-list li div.post-content
-
rich! @ etiviti posted on the forum topic How do you resize images on a forum post? in the group Creating & Extending: 15 years, 5 months ago
a simple css max-width for the forum post content? otherwise javascript?
-
rich! @ etiviti posted on the forum topic feedback for member profile stats in the group BuddyPress Member Profile Stats: 15 years, 5 months ago
correct – that falls into the figuring out how to get total number of blog posts/comments across all MS blogs
-
rich! @ etiviti posted on the forum topic New post creates new group? in the group How-To and Troubleshooting: 15 years, 5 months ago
Sounds very unique (doubt a plugin)
For creating groups – have a look at groups_create_group in bp-groups.php – easy enough to create a group on the fly
-
rich! @ etiviti posted a new activity comment 15 years, 5 months ago
skeleton component is for development use – that might be causing the problem
-
rich! @ etiviti posted on the forum topic Not working with WP 3.0 in the group BuddyPress Community Stats: 15 years, 5 months ago
@nahummadrid @revolutionfrance updated to 0.2.0 – that should fix the widget issue (what i get for reusing code – just a single line too) also included a wp-admin dashboard widget to display the totals (for site admin eyes only) – i’ll expand on this in the future to include some more data (last registered, number of active […]
-
rich! @ etiviti posted a new activity comment 15 years, 5 months ago
strange – looking at my code I do not see anything that would echo the activity->type to the screen. If you disable bump-to-top does the activity->type disappear?
Do you have any other plugins installed? anything that would filter on bp_get_activity_action, bp_insert_activity_meta or bp_activity_time_since?
-
rich! @ etiviti posted on the forum topic users complaining in the group Requests & Feedback: 15 years, 5 months ago
@dennis_h huh, i just noticed load more is no longer working too… is that in trac? as for all the forum vs activity – i’m still hacking away at an activity stream discussion to replace bbpress. i hit a snag and more important projects came up so i’ll try and revisit it soon. i still think […]
-
rich! @ etiviti posted on the forum topic feedback for member profile stats in the group BuddyPress Member Profile Stats: 15 years, 5 months ago
“posts” is forum posts (i’ll change that in the next update) i still have yet to get up to full speed on WP3.0 – so i’ll check that out if it is not showing up. i’m also researching into the total number of blog posts across all blogs in a MS install – nothing built […]
-
rich! @ etiviti posted a new activity comment 15 years, 5 months ago
think i did the proper locale strings but haven’t generated a language file for it (i’m still not up to par on how WP does localization) slaffik sent me some plugins with the language file (in RU) but with the loader stuff in the code. I just need to merge and update all my plugins.
-
rich! @ etiviti posted a new activity comment 15 years, 5 months ago
you can optionally enable the subplugins within that forum extras pack
- Load More
@nuprn1
Not recently active
As you asked, I disabled “BuddyPress Activity Stream Bump to Top” plug-in and sadly those terms remained!
I also have “BuddyPress Forums Extras”, “BuddyPress Skeleton Component”, “BP Group Management” and BuddyPress 1.2.3 installed.
skeleton component is for development use – that might be causing the problem