Search Results for 'buddypress'
-
Search Results
-
How can I show each member type members in seperate page?
WordPress version:6.0
BuddyPress version:10.3.0
Theme:Olympus.Hello
In a project already in production (with an exclusively private access and about 100 existing members), I want to add a discussion space, and BuddyPress seemed to me to be the ideal solution.
However, I would like to :
– keep the native WordPress registration form (already modified)
– automatically attach users to BuddyPress (when I install BuddyPress, I don’t see them in the members!)I already use (among other things) the “Members” extension in WordPress.
Thanks
Translated with http://www.DeepL.com/Translator (free version)
Currently customising a WordPress site. Complete newbie, but progressing along. Installed BuddyPress and created a couple of groups and even integrated them with forums (old school) however I need to change the colour of the breadcrumbs (to green) as the site cannot contain any blue. To do this by CSS is preferable as I lack any real knowledge. Many thanks in advance.
I keep getting the following error-
wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 111any fix suggestions would be appreciated, please be specific, I am not a developer, winging it.
Buddypress search block show conflict with Learnpress after wordpress 6.0
Topic: BuddyPress + WCFM
Hi there,
I have Rehub theme+WCFM.
I have recently installed Buddy Press as I need it for a new feature on my site.
All good so far…I have 2 questions:
1: Creating a vendor (store vendor) account, then clicking on the profile icon at the header> manage your store, the WCFM panel opens, which is great.
BUT also the 4 Buddy Press menu options show above the WCFM panel (profile, listing manager,invitations, created by)
It is really confusing, as if I click on the ‘listing manager’ menu on Bpress then the WCFM panel opens in a funny way.
Is it possible to remove the listing manager option from BPress?
Not sure if it makes any sense, I can send you screenshots just let me know your email address.2: how can I remove the ‘newbie’ sign from members pages?
Thx
WP version: 5.9.3
BPress version: 10.3.0
site: https://manofestum.com/manostaging/en/ (it’s the staging version )Hello everyone,
Iâm trying to build the frontend part for my blog and use WP and BP as headless CMS through their API. But I canât get the registration to work as I expect. What I would like is to
- Have a registration form for new users to sign up.
- Once theyâre registered and after account activation, they appear in member list so that other users can make friendship request to them.
- When theyâre registered and after account activation they can log in (with JWT) and then display the memeber list to make friendship request.
What Iâve done, whatâs not working
- When I try to make a âcreate member requestâ via POST /buddypress/v1/members -> I get an error ârest_cannot_create_userâ because I donât have rights to create new members.
- When I try to make a âsignup requestâ via POST /buddypress/v1/signup, it registration seems to works (a user is added in WP) but heâs not visible in member list via GET /buddypress/v1/members.
- After account activation, the user is still not present in the member list
- After the user has logged in via JWT (POST /jwt-auth/v1/token), he can access to member list but he is still not present in the member list.
- The only way I found to make the user appears in the member list is to log in with the user credentials on the wp-admin interface.
How can I solve this, i.e. how can I make a new user visible in the member list without having him to log in through the wp-admin page ?
And this may be related but what is the difference between âuser signupsâ and âmember creationâ ?
Thanks,
DavidThank you for updating BuddyPress 10.3.0.
I will report it unfamiliarly.
After updating 10.3.0, other members (avatars) other than myself are no longer visible.
In addition, the correct number was displayed for the friend’s count.I tried Tools> Repair, but it didn’t improve, so when I reverted to 10.2, the avatars are now visible.
Maybe it’s just my environment,
but I hope it helps.Hi,
I could modify the currect query of the WP Core search using the filter of pre_get_posts but in the case of bp_search I cannot, is any filter that I could use to modify the results/query when we use the Buddypress search instead of WordPress Search? ?s=clean&subset=pages&bp_search=1
I need to exclude some pages/post or custom types, maybe ID’s in general from the BuddyPress Search, but I dont wanna to install another plugin, I prefer to have the control under function.php for example,
Is any filter that allow to modify the query as “pre_get_post” did ?
thanks in advance
Hello,
I’d like to change the pagination labels of Buddypress (Viewing 1 – 15 of 15 active members), for example changing ‘members’ to another string. How can I do so without editing BP core files?
Thank you
Hi,
I’m trying to show a part of the activtiy feed (entries categorized as “tips” with feed meta category) on a different page than the standard activity page. Using the activity loop in a custom page template it’s easy to display the restricted activities on a standard WP page.
However, as the standard WordPress page is not a registered BuddyPress page none of the Buddypress CSS classes and Javascript is loaded, which means that the custom loop looks pretty bad and is largely non-functional.
So far I’ve come up with two ideas about how to solve this:
1) using different feed templates on the standard activity feed page and indicate which one to use by adding a variable in the URL – this approach runs into problems because the standard feed is loaded by Admin-Ajax and there’s no apparent way to add an additional URL induced context variable to the ajax query – or is there?
2) turning the standard WordPress page into a BuddyPress page (so the activity JS and CSS is loaded). I’ve been thinking about actually comparing loaded scripts and manually enqueuing them for the new page-template, but I wonder if there is not a much simpler solution.
I’ve tried ideas like this “prehistoric” one, but they don’t appear to work anymore – https://buddypress.org/support/topic/make-your-own-custom-buddypress-page/page/2/
Is there a modern equivalent to this?
Should I maybe approach this completely differently?
Thanks for any help!
Topic: Role-based commenting
Hi,
Is there any way by which I can allow buddypress commenting for some roles and not for others?