Replies
- Brajesh Singh on August 27, 2017 at 7:07 pm in reply to: [Resolved] How to change the 'Friend' slug to 'Partner' #10424
Hi Nim,
1. Using the code to change label is a bad idea. IO suggest using the translation tools(poedit) to translate the text.If you still want to do that, please change your code to this
define ( 'BP_FRIENDS_SLUG', 'partner' ); function bpcodex_rename_profile_tabs() { if ( ! is_user_logged_in() ) { return; } buddypress()->members->nav->edit_nav( array( 'name' => __( 'Partner', 'textdomain' ) ), 'partner' ); } add_action( 'bp_setup_nav', 'bpcodex_rename_profile_tabs' );Hope that helps.
Hi Alessio,
There are multiple ways to do it.You can create buddypress.php in your theme and that will be used as a wrapper for all the layout. There are other ways too.
If you can point me the difference you are trying to achieve(please add some screenshots), I can assist better.
Thank you
Brajesh- Brajesh Singh on August 27, 2017 at 6:59 pm in reply to: [Resolved] Why do my post slugs display a number at the end? #10422
I guess it has become irrelevent after your last settings update.
In future, to enable the use of slug on profile, you can add following code to your theme’s functions.php or the bp-custom.php
add_filter( 'buddyblog_use_slug_in_permalink', '__return_true' );Hope that helps.
Regards
Brajesh - Brajesh Singh on August 27, 2017 at 6:56 pm in reply to: Have the Blog/Posts page, and single posts use the themes styling? #10421
Hi Ian,
Thank you.
It is also possible to use your theme layout on the user pages too. It will need overriding the default template for BuddyBlog.Moving buddyblog will not do much. The folder is there to allow you change the layout for individual pages.
We add a different post style since each theme have their own styles of adding posts and we don’t know in advance about their layout.
I am glad the current settings are working for you. In case you plan to change it, we will assist/guide you in modifying the templates.
Regards
Brajesh - Brajesh Singh on August 26, 2017 at 1:02 pm in reply to: "BuddyPress Deactivate Account" email notification #10413
Thank you.
We are going to provide you an option where you can turn on/off this feature.I am not sure of things have changed but we wanted to provide something similar to facebook where account gets reactivated on login.
Regards
Brajesh - Brajesh Singh on August 25, 2017 at 5:09 pm in reply to: [Resolved] How translate your plugin "BuddyPress Deactivate Account" #10410
Hi Margrita,
You can use the .po file included with the file.You will find there “bp-deactivate-account-en_US.po” in te bp-deactivate-account/languages folder.
You may use poedit to translate this file and name the generated file “bp-deactivate-account-YourLocale.mo” where “YourLocale” should be replaced by your locale code.
You can either keep the mo file in there or move to wp-content/languages/plugins directory.
Hope that helps.
Regards
Brajesh - Brajesh Singh on August 25, 2017 at 4:43 pm in reply to: "BuddyPress Deactivate Account" email notification #10409
Hi Margrita,
Thank you.
Sure we will.
Allow us 48 hours(we will do it before that) and you will have this functionality and the ability to set message/enable/disable email notification.We are also planning to add an option to auto reactivate account on login. So, That release will take care of that.
Thank you
Brajesh Hi Patti,
I am sorry I could not check it on the site earlier. Will do today and report back.Regards
Brajesh- Brajesh Singh on August 22, 2017 at 7:34 pm in reply to: [Resolved] MediaPress Previous Next links #10395
Thank you.
Yes, you are right. I have moved the class to parent span.I am glad you have already resolved it.
Regards
Brajesh - Brajesh Singh on August 22, 2017 at 7:33 pm in reply to: [Resolved] Profile Visibility and Recent Visitors Clash #10394
Hi Graham,
Thank you for posting and my apologies for the inconvenience.1. You do not need to Buy the Profile Visibility Manager for the given case.
2. You are right about the compatibility, will it be feasible for you to allow me 2 days to put and upgrade with the compatibility for the Profile visibility as well as simple privacy?Thank you
Brajehs