-
rich! @ etiviti posted a new activity comment 15 years, 5 months ago
@silvercover those terms shouldn’t show up on the live portion of the site (only the wp-admin to select which ones to allow bumping)… have a screenshot or the site url?
-
rich! @ etiviti posted on the forum topic BP Usernames Only – Plugin Announcements in the group BuddyPress Usernames Only: 15 years, 5 months ago
same issue as this?
https://trac.buddypress.org/ticket/2409 -
rich! @ etiviti posted on the forum topic Is there a latest forum topic widget? in the group How-To and Troubleshooting: 15 years, 5 months ago
@tfblogs Like I mentioned above – those are the only pages explicitly where the widget won’t load up. If you grab just the widget code off my demo site – then you can modify it to suit your needs. (hard for me to know what is causing your problem – tested with frontpage set as activity […]
-
rich! @ etiviti posted on the forum topic Not working with WP 3.0 in the group BuddyPress Community Stats: 15 years, 5 months ago
think i may have found the problem – i’ll upload a new version today or tomorrow.
-
rich! @ etiviti posted on the forum topic Option for BP Community stats Admin viewable only in the group BuddyPress Community Stats: 15 years, 5 months ago
what about a simple wp-admin dashboard widget?
-
rich! @ etiviti posted on the forum topic Edit Number of Latest Topics on /forums/ ? in the group How-To and Troubleshooting: 15 years, 5 months ago
append it?
if ( bp_has_forum_topics( bp_ajax_querystring( ‘forums’ ) . ‘&per_page=5’ ) ) -
rich! @ etiviti posted on the forum topic Wow! in the group BuddyPress Edit Activity Stream: 15 years, 5 months ago
If you are referring to just the basic activity stream comment replies (all this is confusing eh? 😛 ) correct – the only thing holding that back is the way bp_activity_recurse_comments() is coded in the core. No filters exist within that function to add in an “edit” link. Andy has this in the core code […]
-
rich! @ etiviti posted on the forum topic Support BP album with XML-RPC commands in the group BuddyPress XMLRPC – Receiver: 15 years, 5 months ago
well those two clients are built just for wordpress – nothing i would have control over. you would have to ask the creator of those to build in some functionality. (which i’m assuming is automattic)
-
rich! @ etiviti posted on the forum topic Editing update adds a new update in the group BuddyPress Edit Activity Stream: 15 years, 5 months ago
I just posted another update – which inserted 2 from the start (the ajax only refreshes the page with one but if you manually refresh the page you’ll see both) http://rspace.org/members/nuptest/activity/556 http://rspace.org/members/nuptest/activity/557 I only made an edit to 557 – and no other duplicates where made after the edit. Looks like you…[Read more]
-
rich! @ etiviti posted on the forum topic Editing update adds a new update in the group BuddyPress Edit Activity Stream: 15 years, 5 months ago
Actually – I just registered and posted one update from my profile, then viewed the homepage and your site is actually inserting 2 from the start. (i didn’t even edit yet)
http://rspace.org/members/nuptest/activity/554
http://rspace.org/members/nuptest/activity/555 -
rich! @ etiviti posted an update 15 years, 5 months ago
@blackphantom i saw in IRC about an api for activity – i had to come up with a simple solution to sync some random independent wordpress installs to a central BP – so i just came up with this for now:
http://blog.etiviti.com/2010/06/buddypress-xmlrpc-receiver-plugin/ -
rich! @ etiviti posted on the forum topic Remove "Visit" from the admin bar in the group How-To and Troubleshooting: 15 years, 5 months ago
just by looking at the source code (in this case open up bp-core.php and you’ll see where bp-custom.php is referenced prior to the adminbar code) + another great plugin if you have a development setup -> https://wordpress.org/extend/plugins/wordpress-hook-sniffer/
-
rich! @ etiviti posted a new activity comment 15 years, 5 months ago
oh sorry, i never check the activity (just the forum) for these plugin groups.
i’ll see if i can’t track down the date issue
-
rich! @ etiviti posted on the forum topic Getting the current logged in user ID? in the group How-To and Troubleshooting: 15 years, 5 months ago
if you just need to check if a user is already a member of “a” group – then use one of the built in functions:
groups_get_user_groups( $bp->loggedin_user->id ) – returns list of ids
or
groups_total_groups_for_user( $bp->loggedin_user->id ) – returns a basic count which is wp_cached -
rich! @ etiviti posted on the forum topic Not working with WP 3.0 in the group BuddyPress Community Stats: 15 years, 5 months ago
another weird one – I did setup a basic WP3.0/BP1.2.4.1/bp-default theme install on my local machine yesterday and the widget worked (it is the most basic widget possible) so in wp-admin > appearance > widgets – it does appear and you can drag it to the sidebar and save it? i’m going to update my […]
-
rich! @ etiviti posted on the forum topic Wow! in the group BuddyPress Edit Activity Stream: 15 years, 5 months ago
Actually BP automagically updates the activity record linked to the Group Forum topics/replies when you edit the topic or reply.
-
rich! @ etiviti posted on the forum topic Editing update adds a new update in the group BuddyPress Edit Activity Stream: 15 years, 5 months ago
very weird – i can’t reproduce that. When editing, the correct content shows up? Can you send me your site so I can register and see it in action? Technically, when passed in the activity_id – the bp_activity_add function will switch to update instead of an insert. the activity_id is taken from $bp->action_variables and then […]
-
rich! @ etiviti posted on the forum topic Is there a latest forum topic widget? in the group How-To and Troubleshooting: 15 years, 5 months ago
the only pages it won’t load on is forum component index || bp_is_register_page() || bp_is_activation_page() || bp_is_user_blogs()
-
rich! @ etiviti posted on the forum topic Not working with WP 3.0 in the group BuddyPress Community Stats: 15 years, 5 months ago
does it display in the footer (if enabled)? your theme have widget support?
-
rich! @ etiviti posted on the forum topic Not working with WP 3.0 in the group BuddyPress Community Stats: 15 years, 5 months ago
@revolutionfrance Make sure you check off each count you want to display under the wp-admin BuddyPress -> Community Stats
(just tested on WP3.0 and works)
- Load More
@nuprn1
Not recently active
Thanks for your reply, here is my screenshot:
http://www.img2.va3onak.net/images/577n7lh9w5016ndz8ier.jpg
and here is the original site in Persian:
http://www.shirazvu.com
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?
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