Search Results for 'buddypress'
-
Search Results
-
My BuddyPress endpoints
– friends,
– notifications,
– message and
– profileare not working, when the Elementor Pro plugin is active. Elementor itself is not a problem.
I have this issue for quite some time now. Does anybody know what this is about and how to fix it? Thanks.
I use the pro version of Astra, with a child theme, on my site.
Something in the astra setup causes any attempt to navigate to a member’s personal page to throw a 404 error.
When I switch to, say, the default 2022 theme the problem goes away and the member’s page shows up.
Has anyone else run into this? How do I fix it?
– Mark
WP Version 6.0.2
BuddyPress Version 10.4.0
Astra Pro Version 3.9.2Topic: Group create not showing
I have set buddypress to allow all users to create groups, however no option is showing under groups for users to be able to create groups. As admin I can only create groups from the dashboard.
Any ideas ?
Hello dear Buddypress team,
I need to make the groups directory show each group’s main forum url (/forum/), instead of its home (showing members) so, clicking the group link in the directory page , it would send directly to the forum.
I realize this may require more abilities than I have, but is it even possible? I searched through the Buddypress plugin files (specifically bp-groups/screens/directory.php, but I have to say I hit a wall. I was thinking of adding /forum/ somewhere and here it is :’)
The url concerned is https://freefullpdf.com/wordpress/groups/ (work in progress), with WordPress 6.0.2, Buddypress 10.4.0 and bbpress 2.6.9 (for the forum part).
Thank you very much for any responseTopic: Buddypress many slow querys
This is Buddypres 7.2.1 btw
Any ideas where this is being called and any way to tweak it to force it to use another index?
For some reason, it’s using date_recorded as the index, thus causing these 1,2,3+ second queries.
They look like this:
SELECT DISTINCT a.id FROM wp_bp_activity a WHERE ( ( a.user_id IN ( 457,4233,6113,4562,47,5954,5530,5149,5160,5500,6436 ) AND a.hide_sitewide = 0 ) ) AND a.is_spam = 0 AND a.type NOT IN ('activity_comment', 'last_activity') ORDER BY a.date_recorded DESC, a.id DESC LIMIT 15, 16; /////////////// SELECT DISTINCT a.id FROM wp_bp_activity a WHERE ( ( a.user_id IN ( 5137,4581 ) AND a.hide_sitewide = 0 ) ) AND a.is_spam = 0 AND a.type NOT IN ('activity_comment', 'last_activity') ORDER BY a.date_recorded DESC, a.id DESC LIMIT 0, 16; /////////////// SELECT DISTINCT a.id FROM wp_bp_activity a WHERE ( ( a.user_id IN ( 34806 ) AND a.hide_sitewide = 0 ) ) AND a.is_spam = 0 AND a.type NOT IN ('activity_comment', 'last_activity') ORDER BY a.date_recorded DESC, a.id DESC LIMIT 60, 16;Hi Forum
I need to offer each user a document that is unique to them and can only be accessed by them.
Is BuddyPress a neat solution?
Thanks
Topic: Public Course Progress
I am creating a fitness courses website integrated with BuddyPress. Under the profile page we can currently see the % of the course that has been completed.
This information is only available to the user and I would like to make it so that everyone who is friends with said user can see their progress on the course that they have started. Is this possible?
TIA