-
Raakesh replied to the topic Add friend button not working. in the forum How-to & Troubleshooting 3 years, 8 months ago
Hello @venutius,
Thanks for the immediate response,
As per you’re guidance I’ve found the issues via “Inspect Element” then select “Console” and found the below error :
This request has been blocked; the content must be served over HTTPS.
So I’ve installed SSL Insecure Content Fixer and select HTTP_X_FORWARDED_PROTO (e.g. load balance…[Read more]
-
Raakesh replied to the topic Add friend button not working. in the forum How-to & Troubleshooting 3 years, 8 months ago
Any update @venutius hope you’ll help 🙂
-
Raakesh started the topic Add friend button not working. in the forum How-to & Troubleshooting 3 years, 8 months ago
Hello,
I’m using the latest version of buddypress and wordpress. Unfortunately add friend, new post are not working its loading…..continuously . I’m using Nouveau template.
I’ve did everything rollback to older versions of theme and plugins nothing happened. Also deactivated all plugins, Chaning to legacy I did everything, nothing…[Read more] -
Raakesh started the topic Is it possible to import select group option post.php page? in the forum How-to & Troubleshooting 5 years, 7 months ago
Good day,
I currently working on a project, it is a Hackathon event. Blog post should be a team post. There are only two categories. So I decided to my users will have the option for select GROUP in the wp-admin/post-new.php . Is it possible to create an option like categories.
-
Raakesh replied to the topic Solved – Need to restrict my users to join multiple groups, in the forum How-to & Troubleshooting 5 years, 8 months ago
Hello @Venutius,
Fantastic, you did a wonderful job. Thank you so much for your immediate help. Much appreciated. Once again Thanks a Ton for All.
-
Raakesh replied to the topic Solved – Need to restrict my users to join multiple groups, in the forum How-to & Troubleshooting 5 years, 8 months ago
Hello @@venutius,
The above action is undo user to join group. If a user joined in a group it automatically undo it.
‘if ( $membership_total >= 1 )’ is not working. Please fix thanks in advance. -
Raakesh replied to the topic Solved – Need to restrict my users to join multiple groups, in the forum How-to & Troubleshooting 5 years, 8 months ago
Hello @Venutius,
The filter is working fine. If possible could you please help me with the auto page reload if the user click join group.
A whole hearted and heart felted Thank you all for your solution’s on my need towards the issues. Definitely this is keeps motivated and to be more active in this community to learn and share the knowledge.…[Read more]
-
Raakesh replied to the topic Solved – Need to restrict my users to join multiple groups, in the forum How-to & Troubleshooting 5 years, 8 months ago
Hello @Venutius,
I’ve checked Buddypress options it shows Buddypress Legacy template.
Please find below the snap shot.
-
Raakesh replied to the topic Solved – Need to restrict my users to join multiple groups, in the forum How-to & Troubleshooting 5 years, 8 months ago
Good day Venutius,
Much appreciated, Please look my website Thinkbox I’ve used Astra WordPress theme and Youzer plugin for rich look.
Thanks,
Raakesh V. -
Raakesh replied to the topic Solved – Need to restrict my users to join multiple groups, in the forum How-to & Troubleshooting 5 years, 8 months ago
Hello @Venutius,
Oh yes I forget that now its working fine!! But users still able to join multiple groups. Please fine below the snap shot.
Thanks,
Raakesh V -
Raakesh replied to the topic Solved – Need to restrict my users to join multiple groups, in the forum How-to & Troubleshooting 5 years, 8 months ago
Hello Venutius,
Much appreciated, Thanks for the immediate update and help. I’ve used the plugin but it does not works! Please fine the snap shot
This rule is for contributor part. I’ve used ‘edit_posts’ capability. Please help me to fix this.’
Thanks,
Raakesh V. -
Raakesh replied to the topic WordPress Dashboard in the forum How-to & Troubleshooting 5 years, 8 months ago
Please fine below the filter. Hope it works!!
add_action( 'init', 'remove_admin_bar_user', 10001 );
function remove_admin_bar_user() {if ( current_user_can( 'administrator' ) || is_admin() ) {
show_admin_bar( true );
} else {
show_admin_bar( false );
}
} -
Raakesh started the topic Solved – Need to restrict my users to join multiple groups, in the forum How-to & Troubleshooting 5 years, 8 months ago
Good day,
I currently working on my office project. which is a website for managing a hackathon event that occurs every year. Our users will be in teams of 3 people and will be able to post about their project live on our website.
Last year we did with hackerearth.com but this year our company hire me to build a website. Now I’ve used…[Read more]
@rocky2sdat
Active 2 years, 1 month ago