Replies
- Brajesh Singh on December 19, 2019 at 12:05 pm in reply to: Clear Notifications plugin: Boss compatibility #27056
Also, you may want to use the BuddyPress Notifications widget. That provides a widget for listing/clearing the notifications on the front end.
Regards
Brajesh - Brajesh Singh on December 19, 2019 at 12:04 pm in reply to: Clear Notifications plugin: Boss compatibility #27055
Hi,
There were no posts by you here about it. I tried to look at it and you had contacted us via project request form(which should not have been).
The plugin was/is compatible with the original Boss theme. Are you sure you are using Boss(the blue sidebar one) and not their new theme?
I am not sure of the current status as they might have changed their theme recently. Please contact BuddyBoss support for the same.
Regards
Brajesh - Brajesh Singh on December 19, 2019 at 5:44 am in reply to: Woocommerce price variation by member type #27051
Hi Tosin,
Thank you.The Memeber Types pro supports multiple role. Even though WordPress supports multiple roles for a user, The default WordPress UI does not support it.
So, I am not sure if it will be a good idea to have multiple roles for long term. Some innocuous profile update may overwrite the roles.
Please think about the benefits/issues maintaining it and you go ahead with it.
Regards
Brajesh - Brajesh Singh on December 19, 2019 at 5:41 am in reply to: Maintain Xprofile fields when registering via Google Account #27049
Hi Daniel,
Please have a look at the BuddyPress profile completion plugin
https://wordpress.org/plugins/buddypress-profile-completion/It may help.
Regards
Brajesh - Brajesh Singh on December 17, 2019 at 2:05 pm in reply to: Woocommerce price variation by member type #27044
Hi Tosin,
Thank you for the question.You can easily solve it using our Member Types Pro plugin.
There exists plugins for Role based pricing. Using our member types pro, you can map member types to roles and use the existing plugins to resolve your issue.
I do not think we need a plugin for member type based pricing as the role based pricing will serve the purpose.
Regards
Brajesh - Brajesh Singh on December 17, 2019 at 7:29 am in reply to: Buddy Circles – Everyone in Circle #27042
Hi Christian,
Welcome to BuddyDev forums.Is there any plugin you are using which modifies the members loop or members list in some way?
Please let me know I will assist.
Regards
Brajesh - Brajesh Singh on December 16, 2019 at 9:56 pm in reply to: DISCUSSION "comment" SETTINGS 'saved changes are not taking effect at all' #27037
Hi,
It is not a good idea to change it directly in the database. You should most probably consider moving host.still, you can the following sql inside phpmyadmin(assuming you have selected your current database)
SELECT * FROM wp_options WHERE option_name LIKE 'comment_%'Please change ‘wp_’ with your actual table prefix.
It will list all the discussion specific settings and allow you modify there.
Regards
Brajesh Hi Jennifer,
You will need to activate an account(or the user will need to do so).
You can activate using
bp_core_activate_signup($key)
The key is stored in the user meta using ‘activation_key’.If you are on non multisite, you can access this key and activate the user in your first function just before you are returning the result.
Regards
BrajeshHi Kyle,
Welcome to BuddyDev forums.If you want to change the tab label, you will need to translate it.
There are multiple ways to translate.
A simple way to translate will be to use poedit.
Please open “mediapress/languages/mediapress-en_US.po” in poedit.
search for “Gallery %d”
and change that with your desired label.After that, Please save the file. A new “mo” file will be generated with the name “mediapress-en_US.mo”.
Please move this file to your wp-content/languages/plugins directory. It will change te label(I have assumed your locale to be en_US, If it is different, Please change the last part to that specific locale).
Another way to translate will be to use any of the translation plugins for WordPress and translate that string. That will work too.
Hope that helps.
Regards
BrajeshHi Jennifer,
How does the user activate their account?The code applies role on account activation. Please let me know how it works and I will be able to assist.,
Regards
Brajesh