-
rich! @ etiviti posted on the forum topic Bug @bp_core/bp-core-signup.php in the group Requests & Feedback: 14 years ago
create a trac ticket https://trac.buddypress.org/
-
rich! @ etiviti posted on the forum topic bp_username_compatibility_mode working great everywhere other than in a forum topic in the group How-To and Troubleshooting: 14 years ago
IIRC – the bbpress tables store the username in another col (last_poster, topic_poster – or something like that) – this might be causing the issue.
-
rich! @ etiviti posted on the forum topic Activity Stream and Spam in the group How-To and Troubleshooting: 14 years ago
try stopping the spammers from registering – topic covered in the past about different options
-
rich! @ etiviti posted on the forum topic Comments Show in Activity Regardless Discussion Settings in the group How-To and Troubleshooting: 14 years, 1 month ago
ah got it, looks like it was supposed to be fixed https://trac.buddypress.org/changeset/3053 (though i could see if the comments made it in prior to this change) file a trac ticket if you can reproduce it
-
rich! @ etiviti posted on the forum topic adding gravatar hovercard to a member profile page in the group Creating & Extending: 14 years, 1 month ago
you would need to copy and modify the javascript on gravatar’s cdn
-
rich! @ etiviti posted on the forum topic how to move a post, and all attached comments in basic activity stream… in the group How-To and Troubleshooting: 14 years, 1 month ago
i haven’t seen a plugin for this yet
-
rich! @ etiviti posted on the forum topic Comments Show in Activity Regardless Discussion Settings in the group How-To and Troubleshooting: 14 years, 1 month ago
buddypress activity replies is not tied to wp commenting settings – all activity comments will post immediately.
-
rich! @ etiviti posted on the forum topic Adding mass amounts of groups through database in the group Miscellaneous: 14 years, 1 month ago
if you instantiate buddypress – then look at the
function groups_create_group
in bp-groups.php -
rich! @ etiviti posted on the forum topic Buddypress roles in the group How-To and Troubleshooting: 14 years, 1 month ago
“Except for Groups and Forums where users can be given more roles.”
to clarify – this is internal buddypress “roles” (group admin/mod) not plugging into wp_cap/roles
-
rich! @ etiviti posted on the forum topic Why Does Group Count Not Go Down When You Delete Group in the group How-To and Troubleshooting: 14 years, 1 month ago
have you tried updating to 1.2.6 now?
-
rich! @ etiviti posted on the forum topic White Screen of Death in the group Installing BuddyPress: 14 years, 1 month ago
-
rich! @ etiviti posted on the forum topic Users not recieving emails. Very difficult to register. Is the registration process frightening away in the group How-To and Troubleshooting: 14 years, 1 month ago
have them check their spam folder (and proper host config for sending email – maybe the host has trouble with users sending out spam) buddypress rules for usernames ` if ( !validate_username( $user_name ) || in_array( $user_name, (array)$illegal_names ) || $user_name != $maybe ) $errors->add( ‘user_name’, __( ‘Only lowercase letters and numbers…[Read more]
-
rich! @ etiviti posted on the forum topic Forum Index (Bugs?) in the group BuddyPress Forums Extras: 14 years, 1 month ago
both issues look like a remnant of this bug issue: https://trac.buddypress.org/ticket/2264 can you verify within the db between the group desc and the bbpress table forum_desc (index uses this col –
bp_create_excerpt( $listing->forum_desc, 255 )
) as for all the subplugins – nothing planned at the moment as I’ll wait on the future of 1.3 […] -
rich! @ etiviti posted on the forum topic Forum Index (Bugs?) in the group BuddyPress Forums Extras: 14 years, 1 month ago
i haven’t gotten to this plugin yet on 3.0/1.2.6. i’ll take a look at the issues next week, thanks for letting me know!
-
rich! @ etiviti posted on the forum topic New Plugin: Blocking activity stream types (ie new member registered, friendship created, joined gro in the group BuddyPress Block Activity Stream Types: 14 years, 1 month ago
added a filter hook on the blocking – data about the activity is passed in. so you could block base on group_id, user_id, blog_id, or whatever combo you need. see this thread about getting started http://etivite.com/groups/buddypress/forum/topic/quick-tip-hooking-block-activity-stream-types-plugin-on-a-granular-level/ @jasperespejo ie, check $type…[Read more]
-
rich! @ etiviti posted a new activity comment 14 years, 1 month ago
possible now since i added a filter hook in the recent version
http://etivite.com/groups/buddypress/forum/topic/quick-tip-hooking-block-activity-stream-types-plugin-on-a-granular-level/will require some coding on your part and look up the category from the post_id to block it.
-
rich! @ etiviti posted on the forum topic problems with the feeds of buddypress.org in the group Miscellaneous: 14 years, 1 month ago
i believe it is something they are trying to work on/fix https://buddypress.org/community/groups/buddypress-org-ninjas/
-
rich! @ etiviti posted on the forum topic Am I going mad or are there now avatars next to posts in the Activity stream? in the group How-To and Troubleshooting: 14 years, 1 month ago
the secondary avatar will try and pull something in for ‘groups’ : ‘blogs’ : ‘friends’ (or defaults to user) then uses the item_id/object to find an avatar setup otherwise the generic one is used.
have a look at the function
bp_get_activity_secondary_avatar
in bp-activity-templatetags.php -
rich! @ etiviti posted on the forum topic Am I going mad or are there now avatars next to posts in the Activity stream? in the group How-To and Troubleshooting: 14 years, 1 month ago
you can remove it via the filter bp_get_activity_secondary_avatar or even better just remove this filter that is used in the functions.php
remove_filter( 'bp_get_activity_action_pre_meta', 'bp_dtheme_activity_secondary_avatars', 10, 2 );
@rogercoathup – no idea… seems if a trac report is submitted the request is made if possible. (maybe not…[Read more] - Load More
@nuprn1
Not recently active