Replies
- Brajesh Singh on July 10, 2019 at 12:55 pm in reply to: [Resolved] Why does BP Members Directory reload every time? #24045
Hi Carsten,
The problem with people is they think if something was added recently, It is better.Nouveau and Legacy are two choices of template pack. Nouveau was added recently.
In my opinion, BuddyPress developers added it to make BuddyPress appear more modern(ajax loading and so on).
The problem is Nouveau is neither flexible nor easily extendible. That makes its adoption/support difficult.
Regards
Brajesh - Brajesh Singh on July 10, 2019 at 12:01 pm in reply to: BuddyPress Xprofile Custom Field Types – translation #24043
Hi Nik,
I don’t use WPML, so I am not sure how will you find it.I hope you are able to find the string and translate.
Regards
Brajesh - Brajesh Singh on July 10, 2019 at 11:57 am in reply to: [Resolved] Why does BP Members Directory reload every time? #24042
Hi Carsten,
I am sorry but I don’t see a simple solution. It might be achieved by unbinding js events but that makes it complex.I won’t be able to assist you with it.
Regards
Brajesh You are welcome.
- Brajesh Singh on July 10, 2019 at 11:31 am in reply to: [Resolved] Why does BP Members Directory reload every time? #24038
Hi Carsten,
If you are using bp-legacy, you can modify yourtheme/buddypress/members/members-loop.php and replace this line<div id="pag-top" class="pagination">with this
<div id="pag-top" class="pagination no-ajax">same for the bottom of the file
Replace this
<div id="pag-bottom" class="pagination">with
<div id="pag-bottom" class="pagination no-ajax">That will disable ajax loading.
PS:- If the file is not there, you may copy it from wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/ to your theme/buddypress/members .
Regards
Brajesh - Brajesh Singh on July 10, 2019 at 11:23 am in reply to: How can I keep all BP content navigation within Buddypress? #24037
In WordPress, you can make a menu item link to any custom link.
Using the special URL as custom link, you can link to any tab.
Primary or sub nav depends on the theme. You can link to any tab/subtab to any WordPress navigation item.
Please check the custom link option.
Regards
Brajesh - Brajesh Singh on July 10, 2019 at 10:23 am in reply to: [Resolved] Feature Request: Time-based Member Types #24036
Hi Mike,
Thank you.We need some kind of membership option that controls time(for example after 30 days the member ship expires or 60 days it expires).
We can use the membership to trigger change.
I am not sure as I do not use wp download manager, does it provide any membership system? If yes, we can look into it and check if we can integrate it with the member types pro.
PS:- We will have a membership plugins this year.
Thank you
Brajesh - Brajesh Singh on July 10, 2019 at 10:19 am in reply to: [Resolved] Recent Profile Visitors – no visit count in tab #24035This reply has been marked as private.
Hi Mike,
Thank you.
It was a bug in the plugin.I have fixed role based badge now
https://buddydev.com/plugins/buddypress-user-badges/
The bug was not allowing saving images for roles. Please upload images for role badges and It will work now.
PS:- As discussed in other topic, multisite network mode is not available yet. We are hoping to push with multisite network mode compatibility next week.
Thank you
BrajeshYou are welcome 🙂