-
rich! @ etiviti replied to the forum topic Any chance of anyone updating this for 1.5? in the group BuddyPress Pending Activations 13 years, 1 month ago
hopefully… can’t guarantee a timeline but i’m recovering my data and updating a few plugins for 1.5.*
-
rich! @ etiviti posted on the forum topic is anyone taking this plugin over? in the group BuddyPress Activity Stream Bump to Top: 13 years, 9 months ago
Possible it would stop working – as I won’t be updating them right now for 1.2.8/3.1
i just chimed in with a statement here:
https://buddypress.org/community/groups/buddypress-edit-activity-stream/forum/topic/why-will-this-plugin-not-be-updated-for-future-versions-of-buddypress-1-3/#post-90908 -
rich! @ etiviti posted on the forum topic Why will this plugin not be updated for future versions of BuddyPress (1.3) ??? in the group BuddyPress Edit Activity Stream: 13 years, 9 months ago
No technical issues (well besides my main machine taking a motherboard crash) – but the main reason is personal time commitments with the birth of my son. Maybe in a few months when the dust settles more and some time will clear up but right now with major wp/bp updates – my plugins need to […]
-
rich! @ etiviti posted an update 13 years, 10 months ago
I no longer have the spare time to support/update my list of plugins (family/baby duties + normal projects). I’m looking for someone to take them over as I will not be updating them for bp1.3.
-
rich! @ etiviti posted on the forum topic Detecting if user is Moderator and other template tags in the group How-To and Troubleshooting: 14 years ago
to get a list of groups which a member is a moderator/admin of try:
BP_Groups_Member::get_is_admin_of( $user_id )
andBP_Groups_Member::get_is_mod_of( $user_id )
(returns an array with groups and total)
-
rich! @ etiviti posted on the forum topic Buddypress core settings file (remove action problem) in the group How-To and Troubleshooting: 14 years ago
i would replace the settings
'screen_function' => 'bp_core_screen_general_settings'
used in the nav_item with your own set of functions -
rich! @ etiviti posted on the forum topic How to isolate activity by primary id & category? in the group How-To and Troubleshooting: 14 years ago
category information is not stored in the activity stream (just blog_id and post_id)
-
rich! @ etiviti posted on the forum topic #hashtags break urls in the group BuddyPress Activity Stream Hashtags: 14 years ago
ok – i’ll take a look in a few days. thanks for letting me know. (weird if there is a trailing slash then # – it works)
-
rich! @ etiviti posted on the forum topic Can't locate "buddypress-enable.php" in the group How-To and Troubleshooting: 14 years ago
what version of bp and wp? as this might be severely out-of-date and not needed.
-
rich! @ etiviti posted on the forum topic Get group_name from group_id when not on a group page? in the group How-To and Troubleshooting: 14 years ago
can use
groups_get_group
which returns a group object then pass the object tobp_get_group_name
-
rich! @ etiviti posted on the forum topic BuddyPress Activity Stream Ajax Notifier not working in IE in the group Third Party Components & Plugins: 14 years ago
noting the version of IE helps. just uses jquery but i tested with IE8/9 and works.
-
rich! @ etiviti posted on the forum topic Self Notify in the group BuddyPress Activity Stream Ajax Notifier: 14 years ago
it doesn’t take in account the ajax that displays the update you just published. just the stale data at page load
-
rich! @ etiviti posted on the forum topic How to overwrite a core buddypress function? in the group How-To and Troubleshooting: 14 years ago
there is no action to trigger on (though that wouldn’t allow you to overwrite a function – i don’t believe any “pluggable” functions exists in bp. action is just a hook point)
there is a filter on the return of that function though bp_core_get_username but passes the determined username
-
rich! @ etiviti posted on the forum topic limit users per group in the group Creating & Extending: 14 years ago
that limits HOW many members to display – not restrict the number members to join.
-
rich! @ etiviti posted on the forum topic connectivity among multiple buddypress sites in the group Installing BuddyPress: 14 years ago
a cheap/simple method: if they share the same db – you could setup each wordpress instance to the same custom_user_tables
-
rich! @ etiviti posted on the forum topic Template Tag "is_user_in_group()" ??? in the group Creating & Extending: 14 years ago
function groups_is_user_member( $user_id, $group_id )
-
rich! @ etiviti posted on the forum topic Adding mass amounts of groups through database in the group Miscellaneous: 14 years ago
well, your first question was about adding batch style via a db – if you looked how it called the class, you could pick up the raw sql instead.
-
rich! @ etiviti posted on the forum topic Cannot bulk delete saved incoming or sent private messages in 1.2.5 or 1.2.6 in the group How-To and Troubleshooting: 14 years ago
that change is to a theme file – did your theme update as well? (or is it a child theme?)
-
rich! @ etiviti posted on the forum topic move activitiy from main stream to group… in the group Creating & Extending: 14 years ago
- Load More
@nuprn1
Not recently active