Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 151 through 175 (of 32,678 total)
  • Author
    Search Results
  • emaralive
    Moderator

    The answer to your initial post can be found at the following:

    BP Template Pack JavaScript and Style assets are now only loaded into the community area of your site

    As to your 2nd post, most likely via the following:

    wp_localize_script( 'bp-nouveau', 'BP_Nouveau', apply_filters( 'bp_core_get_js_strings', $params ) );

    #336374
    jamtpg23
    Participant

    I previously had BuddyPress installed, but needed to uninstall it as part of a repair process. I just reinstalled it and here is a screenshot of the BuddyPress Settings URLs tab.

    The directory slugs all have ” -2 ” appended to them. I’m assuming this is because BuddyPress was previously installed and then uninstalled, and there must be something leftover in the WordPress guts from the previous installation? I’m not a developer so my understanding of this is very vague.

    I tried to delete the -2 from the slug fields, but when I saved changes, they had reverted. -2 was back.

    Is there a way to fix this? I would prefer that the slugs don’t say -2, just so there’s a little more human readable in the URL bar. I do remember from the previous installation of Buddypress the slugs didn’t have the -2 appended. I would prefer that. Please and thanks for help!

    My WP version is 6.7.1. It’s GoDaddy managed WP. My PHP version is 8.2

    teslavolt
    Participant

    I have a custom template page that I’ve added specific bp-activities and its comments (pulled some code from the activity-loop).

    In Buddypress v11.4.3, everything was working fine, the activity displays and comments + reply functionality works – click on a reply and the .ac-form moves to selected reply/comment and it nests it as expected.

    Since Buddypress 12, replies no longer work. I think it’s because the Buddypress scripts no longer load on NON-buddypress pages. I tried enqueueing Buddypress scripts myself using a function:

     function load_bp_activity_scripts(){
        wp_register_script("bpnouveau", "/wp-content/plugins/buddypress/bp-templates/bp-nouveau/js/buddypress-nouveau.js");
        wp_register_script("bpactivity", "/wp-content/plugins/buddypress/bp-templates/bp-nouveau/js/buddypress-activity.js");
        wp_register_script("bpactivitypost", "/wp-content/plugins/buddypress/bp-templates/bp-nouveau/js/buddypress-activity-post-form.min.js");
        wp_register_script("bpmentions", "/wp-content/plugins/buddypress/bp-activity/js/mentions.min.js");
        wp_register_script("corecaret", "/wp-content/plugins/buddypress/bp-core/js/vendor/jquery.caret.min.js");
        wp_register_script("coreatwho", "/wp-content/plugins/buddypress/bp-core/js/vendor/jquery.atwho.min.js");
        wp_enqueue_script("bpnouveau");
        wp_enqueue_script("bpactivity");
        wp_enqueue_script("bpactivitypost");
        wp_enqueue_script("bpmentions");
        wp_enqueue_script("corecaret");
        wp_enqueue_script("coreatwho");
    }
    add_action("load_bp_activity", "load_bp_activity_scripts");
    function load_bp_activity(){ do_action( 'load_bp_activity' );}

    but just loading the scripts is not enough. When I replaced buddypress-activity.js with my own version to debug, I noticed that BP_Nouveau returns as ‘undefined’ and so none of the script functionality would run.

    I’m probably missing something really simple but how can I load Buddypress core scripts or styles in my own custom wordpress template?

    #336365
    John N
    Participant

    Hi.

    I run a site with many authors and would really like a way to integrate the WordPress standard author page with a tab in Buddypress. Is this possible?

    I have searched a bit but have far too poor knowledge of PHP to do this myself. But a tab like Activities, Messages, Notifications and Friends, have a tab called “Posts” which shows a layout like the standard author page.

    I have tried to choose posts in the drop down menu in the activity feed but I find the feed to be far too messy and too much information with comments etc.

    Thanks in advance.

    #336364
    emaralive
    Moderator

    Hiding – not easily seen.

    The constants you’ve indicated are for WordPress and are typically defined within wp-config.php, if you search for one of those constant names, does it show up in your search results?

    #336363
    asmaajaved
    Participant

    I don’t understand what you mean by hiding… but this is the environment settings I see in site health…

    Wordpress
    Environment type —- production

    and in constants I see this..

    WP_ENVIRONMENT_TYPE Undefined
    WP_DEVELOPMENT_MODE Disabled

    #336348
    yatesa01
    Participant

    This is still an issue a year later. I figured out how to submit a ticket: https://buddypress.trac.wordpress.org/ticket/9268#ticket

    #336341
    asmaajaved
    Participant

    Yes I am able to visit member pages. I have tried everything disabling theme changing wordpress versions. disabling all plugins..

    yes I can visit just /groups/
    and I can see all the groups in there. Just the individual group does not work.

    #336322
    emaralive
    Moderator

    Hi @asmaajaved,

    I’m not sure if this an edge case, so more information is required, e.g.:

    1. WordPress version
    2. WordPress permalink setting(plain or pretty URLs)
    3. WordPress theme in use
    4. BuddyPress version
    5. BuddyPress template pack in use
    6. What does your error log reveal?

    It would also help to have a screenshot of:

    the single groups pages show up empty

    #336321
    emaralive
    Moderator

    Hi,

    The BuddyPress Featured Members plugin appears to be authored by BuddyDev. Have you tried their support forum?

    BuddyDev Support – BuddyDev site

    Or

    [BuddyPress Featured Members] Support – WordPress Forum

    #336219
    videowhisper
    Participant

    You could take a look at this free plugin we’re developing: FansPaysite MicroPayments https://wordpress.org/plugins/paid-membership/ .

    Flexible Monetization: Offer creator subscriptions, pay-per-view content, and memberships tailored to various creator needs.

    Direct Content Sales: Creators can directly sell access to posts, videos, downloads, live video streams, enhancing revenue opportunities.

    Versatile Payment Integration: Supports all major gateways with WooCommerce, including PayPal, Stripe, CCBill for broad accessibility.

    Reduced Transaction Fees: Streamline finances with microtransactions that cut down on costs.

    Dynamic Wallet System: Enables secure, in-site transactions with internal credits and support for other popular wallets like TeraWallet and MyCred.

    Enhanced User Engagement: Features like crowdfunding and donations add interactive elements to content monetization.

    Comprehensive Admin Control: Manage access, monitor transactions, and customize content offerings with ease.

    BuddyPress Integration: Enhances community features, allowing for real-time updates and user interactions within the platform.

    #336218
    jrpmedia
    Participant

    Wordpress 6.7.1
    BP 14.3.1
    MacOS Sequoia 15.2
    MAMP 7.2, Apache, PHP 8.3.14, MySQL 8.0.40

    My issue is that on a full clean install of WordPress 6.7.1 and BP 14.3.1 all I get on the standard pages is a blank page, no forms, fields, etc .. say for the Registration page .

    No other plugins are active.

    Tried a few themes, even Twenty-Twelve = same issue.

    Screenshots:
    https://www.dropbox.com/s/azyzijakl24gt8n/Screenshot%202025-01-13%20at%2013.58.28.png?dl=0
    https://www.dropbox.com/s/qi7gyeoaw02spud/Screenshot%202025-01-13%20at%2013.58.36.png?dl=0

    Thanks.

    scotnet
    Participant

    Hello
    I look after the following website as a volunteer:

    About

    A function that has been working perfectly well for years has just stopped working, and I think it is an issue with my Buddypress Featured Members plugin (version 1.1.2).
    My WordPress version is 6.7.1 and my main Buddpress plugin version is 14.3.3.

    This is what is happening: when I try and edit the committee page, I am no longer able to update the committee members. I click on the block featuring the member, click on the pencil to update the member, then I get a dialogue box saying “Buddypress Member, Start typing the name of the member you want to feature into this post’. I type the first few letters, and after a long delay another box appears with a list of members. However, the members that appear are the same everytime, regardless of the letters I type, and do not include anyone whose name starts with the letters I have typed in the dialogue box. Therefore, I cannot change the member.

    Any help would be much appreciated.
    Many thanks
    Lisa

    davesumpter
    Participant

    Hi
    I am using wordpress 6.7.1 and buddypress 14.3.3.
    When a user logs in, there is a top left logo. if users clicks on this it currently goes to the home page/login. How do I override this so it goes to the users feed instead?

    #336213
    venthi7
    Participant

    Hi,

    Came across this post on reddit https://www.reddit.com/r/Wordpress/comments/16m09tp/comment/lk6ednn/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

    The person suggests about some improvement they did which resulted insane speed improvement. Just thought of sharing in case it helps. If it doesnt, then my apologies.

    Thanks.

    seeanimalswild
    Participant

    I am using bbpress for discussion in my wordpress website, and using armember for the underlying members stuff (though I am going to be using the bbpress profile).

    I have a number of armember groups running on the site (supporters, members writers etc). What I want though is to be able to have people be friends within their own group – but to follow those in other armember groups.

    Anyone know how to do this? Obviously, i want supporters to be free to make friends, but i don’t want them to be able to ‘friend’ a lister, and then arrange their trip, and avoid paying the marketplace fee.

    I hope someone else can help with how to do this?

    Thanks in advance for any support – I’m happy to be pointed to the answer to someone else’s question, but i couldn’t find anyone looking for this info.

    bgcdml
    Participant

    I am getting a Wordfence alert about a security vulnerability with Buddy Press. https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/buddypress/buddypress-1410-authenticated-subscriber-directory-traversal

    When I try to update it crashes the site. Any help on how to proceed would be greatly appreciated.

    fleurdor
    Participant

    Bonsoir, j’ai besoin d’aide s’il vous plait!
    J’utilise le serveur Xampp en local pour créer mon site de communauté en ligne avec WordPress version 6.7.1. Pour ce faire j’ai installé le plugin buddypress version 14.3.3 et le thème spacious version 1.9.8 avec la demo spacious company. J’ai également installé tous les plugins nécessaires à la demo spacious company à savoir social-icons, elementor et everest-forms.3.0.7.1. le plugin themegrill-demo-importer.1.9.9 est également installé. Cependant après configuration seuls les menus d’en-tête; principal et le menu de pied s’affichent. Le contenu de la page ne s’affiche pas, pourtant j’ai installé et activé le plugin Buddy default data pour ajouter des groupes, des membres, des sujets… sur les différentes pages dédiées à cet effet. Qu’est ce qui peut causer cela et comment le corriger s’il vous plait?

    #336133
    dracou
    Participant

    Hi,

    I want to have multiple groups co-existing into the same wordpress installation.
    I created 4 dummy users:
    user1 and user2 belong to demo1 member type from the extended profile tab
    user3 and user4 belong to demo2 member type from the extended profile tab
    img

    Now, I noticed that user3 can see the content of user1 and user2. Please note that I named my demo users with display name including the “group” they belong to 😉
    img

    How can I make sure that all content of a specific and defined (by what) group of users is strictly private and can be seen only by members of this group?

    Anyone an idea please?

    Thanks,

    #336112
    alfiez
    Participant

    To apply a different template for BuddyPress pages in the latest WordPress block theme, you can create a custom template (e.g., bp-custom-template.html) in your theme’s templates directory. Then, use a filter in your functions.php file to assign this template to BuddyPress pages using code like:

    php
    Copy code
    add_filter(‘template_include’, function($template) {
    if (bp_is_buddyPress()) {
    $custom_template = locate_template(‘bp-custom-template.php’);
    return $custom_template ?: $template;
    }
    return $template;
    });
    This allows you to customize the layout for BuddyPress pages without relying on the default “pages” template.

    #336104
    emaralive
    Moderator

    Hi @mike80222

    This is an issue with bbPress and there is an open ticket Deprecated Warning ##3589 in bbPress Trac.

    You will have to ask the folks over in bbPress as to the status of this ticket.

    #336094

    In reply to: buddypress documents

    José Manuel
    Participant

    I’m actually attaching it to the frontend
    The version of Woody Press I’m using is the latest
    As a caching system I use a WordPress plugin (wp-optimize)
    I’m sending you two simultaneous screenshots from different browsers, the one on the right is Chrome

    And look at the link they generate, it’s exactly the same but with different results.
    Please tell me, I forgot to indicate in the previous message that I have Buddy Press installed on a subdomain but with the domain’s database.
    This could possibly be the problem
    And also now that it tells me so when I go to the subdomain’s media, the PDF file doesn’t appear.

    Before

    After

    stephunique
    Participant

    I have been experimenting with Buddypress for several months, and during this time, Buddypress and WordPress has updated a few times, so I don’t know if this has to do with my issue, but: I use disposable email addresses like test@malinator.com to create dummy users to test Buddypress. It used to work fine, but today I discovered that even though I have an SMTP set up, Buddypress will not send registration activation emails to test users signed up with a disposable email address with this domain (mailinator.com). When I go to my dashboard and Users and resend the activation email, that also is not received.

    As a test, I tried signing up with my personal, real email address, and that one received the activation email, which is why I believe Buddypress now does not send activation emails to disposable email addresses.

    Can anyone confirm if this is true, and, how I can get them to send emails to disposable email addresses?
    Currently using WordPress 6.7.1 and Buddypress 14.3.3.

    Thank you

Viewing 25 results - 151 through 175 (of 32,678 total)
Skip to toolbar