Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 1 through 25 (of 22,670 total)
  • Author
    Search Results
  • emaralive
    Moderator

    The slug you provided corresponds to the Simple CAPTCHA Alternative with Cloudflare Turnstile plugin.

    The simplest solution is to force BuddyPress to use the standard WordPress login form, this can be accomplished by utilizing the bp_view_no_access_redirect_to_login_screen filter hook with a callback that returns a value of true. A one-liner approach is as follows:

    
    add_filter( 'bp_view_no_access_redirect_to_login_screen', '__return_true' );
    
    Mirax
    Participant

    Wordpress plugin : simple-cloudflare-turnstile

    I should point out that in the settings for this plugin, the “BuddyPress Register” checkbox is checked. The captcha is also visible on all of my forms (contact, WordPress login, etc.).

    I am looking for a way to add the captcha specifically to the “Members-only area” page.

    emaralive
    Moderator

    Do you have a link to the specific “Cloudflare Turnstile” plugin that you are utilizing? I’m asking because there appears to be several plugins that are available via the WordPress plugin directory.

    #339113
    emaralive
    Moderator

    As far as I can tell, “subscribe/unsubscribe” functions as expected when BuddyPress is activated or deactivated, thus I’m not able to duplicate your claim. Additionally, this was tested in the following environment:

    WordPress: 6.9.1
    BuddyPress: 14.4.0 – activated & deactivated
    bbPress: 2.6.14 – activated
    theme: Twenty Eleven

    No other plugins were activated other than what is indicated above.

    FWIW – engagements.js is responsible for the functioning of the subscription process for bbPress. It could be that this script is not being enqueued due to some other undisclosed factor or, if enqueued, a javascript error caused by a conflict with a theme or other plugin, however, this is just speculation since I am not able, at this time, to duplicate the issue you have described.

    As to:

    I have seen other messages on this topic dating back a number of years but no clear answer

    I’m not aware of such topics within the BuddyPress support forums, could you provide a specific topic with this claim?

    Mirax
    Participant

    Hello,

    As my site is French-speaking, I use a custom slug for viewing messages.

    In the slug configuration, for the “Messages” component, I have replaced the slug “view” (in English) with “afficher” (in French).

    This slug is not recognized by the system and does not work, despite the permalinks being recreated, when the message number is specified.

    For example:

    The URL https://expatthailande.com/membres/utilisateurtest4/messages/view/7/ does not display the messages received, whereas https://expatthailande.com/membres/utilisateurtest4/messages/afficher/7/ does.

    I am using BuddyPress version 14.4.0 on WordPress version 6.9.1.

    Thank you for your help. Best regards.

    #339101

    In reply to: BP profile search bar

    thinlizzie
    Participant

    Maybe check out BP Profile Search plugin, might help.

    BP Profile Search

    #339097
    thinlizzie
    Participant

    Hi,

    Not sure if this info is useful for you:

    My site …regular WordPress & Buddypress, VPS hosting, normal specs, 20,000 members, can get very busy.
    Groups are not enabled.

    After sitename/activity page loads, there is always an approximately one second delay before the list of activity items loads, 20 at a time.

    Activity items includes new friendships, new user registrations, bbpress new forum topics & replies, user profile updates, profile picture updates.
    Blog posts are not included.

    #339086
    Steve
    Participant

    If however, I use the BuddyPress profile page to change the picture, then the correct image is displayed in the toolbar and wordpress profile page, as well as the buddypress profile.

    #339085
    Steve
    Participant

    I discovered that if I delete the ‘Gravatar’ directory in the WordPress installation, the correct images are picked up by the BuddyPress profile.

    However, the WordPress profile doesn’t show a profile picture, nor does the top bar.
    If I deactivate BuddyPress, then WordPress picks up the Gravatar images correctly.

    Steve

    #339070
    Steve
    Participant

    Hello,

    I’m unable to update the profile picture on a subscriber account.
    When I attempt to upload an image via the BuddyPress profile page, I get the following message:
    ‘An error occurred. Please try again later.’

    No problem with the admin account.

    This is my site:

    Courses


    If you wanted to see this behaviour please create an account by clicking the login link on the menu.

    Once logged in go to:
    https://elearning.netmonics.com/members/admin/profile/
    Then try to add a profile picture.

    WordPress version is 6.9.1.
    Issue still occurs with the twenty twenty five theme installed.

    Any suggestions gratefully received.

    Steve

    #339064
    emaralive
    Moderator

    MediaPress is authored and maintained by BuddyDev, you might want to contact their support forum, via either of the following:

    indigetal
    Participant

    I have now created 2 more tickets in addition to this one: #9239, “Add filter hook to bp_email_get_type_schema()” and #9237, “Add privacy column to bp_activity for per-item visibility control.”

    I am a BuddyBoss user who has developed several BuddyBoss-related plugins. However, I have decided to migrate to BuddyPress and bring over several features that come packaged with the BuddyBoss Platform plugin to BuddyPress in order to do so. As I work through the migration, I am identifying very small, but useful, contributions that BuddyBoss has made to the BuddyPress version that they merged into their plugin.

    I will continue adding more enhancement ticket requests as I work through the migration/extraction.

    emaralive
    Moderator

    For reference, see Trac ticket #9327.

    emaralive
    Moderator

    For reference, see Trac ticket #9328.

    emaralive
    Moderator

    You should submit a ticket with the type set to “enhancement”, with the details you have expressed here, such that your proposal can be considered and dispatched accordingly.

    Afterwards, if you decide to submit a PR, the ticket can be referenced which will attach the PR to the ticket.

    emaralive
    Moderator

    You should submit a ticket with the type set to “enhancement”, with the details you have expressed here, such that your proposal can be considered and dispatched accordingly.

    Afterwards, if you decide to submit a PR, the ticket can be referenced which will attach the PR to the ticket.

    emaralive
    Moderator

    By default, BuddyPress utilizes the “rewrites” URL parser which creates an equivalent of “pages” which are located from the dashboard @ Settings -> Buddypress -> URLs.

    If you require “pages” then you will have to install and activate the BP Classic add-on/plugin of which BuddyPress associated pages will show within WordPress “Pages”.

    As for wpForo, they claim integration with BuddyPress, so you should ask your integration questions within their wpForum Integration forum.

    #339021
    Steve
    Participant

    Hello,

    Can I please ask what’s the best way to learn about BuddyPress.

    I have looked for tutorials on Youtube but the ones I found are 7 or 8 years out of date. So difficult to get an overview.

    I will install the BuddyPress plugin and try and figure things out from scratch if I have to but was just hoping for some background first.

    Any suggestions greatly appreciated.

    Best Regards,

    Steve

    P.S. Above the form that I’m using to make this request it says to include the wordpress, buddypress versions. I haven’t installed anything yet but they will be the latest as I’m starting from scratch.

    emaralive
    Moderator

    Wordfence posted this alert on January 22, 2026, which can be found here. Similarly, Patchstack had reported the alert on January 23, 2026, which can be found here.

    In either case, both sites indicate that this was patched in BuddyPress version 14.3.4, which the release was announced in March of 2025, approximately 10 months ago. See the following:

    Additionally, in the future, you may want to consider refraining from double posting.

    #338980
    emaralive
    Moderator

    @divinel,

    There may be some confusion as to what should transpire here. I believe what was expected was that you would share the data from an “error log” as opposed to the generic WordPress (WP) error message of “There has been a critical error on this website.”

    The link that is included in the generic WP error message should have eventually led you to information regarding, to paraphrase, “How to Troubleshoot” for example, this situation may be related to a “plugin conflict” whereby steps could be taken to isolate the conflict, see A Plugin is causing compatibility issues. Have you tried deactivating plugins other than BuddyPress in an attempt to determine whether a “plugin conflict” exists?

    Furthermore, there is information about Debugging in WordPress, this information will help you configure WP such that you could provide/share error data from an error log, which is what the other moderator was asking you to share.

    Note: there are plugins that can facilitate the configuration for debugging, that information is found near the bottom of the “Debugging in WordPress” page.

    #338977
    emaralive
    Moderator

    For reference, the topic owner (TO) has opened trac ticket 9325

    #338974
    emaralive
    Moderator

    What is the model of the iPhone and what is the version of the Safari browser that you are using?

    Better yet, a ticket might be more appropriate for this situation, use the following link to submit a ticket:

    https://buddypress.trac.wordpress.org/newticket

    #338949
    emaralive
    Moderator

    I was able to locate someone with an iPhone and I wasn’t able to duplicate the issue you described:

    With:

    • WordPress 6.9
    • BuddyPress 14.4.0
    • Twenty Eleven theme
    • iPhone 16 Pro
    • ios 26.2 <- Safari browser

    Steps:
    Pressing the “Select your file” button produces the following selections:

    • Photo Library
    • Take Photo or Video
    • Choose file

    Selected and uploaded a photo from the “Photo Library” which uploaded successfully, i.e., “Your new cover image was uploaded successfully”.

    sv8bur
    Participant

    I have the same problem I work wordpress on a raspberry PI When I istall buddypres and try to create a group I am taking the wrong error “Not Found
    The requested URL was not found on this server.

    Apache/2.4.65 (Debian) Server at wpress Port 80”

    Thank you for your help
    ———————-
    I wand to add that I have no such a problem under “XAMPP” at WIN 11, the above mention proble it happens also to other pages like “friends”, “members”, “Activity”, the theme I am using is the “Di Blog”
    Thank you again

    Moved from: Reply To: The URLs to the pages are not working!

    #338916
    emaralive
    Moderator

    For reference on “Caps lock is on” warning – see trac ticket 9324.

Viewing 25 results - 1 through 25 (of 22,670 total)
Skip to toolbar