Search Results for 'buddypress'
-
Search Results
-
Topic: Shortcodes not working
I am trying to use the [bbp-register] shortcode on a page but it just shows the shortcode, not the registration form.
1. I have the latest version of BuddyPress and BuddyPress Docs installed and activated.
2. I have tried using several other themes, including twenty twenty-two.
3. I have tried loading in an incognito window.
4. Same problem happens with other bbp shortcodes, like the login shortcode.
5. I’ve tried deactivating all other plugins except BuddyPress.Anyone know why the shortcodes aren’t working for me?
Here’s the page: https://ntgreekreadinggroup.com/register/
I have installed the buddypress and the pages are created automatically but there is no any components on the pages. Can someone can help? thanks!
I want to have VIP members in my website. The VIP members should pay to register. And VIP members have more authority and activity options in website.
Also I intend to have some marketer for website (affiliate program- like the affiliate wp plugin), and pay to the marketer for the members that invited by them and registerd as vip member.
How can I do it?WordPress version:6.0
BuddyPress version:10.3.0
Theme:Olympus.I would appreciate to your attention.
Some Help please. All of my buddypress emails not sending. I have the wpmail smtp plugin configured and other emails are being sent but not the buddypress emails, there are not even saved in the email log, which convinces me that they are not being sent al all.
Any help here will really be appreciated.
the three pages linked here codex.buddypress.org/developer/buddypress-hooks-actions-filters/ i would love to access, but they are not public. who controls these? if these are supposed to be private, it’s probably a good idea to REMOVE those links from the PUBLIC codex site.
Using Youzify with a private BuddyPress site (i.e., everyone is a “member” and there is no public access), there is a profile privacy section at the bottom of the new post area on the activity feed that defaults to “Public”. On private communities this is likely to cause a fair amount of confusion because users will obviously not want anything they post to be truly “Public”, and there’s no need to force them to select “Members” before they post since it’s a private community.
In Youzify, the list of privacy options is called with apply_filters and a function name “youzify_wall_activity_privacy_option”. So in your bp_custom.php you can add something like this, where I moved the “Members” option to the top and commented out the public option:
add_filter('youzify_wall_activity_privacy_options', 'youzify_change_public_option' ); function youzify_change_public_option( $options ) { $options = array( //'public' => array( 'title' => __( 'Public', 'youzify' ), 'icon' => 'fas fa-globe-asia' ), 'members' => array( 'title' => __( 'Members', 'youzify' ), 'icon' => 'fas fa-users' ), 'onlyme' => array( 'title' => __( 'Only Me', 'youzify' ), 'icon' => 'fas fa-lock' ), 'friends' => array( 'title' => __( 'My Friends', 'youzify' ), 'icon' => 'fas fa-user-friends' ), ); return $options; }The keys “public”.”onlyme”, “friends”, and “members” are hard coded into the privacy code so probably best not to change those. The default icon is still the globe when the page is first loaded with the members section at the top of the list, but I think that can be changed in a stylesheet or possibly a theme file override.
The reason I didn’t just rename “Public” and remove the members option is because if the community ever goes public, we don’t want those posts that were destined for the private community to be shown. This way they are still tagged as “members”.
Is there any way at all to prevent Buddypress Rewrite Rules on Non-Buddypress pages/posts?
There’s a problem that people have been facing with Buddypress for years that give random 404 errors because of a rewrite rule being executed on nonbuddypress pages the more activity there is, is there something I can do to prevent the write rule from being run on nonbuddypress pages?
So far there have been absolutely no answers/patches over the years
Topic: Random 404 errors
Hello, I’m getting 404 errors in a similar way this person was getting 404 errors:
From time to time, if you click a link not related to Buddypress, you get a 404 error. I uploaded a query monitor and found that on pages that get those 404 errors, there’s a different “Matched Rule” when the page is requested. When it’s not working it’s [^/]+)(?:/([0-9]+))?/?$, when it is working it’s (.?.+?) (?:/([0-9]+))?/?$
I tried implementing the code in the above link, replacing my failed matched rule with theirs in the code, but I got critical errors. I’m wondering if the code is correct in my instance, and I added it to the class-wp file right after $rewrite = $wp_rewrite->wp_rewrite_rules(); (I don’t know what he means by “in the parse function request”), so I’m wondering if the place I placed it is correct as well
Topic: Expand a group page
Hi, I’m new to buddypress.
I want to create new tabs that contain information on the group pages.Is there a third party plugin that extends the groups page?
Is there a page with information on how to do it in code?Thank you
—-
Theme Woffice
Buddypress: 4.2.2
Wordpress: 5.9Topic: [Help]
Unable to log into my WordPress since I downloaded the most recent BuddyPress plugin. My site is running well, but i’m unable to login as admin with my regular username/password. I am unable to reset my password. The only message I receive is:
Warning: strpos(): Empty needle in /home/customer/www/pharmdit.com/public_html/wp-content/plugins/stax-buddy-builder/core/hooks/BuddypressHooks.php on line 491
Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/pharmdit.com/public_html/wp-content/plugins/stax-buddy-builder/core/hooks/BuddypressHooks.php:491) in /home/customer/www/pharmdit.com/public_html/wp-login.php on line 462
Thank you.
Topic: Divi Builder and Buddypress
How can I customise individual buddypress pages with the Divi Builder?
I have already tried with the plugin “buddypress shortcodes”.
However, I notice that the automatically created Buddypress page “activity” has more content than my individual page and the shortcode [activity-listing].
Why is the whole page not displayed?
Is there no clever solution for Buddypress with shortcodes?
Topic: Header bubbles
Topic: Link Posts Preview
I just want to know for certain what is normal behavior for link previews. On the screenshot below, the area circled in red is clickable and it takes you to the URL. However, the area circled in green is not. Is this normal for Buddypress? Is this area for preview only? Thank you.

Topic: How to add sidebars

