Search Results for 'buddypress'
-
AuthorSearch Results
-
August 30, 2018 at 5:47 am #276013
In reply to: Member map in learndash website
Prashant Singh
ParticipantIt works with the default members directory. It never needs an extra page to do so.
Sorry for any confusion, but I was saying that it never needs a new page to do so. Certainly if you will assign any other page in drop-down then also it will show the Buddypress members directory. To make this plugin work with any custom page you need to look if it can be customized.
August 29, 2018 at 10:30 pm #276004In reply to: Add Friend button with ajax
DAM
Participant@prashantvatsh the condition is ok, the problem is that even if I include buddypress.js or buddypress-nouveau.js its not working
August 29, 2018 at 9:45 pm #276003In reply to: Member map in learndash website
iamkashifnadeem
ParticipantWhen you change your member page from Buddypress settings it will show default buddypress content of member page… not your custom content.
Its just like you assign your Post page to Sample Page while you have custom content in Sample page but it will only display Your posts… not custom content.What you are saying its not possible.
As you wrote in previous comment that we can change default buddypress member page from Geo My WP.August 29, 2018 at 8:56 pm #275996In reply to: “Display name publicly as” to XProfile Name
Prashant Singh
ParticipantFor new users you can use the code mentioned here https://forums.wpsharks.com/t/pro-form-buddypress-make-display-name-default-to-username-or-make-it-custom-profile-field/2113
For existing users you can give this plugin https://wordpress.org/plugins/buddypress-real-names/
a try.Thanks
August 29, 2018 at 8:47 pm #275994In reply to: Member map in learndash website
Prashant Singh
ParticipantIn buddypress settings under pages tab you have to choose the page in members page dropdown.
Settings -> Buddypress -> Pages
Thanks
August 29, 2018 at 11:01 am #275986Prashant Singh
ParticipantHi,
There must be some javascript code missing which was only en-queued on site-wide activity page and now that needs to be enqueued on profile also. Please check there which javascript you are missing. It will be most probably buddypress-activity javascript.
Thanks
August 28, 2018 at 9:35 am #275973In reply to: Activity page showing all members
intrelis
ParticipantThank you! I can’t believe it is so simple, yet there is no apparent option for it.
PS: What plugin does BuddyPress.org use for the support forum?
August 28, 2018 at 9:33 am #275972In reply to: Activity page showing all members
Prashant Singh
ParticipantPlease check on the URL: your_site_url/activity like https://test.com/activity.
It’s called site-wide activity page in BuddyPress where you will see that all members tab.Thanks
August 27, 2018 at 10:49 pm #275958In reply to: Hide a profile without photo
shanebp
ModeratorThis should get you started:
https://buddypress.org/support/topic/show-only-members-with-avatars-on-member-loop/August 27, 2018 at 2:33 pm #275950calliesens
ParticipantHi Prashant, thank you so much for your reply but I’m a tech noob and I’ve gone through the entire article but couldn’t quite understand it..
If it’s not too much trouble, is it possible for you to list out the steps to perform this? I run a multisite installation and I intend to make my BuddyPress network wide but registration, login etc will be done on the main site.
What I’ve done is separate my site into parts and each part is one subsite. So all the subsites in my network add up to form one single website. I hope I’m not confusing you…
August 27, 2018 at 1:35 pm #275947In reply to: how to remove component from bp notifications?
Prashant Singh
ParticipantOk, so what I am doing is that I am navigating you to the file where it is coded and I guess it can only be commented in the plugin code itself and we can not remove it by the hook.
File: https://github.com/WPPlugins/activity-reactions-for-buddypress/blob/master/class/class.php
on line 1044 and 1062If it does not help then there are two filters on line 1165 and 1165, we can try removing them also.
Thanks
August 27, 2018 at 1:30 pm #275946In reply to: See only a kind of users
Prashant Singh
ParticipantHi,
Please see this thread: https://wordpress.stackexchange.com/questions/125754/buddypress-conditionally-filter-directory-based-on-xprofile-field
Hopefully, it will fix your issue.
Thanks
August 27, 2018 at 9:16 am #275941In reply to: bp_get_suggestions 400 error
shubh14
ParticipantThis is a bug. I’m getting this error when I deactivate the activity component from the settings. I have submitted a ticket here
August 27, 2018 at 6:13 am #275937In reply to: Add Friend button with ajax
Prashant Singh
ParticipantYou can try enqueuing that with the conditional tag like:
function ps_buddypress_js_load(){ if(is_home()){ wp_register_script('buddypress', plugins_url( '/buddypress/bp-templates/bp-legacy/js/buddypress.js' , 'buddypress' ) ); wp_enqueue_script('buddypress'); } } add_action('wp_enqueue_scripts', 'ps_buddypress_js_load');If you are using the nouveau template then can change the path accordingly.
Thanks
August 27, 2018 at 6:00 am #275936In reply to: Notification not showing in user profile
Prashant Singh
ParticipantThat’s not a default BuddyPress feature. You can try this plugin https://buddydev.com/plugins/bp-notify-post-author-blog-comment/ to see if it works fine for you.
Thanks
August 27, 2018 at 5:49 am #275935In reply to: Notification not showing in user profile
raneeshct
ParticipantThis is not the solution I am looking for. Let me explain what I clearly needs.
I have an existing WordPress website with a few posts. I have installed BuddyPress plugin. Now let’s assume I have two users A and B registered in the website and consider a post with Title “Hello All”
1. User A made a comment on the post “Hello All”
2. User B made a reply comment to the User A’s commentit is expected to show a notification on User A profile under notification tab on site such us User B replied to your comment. Unfortunately this is not happening on the website. To cross check whether it is a theme issue, I have changed the theme to default themes of WordPress and notification is not yet showing. Please help. Looking forward to an immediate response.
Here is the website URL https://beanstalkminds.com/
August 27, 2018 at 5:11 am #275934In reply to: Restrict Content Pro Multi site with BuddyPress
daynewilliams
ParticipantThanks for the reply Shane.
From what I understand this can only work using the multi-site feature? So if I had 2 different installations of WordPress for each website and wanted to have the BuddyPress accounts shared between the two websites – it would not work?
August 26, 2018 at 10:49 pm #275932In reply to: Add Friend button with ajax
DAM
Participantno, I know how to add the add-friend button but do I need to include the buddypress js somewhere to make it works with ajax? thanks
August 26, 2018 at 10:04 pm #275929In reply to: remove bp notification by component_name ?
Prashant Singh
Participant
Thread is aleady active here.August 26, 2018 at 10:02 pm #275928In reply to: Buddypress create errors in my Theme
Prashant Singh
ParticipantSeems like your theme is not compatible with BuddyPress. If you can check with the default theme, you will see that it works fine.
August 26, 2018 at 9:58 pm #275927In reply to: Activation Page not Working as Child
Prashant Singh
ParticipantIt is always included as a parent page in BuddyPress. It’s having it’s own functionality that’s why it is an individual page. You should not make that child page of registration.
Thanks
August 26, 2018 at 9:50 pm #275926In reply to: Notification not showing in user profile
Prashant Singh
ParticipantI am not sure if you are creating blog posts or activity. BuddyPress sends notification for these updates https://codex.buddypress.org/administrator-guide/notifications/
If it is a blog post then you have to go with this code to get notification https://wordpress.stackexchange.com/questions/263950/new-post-notifications-for-users-buddypress
August 26, 2018 at 9:44 pm #275925In reply to: Uploaded Avatars do not Crop Correctly
Prashant Singh
ParticipantPlease check this link https://gschoppe.com/wordpress/buddypress-auto-pad-avatars/
If this can help, it will be great.
Thanks
August 26, 2018 at 9:41 pm #275924In reply to: Accessing Profile Page
Prashant Singh
ParticipantHi,
Please check this link https://codex.buddypress.org/getting-started/buddypress-links-in-wordpress-menus/
You can easily get BuddyPress menus on your site.
Thanks
August 26, 2018 at 9:38 pm #275923In reply to: bp_get_suggestions 400 error
Prashant Singh
ParticipantPlease check if there is any plugin conflicting with BuddyPress or any code written in your child theme that can break the process.
Thanks -
AuthorSearch Results