Search Results for 'buddypress'
-
Search Results
-
Topic: Register Form missing???
Hi,
I am using an Uncode theme, Buddy Press Version 10.4.0 and WordPress 6.0.3. We’ve setup a Two empty pages ‘Register’ & ‘Activation’ and assigned them through the BuddyPress and it’s been working fine up until now. However, we can no longer see a Registration form and not sure what can be the issue, could you please help us solve this issue.
The page we need help with is: https://qrs-research.com/register/
Thanks in advance.
Speak soon.
There are 4 roles for users on my website. I want to set the BuddyPress community for a specific role user. Is it possible? How can do it if possible?
Hello,
since we replaced the change-avatar.php template (with a custom one), the crop image doesn’t work.
Checking the browser console we can see this error:Uncaught TypeError: o.Jcrop is not a function at n.initCropper (avatar.min.js?ver=10.3.0:1:10312) avatar.min.js?ver=10.3.0:1I tried to put the original code again, but still the same error. BuddyPress Version 10.3.0
How can you solve this problem?
Topic: Unable to Display All Forums
I have a new Site
Wordpress 6.0.3
WPBakery 6.9.0
BuddyPress 10.4.0I have 4 top level forums
only 3 will display, the 4th will show up in a menu, but not in the static display on the forums front page.
I have been through all settings but do not find anything that would effect this displayTopic: Printable Membership Cards?
Hello,
I’m looking for some guidance on adding printable ID cards to BuddyPress. This would basically be a template with filled in member info, very much like a business card. Is there a plugin way to do this or do I need to code up something custom? Still getting familiar with the plugin, haven’t really dug into the code yet so could use some general advice on how to implement this.
Thanks!
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