Replies
- 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 - Brajesh Singh on August 22, 2017 at 7:30 pm in reply to: [Resolved] Add Extra links to BuddyPress User Profile –> just show to profile owner #10392
You are welcome. yes, you are right about wrapping the link in li tags.
Glad it is resolved.
Regards
Brajesh - Brajesh Singh on August 22, 2017 at 3:00 pm in reply to: [Resolved] Add Extra links to BuddyPress User Profile –> just show to profile owner #10388
Hi Alessio,
Thank you for posting here.Please use the follwing code
/** * Show links to the profile owner */ function buddydev_add_profile_extra_custom_links() { // show only if my profile. if ( ! bp_is_my_profile() ) { return; } ?> <a href="http://google.com" rel="nofollow">Google</a> <a href="https://buddydev.com">BuddyDev :)</a> <?php } add_action( 'bp_member_options_nav', 'buddydev_add_profile_extra_custom_links' );Hope this helps.
Regards
Brajesh - Brajesh Singh on August 21, 2017 at 11:51 pm in reply to: [Resolved] Incompatibility of plugin Buddypress User Testiomonials – very bad coding #10383This reply has been marked as private.