Replies
- Brajesh Singh on October 13, 2019 at 7:54 pm in reply to: Activate Button for users with no toolbar #25867
Hi Jacqui,
Thank you for purchasing the plugin.Please put this code in your theme’s functions.php or in the wp-content/plugins/bp-custom.php
add_filter( 'bp_account_deactivator_user_can_change_account_status', function ( $allow ) { return bp_is_my_profile() || is_super_admin(); } );That will show the activate/deactivate button on Member Profile header.
Regards
Brajesh - Brajesh Singh on October 13, 2019 at 3:22 am in reply to: BuddyBlog/BP Simple Front End Post – Post Thumbnail URL(How to add link to post) #25855
Thank you. All the best.
Regards
Brajesh - Brajesh Singh on October 13, 2019 at 3:22 am in reply to: FB like notification for buddypress #25854
Thank you Tosin.
We will fork and push an update on github this week. Will post back after that.Regards
Brajesh Hi Hans,
I am sorry but I am not sure I am understanding it correctly.I am unable to understand how a badge will be able to represent a custom action for the group. I have a few question.
1. is the badge assigned to group and is visible on group and not on user profile?
2. If yes, allowing group admin to create badge will make it meaningless, why would you like the option for group admin?Thank you
BrajeshHi Rav,
Thank you for the question.Please use the following code.
$read_count = BP_Notifications_Notification::get_total_count( array( 'user_id' => bp_loggedin_user_id(), 'is_new' => 0, ) );Regards
BrajeshHi Hans,
Sorry but I am not able to provide any snippet.BP Nouveau does not provide any consistent action hook between the header and the content.
If there were any, we could have used did_action() to easily accomplish it.My suggestion will be to override default-fron.php and put this line at top.
remove_filter( 'bp_get_group_description', 'bp_excerpt_group_description');That way, you remove the above filter from being applied to front page content.
Regards
Brajesh- Brajesh Singh on October 13, 2019 at 2:39 am in reply to: Member Types + conditional profile fields + Rehub Theme #25849
Hi Cap,
Sorry, I am not seeing the conditios on your current registration page.There are two reasons why this may happen.
1. A javascript error is preventing the plugin from applying conditions.
2. Or the markup is not confirming to the plugin’s default understanding.I doubt it is the first case as I can see some js error from various plugins there.
Regards
Brajesh - Brajesh Singh on October 13, 2019 at 2:35 am in reply to: Show full group description (mobile devices) #25847
Hi Craig,
Thank you for the question.
This is most probably happening dues to css media queries or text-overflow property.Are you using a custom theme?
Regards
Brajesh - Brajesh Singh on October 13, 2019 at 2:33 am in reply to: [Resolved] Username Availability Checker issue #25846
Hi Mac,
I am sorry. I could not release due to lack of time. Will need till Tuesday.Thank you
Brajesh - Brajesh Singh on October 11, 2019 at 1:40 am in reply to: [Resolved] Username Availability Checker issue #25837
Hi Mac,
Thank you.The usernames will be treated different on a normal WordPress install. “ian johnson” becomes “ian-johnson” for nice name.
The problem is BuddyPress is removing the space before inserting user
$user_login = preg_replace( '/\s+/', '', sanitize_user( $user_login, true ) );This was unexpected.
Anyway, I will push a release today or tomorrow with this fix and will let you know.
Regards
Brajesh