Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 176 through 200 (of 73,981 total)
  • Author
    Search Results
  • #336330
    emaralive
    Moderator

    Let’s not do that, I would prefer not to get involved in that way.

    It looks like after group creation, there should be a 302 redirect to the newly created group page. Since you are able to delete groups, I assume you are doing so from wp-admin > groups page.

    Notwithstanding the 302 redirect after group creation. Since the groups appear to be created, you should be able to access any of the created groups directly, e.g.:

    https:example.com/groups/new-group

    I’m not sure if this is actually a BuddyPress issue.

    I’ll ask around and see if anyone else on the team has heard of this.

    #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

    #336235
    emaralive
    Moderator

    Unfortunately, you’ve applied a band-aid at the Theme level. The next Theme update will remove your band-aid and you will have to apply it again, given the approach you’ve taken.

    The bp_loggedin_user_domain( ) function should have returned a URL with a trailing slash, for example:

    http://www.url.com/members/username/

    Which is why the Theme has it written as:

    bp_loggedin_user_domain() . $bp->notifications->slug

    Something is causing the trailing slash to be missing, solving for this will be the fix. Maybe a plugin or some custom code is filtering the return value, such that is stripping the trailing slash.

    Assuming you are using BuddyPress 14.3.3, see the following URL for the source code:

    bp_loggedin_user_domain()

    #336233
    cactuscat
    Participant

    Alright, guess I just needed to eat.

    template-parts> header> buddypress-profile.php

    Under //User notifications, first <a class… add a ‘/’ between user_domain and notifications like so:

    bp_loggedin_user_domain( ) . '/' . $bp->notifications->slug )

    Forced the slash and now all is good.

    #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.

    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?

    #336146
    Cheryl
    Participant

    I’ve used BuddyPress before but recently reinstalled it and find that some pages, like register, are being created “on the fly” instead of having an actual page representing it, if that makes any sense.

    And I’m finding that the register page has the wrong page title and canonical URLs attached, which I can’t seem to fix from my SEO plugin and can’t do at the page level, as there’s no actual page.

    Is there a way to fix this or a way to go back to creating a “register” page again? I don’t see any settings like there used to be where you can select a page for registration, etc. It just gives you the permalink for the page.

    Thanks

    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?

    #336121
    locker17
    Participant

    This is quite strage. I am having a similiar problem. When Elementor is activated it breaks all my buddypress links. But I found out that when switching to Hello theme the links work again.
    But since my design was made for Astra this is not a solution for me.

    So my links work if

    • either Elementor is disabled or
    • Hello theme when Elementor is activated.

    Any solutions for this? The hope to get help here dies last.

    #336116
    getaprofessor
    Participant

    Hello everyone,

    This is my first time to post a question here. I have installed Buddypress on my site, https://getaprofessor.com/, for a few years. I have a problem wherein some of my users report that their posts in the news feed or activity timeline will disappear after a few minutes. Does anyone here know the actual problem? I am not an expert in web development, and I am just learning things as I create and maintain my site.

    Thank you to the person who can help me with this problem.

    #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.

    Mike Witt
    Participant

    I’ve been seeing this sort of thing for a while now with PHP 8.2

    [03-Jan-2025 21:14:02 UTC] PHP Deprecated:  Creation of dynamic property BBP_Forums_Component::$members is deprecated in /home/wp/sites/rc-clone/wp-content/plugins/bbpress/includes/extend/buddypress/loader.php on line 149
    [03-Jan-2025 21:14:02 UTC] PHP Deprecated:  Creation of dynamic property BBP_Forums_Component::$activity is deprecated in /home/wp/sites/rc-clone/wp-content/plugins/bbpress/includes/extend/buddypress/loader.php on line 153

    AFAICT there’s no report for this anywhere, here in the forums or in Trac, but it might just be my limited knowledge of how to search?

    Can anyone shed any light on this?

    #336087

    In reply to: buddypress documents

    GyziieDK
    Participant

    Hello again

    You can use the following site for uploading images and generating shortlinks for sharing (you can also setup expiration time on shares):

    imgBB

    In regards of the issue, it seems wierd that this is only working in the Firefox browser. Have you checked if this is because of saved cache?

    What happens if you clear both server and browser cache and try again? – or use incognito in Firefox? – is the issue still the same in this case?

    The issue I found with this plugin is that PDF’s are both working if you’re attaching them to “separate files” from the back-end. In the media gallery, you should have the option to “attach” and pick the document on the list. In this case it will return a “File not found.” message in front-end.

    If you however attach/upload the PDF from the actual “Add docs” on the front-end, then it should work.

    I have tested it in all available browsers, and works fine for me (on a pretty complex setup, with a lot of custom code and features).

    Have you done any troubleshooting in regards to check if this might be a compatibility issue with other plugins you’re using?

    Also what version og WP, BuddyPress and Docs are you using?

    Screenshot would be helpful indeed – if possible. 🙂

    Kind regards

    #336085

    In reply to: buddypress documents

    GyziieDK
    Participant

    Hello @alfeizar

    Are you using the BuddyPress Docs plugin?

    #336079
    GyziieDK
    Participant

    Hello @juriss

    From my experience it can be tricky sometimes to translate BuddyPress content (since it’s dynamic). For this reason, I use a combination of 2 plugins.

    Loco Translate – This can be used to translate “fixed/most” content.
    TranslatePress – This can be used for “dynamic content” like activity and so on.

    You should be able to translate the “What’s new in” with the LocoTranslate plugin itself.

    If not, you could try the TranslatePress – both free and no premium/pro/payment is required.

    #336078

    In reply to: Hiding hidden groups

    GyziieDK
    Participant

    Hello @ph59

    I personally only allow my members to create private groups, since I don’t want them to have public groups flooding the main activity wall and so on. Also it just makes sense with the setup I personally have.

    If the only fix you need, is for members to only save/create group with settings as (just an example) private groups, this can be done with some custom code.

    The code is available in my post here: BuddyPress – Limit creation of groups (private only) – WITH CODE

    This can be done by targeting specific site roles.

    Also the code could probably be modified to also exclude users from invitations and so on (hiding the option).

    Maybe this helps! 🙂

    #336066
    José Manuel
    Participant

    Hi friends:
    I find this plugin amazing, but I have a problem.
    Documents (PDFs) cannot be viewed in Google Chrome or Edge, however, they can be viewed in Mozilla Firefox.
    Is this happening to you too?
    Thank you very much for your help and best regards

    #336054

    In reply to: URL page is blank

    kasra naraghi
    Participant

    Hello
    The solution is as follows
    Install the plugin BP Classic
    Create related pages and configure the pages in BuddyPress settings
    Deactivate the plugin BP Classic

    kasra naraghi
    Participant

    Hello
    The solution is as follows
    Install the plugin BP Classic
    Create related pages and configure the pages in BuddyPress settings
    Deactivate the plugin BP Classic

    matteyeco
    Participant

    I am making a subscription-based platform like OnlyFans and Patreon. I want content creators to be able to make profiles and upload exclusive content on those profiles such as videos, pictures, updates, and newsletters.

    I want the supporters to subscribe to the content creators for a monthly fee and from that fee let’s say 90% goes to the content creator and 10% to me as platform costs.

    Is this possible with Buddypress/third party plugins, and is there a lot of customization possible?

    #336045
    pageagency
    Participant

    Did anyone ever find a solution to this? It seems like a lot of people struggle with the buddypress avatar system and I haven’t been able to find one myself. Any insight into this would be greatly appreciated.

Viewing 25 results - 176 through 200 (of 73,981 total)
Skip to toolbar