Search Results for 'buddypress'
-
AuthorSearch Results
-
June 23, 2016 at 1:42 pm #255060
danbp
Participant@kookidooki,
you’re lucky ! Read here: https://buddypress.org/support/topic/cannot-create-groups-2/#post-255034June 23, 2016 at 1:31 pm #255059In reply to: [Resolved] Hide Topics and Replies from choices
danbp
ParticipantSince 2.1, the option dropdown is no more hardcoded in the template but is generated dynamically.
I’m unable actually to tell you how to modify this new behave. (The old method is explained on the codex and in many topics here).
On Codex, if you have a serious php level (it’s not exactly my case), it’s explained how to add a new option. I guess there is a way to do the inverse, but i read a lot and tried many things, but didn’t find any working solution.
Meanwhile, i opened a topic on bbPress forum.
I tried this after asking @imath but it doesn’t work (i use bbp 2.6 alpha on my test site)
function remove_activity_filters( $bbp_buddypress = null ) { if ( bp_is_active( 'activity' ) && bp_is_activity_component() ) { // Remove forum filters in site wide activity streams remove_action( 'bp_activity_filter_options', array( bbpress()->extend->buddypress->activity, 'activity_filter_options' ), 10 ); } } add_action( 'bbp_buddypress_loaded', 'remove_activity_filters' );In case of one of you have an idea: @shanebp, @henrywright, @r-a-y, @djpaul ?
Merci beaucoup !June 23, 2016 at 1:00 pm #255054In reply to: New Navigation API
danbp
ParticipantFor the moment, it will continue to work (more or less)
Have you read this on 2.6 About page?
https://buddypress.trac.wordpress.org/changeset/10745…& as example, check comments in this file:
https://buddypress.trac.wordpress.org/browser/trunk/src/bp-core/bp-core-buddybar.php?rev=10745June 23, 2016 at 12:58 pm #255053Slava Abakumov
ModeratorThat’s the problem of BuddyPress compatibility with color schemes.
Core developers decided to adopt only default color scheme, because time needed to test and modify for all of the schemes, and we all are volunteers.And try Hueman theme, it’s better 🙂 Using on it htpps://cosydale.com
June 23, 2016 at 12:30 pm #255050In reply to: BuddyPress 2.6.0 “Espejo” is now available
eroguguli
ParticipantHello Buddypress,
today on 23.06.2016 , there was a new update of (version 2.6.0) and here are the translations of notifications, messeges and friends on the tab were in german forgotten. can you please make it?
June 23, 2016 at 12:17 pm #255045Kookidooki
ParticipantHello Paul,
I’m using theme Kleo, BP Group Hierarchy, some other plugins and installed new Buddypress with all plugins switched off.
I’ve checked this: https://buddypress.trac.wordpress.org/changeset/10745
and see you did a huge overhaul to the Group Navigators..June 23, 2016 at 12:05 pm #255044In reply to: Private messages isn’t working
Sjoerdlagraauw
Participantwell.. i haven’t updatet Buddypress nor have I installed the beta version. But somehow the problem is solved. I had a problem with MyCred as well and they mentioned something about the plugin “user role editor”. Somehow it (or i did by mistake) change the admin role. So maybe this had something to do with the private message issue as well?
If not it was a theme issue because we did receive a update from the theme.
Anyway. thank you all for helping me with this problem
June 23, 2016 at 10:15 am #255039In reply to: Problems with customised Buddypress 2.1.2
Slava Abakumov
ModeratorI believe the answer is in the question itself.
heavily customised Buddypress
I’m pretty sure they have customized templates. So perhaps some things are hard-coded in templates (like register.php) and needs to be cleaned up.
So I would suggest going to a theme, and check all corresponding template files.
Here is a hierarchy that can be useful for you: https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/June 23, 2016 at 10:14 am #255038Paul Wong-Gibbs
KeymasterI’ve created a bug report for this issue so we can improve it in future
June 23, 2016 at 10:06 am #255033In reply to: BP2.6.0: localization regress
Slava Abakumov
ModeratorThat was a surprise for me, as yesterday BuddyPress ru_RU was 100% translated by me – both dev and stable.
I re-imported translations, so now everything is 100%.June 23, 2016 at 10:04 am #255031Paul Wong-Gibbs
Keymaster@kookidooki Are you using the BP Group Hierarchy plugin? If so, that plugin needs to be updated to work with BuddyPress 2.6.
June 23, 2016 at 9:46 am #255022June 23, 2016 at 9:32 am #255021Kookidooki
ParticipantOn line 155 I’ve found this code:
$retval = buddypress()->{$component}->nav->add_nav( $nav_item );June 23, 2016 at 9:22 am #255018In reply to: BP2.6.0: localization regress
danbp
ParticipantДобрый день @valery-kondakoff,
no it’s not a regression ! Just a question of delay after BP’s update. Translations are made by volonteers, which are humans, not programmed machines. You have to wait that the translation is completed.
Or you can download the trunk version, which is already completed to 100%.
https://translate.wordpress.org/projects/wp-plugins/buddypress/dev/ru/defaultAt the page bottom you have a download button and a file type selector. Select po and mo format and rename both files to buddypress-ru_RU
June 23, 2016 at 8:04 am #255014In reply to: Group publish only administrator and moderato
June 23, 2016 at 8:03 am #255013In reply to: Registration Page – How to add text?
sharmavishal
Participantin your child theme copy the register.php to /buddypress/members/index-register.php and edit the index-register.php the way you want it
June 23, 2016 at 7:25 am #255007nasocal
ParticipantI tried previewing new themes without switching and they seemed to be working fine with buddypress. So I searched for vantage theme problems with buddypress and sure enough there is a conflict with site origin’s page builder. I updated page builder and everthing is working fine now. I really appreciate your help, I thought I had checked all plugins, but maybe it needed the update.
June 23, 2016 at 7:10 am #255006In reply to: BuddyPress 2.6.0 “Espejo” is now available
Slava Abakumov
ModeratorThis might be the first BuddyPress release, where in contributors we can see both husband and wife!
Me and @oksankaa 🙂June 23, 2016 at 3:21 am #254998In reply to: Cannot create groups
r-a-y
KeymasterTurn off
WP_DEBUGinwp-config.phpand you should be able to continue using the “Re-order Group Tabs” plugin.As for BP Group Hierarchy, that probably requires an update to function properly.
BuddyPress 2.5.3 can be found here:
https://downloads.wordpress.org/plugin/buddypress.2.5.3.zipJune 23, 2016 at 2:38 am #254997In reply to: Cannot create groups
gilbert2015
ParticipantWhen i turn off the plugin for ‘Group Hierarchy’ i can create the group, but then when its created, i get an error message on top of the screen calling out the ‘Re-order group tabs’ plugin. Clearly there is a compatibility issue with the new version of buddypress and older plugins. Is there anyway for me to re-install the last version of Buddypress until these plugins take the time update there coding? Group Hiearchy is a make or break for me.
June 23, 2016 at 1:07 am #254994In reply to: Solved – BP 2.5 Emails not sending
rhemamediaweb
ParticipantWas stuck on this for a couple of days, so much trouble shooting. I had set up the Buddypress fancy HTML email and it was all working fine, then a few days later, did a test and it had defaulted to plain text, out of no where.
Thanks mecanographik!
Your first post above worked a charm.
June 22, 2016 at 10:17 pm #254987r-a-y
KeymasterSorry to hear you are experiencing trouble.
You could try adapting the friend count script:
https://buddypress.trac.wordpress.org/browser/tags/2.5.3/src/bp-core/admin/bp-core-admin-tools.php#L168Or, if you are familiar with wp-cli, you could convert that script into a wp-cli command:
http://wp-cli.org/docs/commands-cookbook/Then, you could run the script through wp-cli.
June 22, 2016 at 10:11 pm #254986In reply to: BuddyPress redirects to frontpage on registration
r-a-y
Keymaster@terpz – I think your problem is similar to this thread:
https://buddypress.org/support/topic/registration-and-edit-profile-issue/Try the recommendation listed here:
https://buddypress.org/support/topic/registration-and-edit-profile-issue/#post-254078I’ve listed this bug report here:
https://buddypress.trac.wordpress.org/ticket/7109June 22, 2016 at 4:25 pm #254975In reply to: Buddy press for multilingual
danbp
ParticipantJune 22, 2016 at 2:32 pm #254967In reply to: BuddyPress redirects to frontpage on registration
terpz
ParticipantHi again
i found the problem, but i do not have enough insight to buddypress to fix it.
file: wp-content/plugins/buddypress/bp-members/bp-members-screens.phpif ( isset( $_POST['signup_profile_field_ids'] ) && !empty( $_POST['signup_profile_field_ids'] ) ) { // Let's compact any profile field info into an array. $profile_field_ids = explode( ',', $_POST['signup_profile_field_ids'] ); // Loop through the posted fields formatting any datebox values then validate the field. foreach ( (array) $profile_field_ids as $field_id ) { if ( !isset( $_POST['field_' . $field_id] ) ) { if ( !empty( $_POST['field_' . $field_id . '_day'] ) && !empty( $_POST['field_' . $field_id . '_month'] ) && !empty( $_POST['field_' . $field_id . '_year'] ) ) $_POST['field_' . $field_id] = date( 'Y-m-d H:i:s', strtotime( $_POST['field_' . $field_id . '_day'] . $_POST['field_' . $field_id . '_month'] . $_POST['field_' . $field_id . '_year'] ) ); } // Create errors for required fields without values. if ( xprofile_check_is_required_field( $field_id ) && empty( $_POST[ 'field_' . $field_id ] ) && ! bp_current_user_can( 'bp_moderate' ) ) $bp->signup->errors['field_' . $field_id] = __( 'This is a required field', 'buddypress' ); } // This situation doesn't naturally occur so bounce to website root. } # else { # bp_core_redirect( bp_get_root_domain() ); #}on my page, signup_profile_field_ids (hidden field) does not exist on my reqistry page, and therefore it redirects using signup_profile_field_ids
commenting those 3 lines out, made it work for me.
Is this a bug or am i missing some settings?
-
AuthorSearch Results