rich! @ etiviti
C8 H10 N4 O2, Hops (IPA), Cars, Programming, Conceptual Frameworker, BuddyPress, Mr. Mom, and For Hire. Follow me on Twitter My Blog My Demo BuddyPress Site (for my plugins, tweaks, hacks, tips, etc) The BuddyPress action and filter hook reference guide (do_actions, apply_filters) ***Please note, I no longer have the spare time to support/update my BuddyPress plugins. I'm looking for someone to take them all over and continue support. Regards.***
Interests
R32, Cars, Golf R, VW, vwvortex, firevortex, firefox
-
rich! @ etiviti replied to the forum topic Any chance of anyone updating this for 1.5? in the group BuddyPress Pending Activations
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:
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:
-
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:
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:
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:
to get a list of groups which a member is a moderator/admin of try:
BP_Groups_Member::get_is_admin_of( $user_id )and
BP_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:
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:
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:
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:
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:
can use
groups_get_groupwhich 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:
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:
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:
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
-
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:
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:
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:
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:
that change is to a theme file – did your theme update as well? (or is it a child theme?)
- Load More