-
Prashant Singh replied to the topic Members listing and sorting in the forum Installing BuddyPress 6 years, 2 months ago
Hi,
You can create xprofile fields to save there data and then can search them on the basis of those fields under members directory using this plugin https://wordpress.org/plugins/bp-profile-search/
Thanks
-
Prashant Singh replied to the topic Error 500 on wp-admin/admin-ajax.php in the forum How-to & Troubleshooting 6 years, 2 months ago
This seems to be a plugin conflict. Please leave BuddyPress installed and check by disabling other plugins to see which one created the issue.
Thanks
-
Prashant Singh replied to the topic Adding rel=nofollow to buddypress’ admin bar items in the forum Creating & Extending 6 years, 2 months ago
You can try though to check this.
https://www.elephate.com/blog/javascript-seo-experiment/ -
Prashant Singh replied to the topic My activity group and user avatar links issue in the forum How-to & Troubleshooting 6 years, 2 months ago
ok 🙂
-
Prashant Singh replied to the topic Members Masonry – Element in the forum How-to & Troubleshooting 6 years, 2 months ago
Hi,
You have to find the code in the add-on plugin to do so because they must not be using default members-loop.php file to show members.
Thanks
-
Prashant Singh replied to the topic Use BuddyPress email template for WordPress emails in the forum How-to & Troubleshooting 6 years, 2 months ago
Hi,
It will need customization as it will require to override mail templates of different plugins and then have to fetch the proper unsubscribe link to echo there.
Thanks
-
Prashant Singh replied to the topic Active directory infos in the BP cover options in the forum How-to & Troubleshooting 6 years, 2 months ago
Hi,
If you are able to retrieve those fields then you can easily show them on members’s profile. You just have to override profile template from Buddypress in your child them then just fetch and echo out these values in proper HTML.
Thanks
-
Prashant Singh replied to the topic How to filter members by profile field entries? in the forum How-to & Troubleshooting 6 years, 2 months ago
-
Prashant Singh replied to the topic PM Spam in the forum How-to & Troubleshooting 6 years, 2 months ago
I guess on the members directory only he can see all the user name. It must be your_site_url/members page.
Thanks
-
Prashant Singh replied to the topic How to hide the "Home" tab under Profile (member navigation items) in the forum How-to & Troubleshooting 6 years, 2 months ago
You can search for such kind of issues in this forum also or can google this out as well.
Please check this thread: https://buddypress.org/support/topic/change-username-to-display-name-on-member-profile-page/
Hopefully, it will help you.
Thanks
-
Prashant Singh replied to the topic How to hide the "Home" tab under Profile (member navigation items) in the forum How-to & Troubleshooting 6 years, 2 months ago
ok, no worries.
Please add this CSS code as well.
.bplock-register-form-container {
display: none !important;
} -
Prashant Singh replied to the topic Auto post from reddit in the forum Creating & Extending 6 years, 2 months ago
I already have an idea there like you can see this https://stackoverflow.com/questions/6183318/getting-new-posts-from-a-subreddit-in-json
So you can check all these things and can ask someone to do it for you as well as can submit a request in BuddyPress also.
Thanks
-
Prashant Singh replied to the topic How to hide the "Home" tab under Profile (member navigation items) in the forum How-to & Troubleshooting 6 years, 2 months ago
I have already mentioned that,
add a new js code.
Please add a new js code.
-
Prashant Singh replied to the topic How to hide the "Home" tab under Profile (member navigation items) in the forum How-to & Troubleshooting 6 years, 2 months ago
Please install this plugin https://wordpress.org/plugins/custom-css-js/ and add a new js code.
Thanks
-
Prashant Singh replied to the topic Auto post from reddit in the forum Creating & Extending 6 years, 2 months ago
It’s ok and you can request this feature as well but the inclusion of any such feature will depend on user interests cox this seems to be very specific.
Thanks
-
Prashant Singh replied to the topic How to hide the "Home" tab under Profile (member navigation items) in the forum How-to & Troubleshooting 6 years, 2 months ago
Hi,
We can achieve this by using this jquery code:
jQuery('#bplock-register-tab').on('click',function(){
jQuery('.bplock-register-form-container').hide();
window.location.href= "http://www.legit-check.dk/registrer/";
});Thanks
-
Prashant Singh replied to the topic Buddypress username in profile in the forum How-to & Troubleshooting 6 years, 2 months ago
Great to hear that it helped you 🙂
-
Prashant Singh replied to the topic How to hide the "Home" tab under Profile (member navigation items) in the forum How-to & Troubleshooting 6 years, 2 months ago
Perfect 🙂
-
Prashant Singh replied to the topic How to hide the "Home" tab under Profile (member navigation items) in the forum How-to & Troubleshooting 6 years, 2 months ago
For this new template pack go to dashboard then appearance->customize->BuddyPress Nouveau and see there if there is an option to change the default profile tab.
-
Prashant Singh replied to the topic How to hide the "Home" tab under Profile (member navigation items) in the forum How-to & Troubleshooting 6 years, 2 months ago
BuddyPress Nouveau is the new template pack and it’s coding is different from the legacy(old template pack). The code that you were trying is ll written for legacy only.
- Load More
@prashantvatsh
Active 3 months, 3 weeks ago