Replies
- Brajesh Singh on February 14, 2018 at 11:30 pm in reply to: Problem Using Conditional Profile Fields for BuddyPress Plugin #13415This reply has been marked as private.
- Brajesh Singh on February 14, 2018 at 11:27 pm in reply to: Problem Using Conditional Profile Fields for BuddyPress Plugin #13414This reply has been marked as private.
- Brajesh Singh on February 14, 2018 at 10:44 pm in reply to: Problem Using Conditional Profile Fields for BuddyPress Plugin #13413This reply has been marked as private.
Hi Shelley
1. Please download the po file from here
https://www.dropbox.com/s/63ynu93msh1i26g/buddypress-en_US.po?dl=02. Open it in the poedit. Now, from View, please select order by Source as shown
https://i.imgur.com/ZDaXruq.pngIt will list texts ordered by alphabet. Please scroll till you find groups.
3. For translating the Groups in nav, you will need to translate 2 strings there
Please see
https://i.imgur.com/vxLwMcr.pngOnce you are done, please save and then move the generated mo file to your wp-content/languages/plugins directory. The generated mo file should be named buddypress-en_US.mo
Hope that helps.
Hi Shelley,
I will generate one and link to you in next reply.- Brajesh Singh on February 14, 2018 at 9:30 pm in reply to: [Resolved] BuddyPress Ajax Registration #13410This reply has been marked as private.
Hi Shelley,
You can put the following code in bp-custom.php/** * Redirect to activity page on login. */ function buddydev_redirect_to_activity_dir() { if ( ! function_exists( 'bp_is_active' ) || ! bp_is_active( 'activity' ) ) { return ; } bp_core_redirect( bp_get_activity_directory_permalink() ); } add_action( 'wp_login', 'buddydev_redirect_to_activity_dir' );That will redirect it for you.
Thank you
Brajesh- Brajesh Singh on February 14, 2018 at 9:07 pm in reply to: [Resolved] Cannot update cover image #13408
Hi Nick,
Can you please check if you have wp-content/uploads/buddypress directory on your local setup.Also, if it is present, is there “members” directory inside it.
If they are not present, create it.
Please make sure the uploads/buddypress is writable by the webserver and try again.
Let me know if you already have these and if you can see the uploaded cover image there?
Also, if it does work, please do let me know if you are on windows/linux ?
Thank you
Brajesh - Brajesh Singh on February 14, 2018 at 9:00 pm in reply to: Problem with Plugin BP Non Editable Profile Fields #13407
Hi Stefan,
Welcome to BuddyDev.Before I assist you further, Can you please check this one more time.
1. Do you have the default WordPress theme active?
2. Are you checking the edit profile page from http://yoursitename.com/members_page_slug/username/profile/edit.There are some themes which hack around the editing experience and we do have conflict with them.
3. You are not logged in as site admin.
The plugin does not restrict site admins from editing the profile field. Also, It only restricts on profile/edit page the dashboard edit profile page.
Please check and let me know.
Thank you
Brajesh No problem.
1. For the first, Please visit Appearance->Menu and you will see the option to change the label there. You can also change it from Dashboard->pages screen
For 2,3 and others(there are many places).
If you are running BuddyPress 2.9.2 or below, please copy the buddypress.pot file from plugins/buddypress to your wp-content/languages/plugins/ directorysearch for “Group” and trasnlate it.
Now you can translate the plugin and name the generated file as “buddypress-en_US.mo” there.
If you are on BuddyPress 2.9.3, the BuddyPress plugin does not have a valid pot file included with it.
You will need to generate it(Or let me know, I can generate one and link).
Thank you
Brajesh