Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,026 through 2,050 (of 68,969 total)
  • Author
    Search Results
  • #322684
    VibeThemes
    Participant

    Yes is very true. We have created a BuddyPress extension called “Vibe” framework which removes this limitation. The entire social network plugins just runs on 1 single page, all other parts of your site remain as it is with absolutely zero impact.

    The re-freshing of content is really an extremely poor strategy, imagine if you have 10 active users in your site and they just open activity page without posting anything, your server is still receiving 10 hits per X seconds for content refresh. Our plugin we are using Firebase for realtime data change detection. see video : https://www.youtube.com/watch?v=lLDs4Ue1vzU

    BuddyPress is still powerful if you use with right extensions.

    Ryoma
    Participant

    Hi there,

    I have a problem and want to know hoe to solve it.

    <Group – Invite friends> → works well and hasn’t issue
    OK
    1) check the invite friend
    2) Load a invite friends list in right part.
    ————————————————————————————————–
    <Create New Group – Invite friends> → has issue
    Error
    1) check the invite friend
    2) Don’t load a invite friends list in right part.

    <Tutorial video>

    [video src="https://schrew.com/wp-content/uploads/2021/10/2021-10-09_12-29-59.mp4" /]

    I changed my theme to default and stop other plugin.
    But this problem is occur.
    So I think the problem is depends on Buddypress Code.

    Thanks.

    #322649
    greenhope
    Participant

    Sorry stylenewstrends, I’m not sure I understand your question? I am asking if anyone can help me in trying to understand why on buddypress it is not possible to do such a silly thing as using an animated avatar and how to get around this obstacle.

    #322648
    TotsBabyShop
    Participant

    Is there sonmeone I can talk to about Buddypress? I am adding a social media network to my website. This is a business website and so I want to take a yearly subscription for the network. However, I cannot install and test buddypress as ir is not working on my site. I am unwilling to take a subscription until I see how buddypress looks and behaves.

    #322635
    NicCrockett
    Participant

    I’ve figured out the BuddyPress plugin is overloading my server. When I go live this will also affect SEO due to almost triple page load time, even on pages that aren’t BuddyPress related. I narrowed the issue down to a constant call of the admin-ajax.php page in WordPress. This can be turned off by the “Activity auto-refresh” under Options in BuddyPress’ settings. Once turned off, page load decreased significantly and it’s within Google’s acceptable load time. The problem with doing this, is users don’t get updates. They’d have to refresh the page to see updates and they’d have no idea when new updates were added.

    Is there anyway to fix this issue with this switch on? I’m overloading the shared hosting plan while not live and only three users active.

    I thought of one way that doesn’t fix the issue but gives the site owner more leeway. Instead of an on/off switch for the “Activity auto-refresh” setting, can there be a textbox for the site owner to enter refresh milliseconds? The on/off switch can still be present, but for those of us that need more control over this setting using a milliseconds value would give the user somewhat real time updates, meet Google’s page load requirements, and won’t overload shared hosting plans.

    Here’s what the site is running. I’d rather not give the site link out on an open forum and destroy my hosting plan.
    WordPress Version: 5.8.2
    BuddyPress Version: 9.1.1
    Hostinger Business Account and this is the only site on this account so far.

    Thanks,
    NicCrockett

    #322633
    deaf25
    Participant

    I am surprised BuddyPress has not developed a recaptcha add-on or plugin so that our registration can be more secured. Is there a plugin/addon that is now available?

    #322632
    TotsBabyShop
    Participant

    Hi, I just installed buddypress. When I click on any of the tabs [components, options, pages, credits] nothing happens, page refreshes but the tab doesn’t open.

    Any help with this is appreciated.

    With thanks, Geraldine

    #322625
    greenhope
    Participant

    Hi everyone.
    I have been looking around the web for several days, but I have not found anything that satisfies me.. As the title suggests, I would like “my” users to have the ability to upload and use animated avatars.
    At the moment it is not possible because when a user tries to upload an animated gif, they are asked to crop it and there is no way to skip image cropping.
    Also the Gravatar service does not support animated avatars.. or so I have read around the web.
    As silly as it may seem, I find it highly limiting, speaking of user experience, not to be able to upload an animated avatar.
    Can someone help me?

    In case there is no way to load an animated gif without it being resized, is it possible to add a field in the front-end user’ profile where he can insert a link to an image like in the phpbb forums?

    my WordPress is updated to version 5.8.2
    my buddypress is updated to version 2.1.1

    Link to my site MRLab

    I don’t use child theme.

    In case I have created a duplicate topic, I apologize in advance.
    In my defense my English is not the best and I haven’t seen any other open topics about it.

    Thanks in advance to anyone who will help me and Merry Christmas to everyone!

    #322624
    Mike Witt
    Participant

    For what it’s worth, I’ve *almost* gotten all this to work, but have one more slight problem with the profile. I actually just posted about it here:

    Overriding number of Friends in the Profile

    But then I just remembered this thread, and I thought I would put this pointer in, just in case anyone else has the same issue.

    #322614
    alysonmac
    Participant

    When either using buddypress activity plugin or mediapress plugin I get the same error – http error then when I try to get to the dashboard I get a blank page and error message “Request Header Fields Too Large. The server refused this request because the request header fields are too large.”

    website is http://www.eTruckBook.com

    Any suggestions to fix?

    #322613

    In reply to: registration

    wackao
    Participant

    Yes, we did that. Try https://demos.wplms.io this is a BuddyPress site with simplified registration process.

    #322611
    wackao
    Participant

    The answer is cached page. This is a typical issue with WordPress sites. That in order to login the page load request must bypass all cache and hit the server. The server then reads the cookie and logs the user in.
    We create a framework ( going live soon on wp.org ) for BuddyPress that works using JWT tokens and without cookies. The result is that is perfectly cacheable system which even works with serverless applications.

    wackao
    Participant

    It would be a mix of BuddyPress and BBPress. The main challenge is that it has to be fast, without page loads. We already have the PWA framework on BuddyPress and are releasing new themes. Built on ReactJS , HeadLess Social network, super fast community framework. [ See video : https://www.youtube.com/watch?v=lLDs4Ue1vzU ]

    Current BuddyBoss is legacy just like Buddypress. Working with Ajax calls , jQuery.

    #322599
    ncastia
    Participant

    quiero ver si se puede simplificar o personalizar el registro de usuarios a mi red social. uso buddypress.

    #322587
    dugost
    Participant

    I’m not a coder so I’m sure this is pretty obvious to a lot of people but this seems to do the trick:

    function register_nouveau_stylesheet() {
        wp_register_style( 'bp-nouveau-enqueue', get_stylesheet_directory_uri() . '/css/buddypress.min.css' );
    }
    add_action( 'init', 'register_nouveau_stylesheet' );
    
    function conditionally_enqueue_nouveau_stylesheet() {
        // only enqueue on members-directory page slug
        if ( ! current_user_can( 'update_core' ) && is_page( 'members-directory' ) ) {
            wp_enqueue_style( 'bp-nouveau-enqueue' );
        }
    }
    add_action( 'wp_enqueue_scripts', 'conditionally_enqueue_nouveau_stylesheet' );

    The inclusion of ! current_user_can( 'update_core' ) && in the if statement prevents the stylesheet loading twice for the admin. Other user types and logged-out visitors will see the stylesheet loaded for them since Avada child theme’s currently can’t handle this.

    #322584
    nahsye84
    Participant

    I am working on a similar kind of project on buddypress where you can check some plugins here where it will look more suitable.

    #322579
    dugost
    Participant

    In case this is helpful for anyone, I was able to get an Avada child theme to enqueue BP Nouveau styles conditionally based on code detailed here placed in my child theme’s functions.php file and making sure BP Nouveau’s /css/ directory sits in the same directory.

    function register_nouveau_stylesheet() {
        wp_register_style( 'bp-nouveau-enqueue', get_stylesheet_directory_uri() . '/css/buddypress.min.css' );
    }
    add_action( 'init', 'register_nouveau_stylesheet' );
    
    function conditionally_enqueue_nouveau_stylesheet() {
        // only enqueue on members-directory page slug
        if ( is_page( 'members-directory' ) ) {
            wp_enqueue_style( 'bp-nouveau-enqueue' );
        }
    }
    add_action( 'wp_enqueue_scripts', 'conditionally_enqueue_nouveau_stylesheet' );
    

    Unfortunately, logged in users will end up loading the Nouveau stylesheet twice so I’ll have to update this code further so it checks for login status and possibly user role. Hopefully, I can find a way to conditionally enqueue BP’s styles for the directory only as well. I don’t need those styles loading site-wide!

    dugost
    Participant

    I have BP v.9.1.1 installed under WP 5.8.2 and the site in progress is using a subdomain with its directory at the root. The directory is named as per the subdomain (i.e. subdomain.domain.tld). Unfortunately, I’m unable to share the URL.

    I’ve been wrestling with this issue for a while now. When logged in as the admin and viewing the Members Directory, the bp-nouveau-css styles (…/buddypress.min.css?ver=9.1.1) load just fine but they won’t load when logged out. This is happening specifically with an Avada child theme. I have reached out to Avada support but I’m not holding my breath for a solution from them.

    I cloned the site and began by activating the Twenty Twenty One. Like the original site, bp-nouveau-css loaded just fine when logged in or out. This was also the case for Twenty Twenty One child or the Avada parent themes. However, activating the Avada child theme prevents that stylesheet from loading.

    In my Avada child theme, I’ve only added the buddypress/members/ directories so I could make some tweaks to the listings and profile pages. The child theme’s style.css relies on the Nouveau template CSS in the BP plugin directory. With its styles missing, the page falls apart.

    I also have some custom functions in plugins/bp-custom.php but none of those deal with stylesheets.

    I’ve also tried placing the CSS folder from /buddypress/bp-templates/bp-nouveau/ in /avada-child-theme/ as a test. When logged in, bp-nouveau-css loaded from the child theme. When logged out, other BP styles were loaded from the plugin directory, not the child theme, and it still refused to load bp-nouveau-css.

    Can I add a function somewhere to enqueue the styles I need since the child theme won’t do it on its own?

    I’d actually like to add a function to only load BP’s CSS and JS where necessary since only a couple of pages use BP. I’ve found this SERT Media article but comments suggest the code won’t work with Nouveau.

    I’d greatly appreciate any help with this issue. Cheers.

    #322550
    Devanshu
    Participant

    Hi,

    Although current vulnerability reported by log4j is more to do with Java and related platform as it is used mostly in that paradigm.

    But since we use buddypress in our website, I wanted to know
    1. Does Buddypress or any of it’s dependency directly or indirectly use log4j?
    2a. If, yes then can it be a cause of concern for us as a BuddyPress plugin user.
    2b. And what would be the remedy to protect from any possible issues arising due to log4j vulnerability.

    With Regards,
    Devanshu

    #322539
    shabbabqatif
    Participant

    when I create a group I can put the name and the description and after that when transferring me to the sitting side and it shows me and (The link you followed has expired) and when I talk to the hosting support and they told me to talk to the BuddyPress support to take a file to replace the main file in my site,

    #322537
    neratashy
    Participant

    I know they are two different plugins…. But they work well together and I can’t find the error myself, so I asked both here and at BBPress: The fact is, with the newer BBPress version, the Buddypress notifications regarding the forums no longer work properly, unfortunately.

    Here is a screenshot of a test and live version – in the English version you can see how it should be…

    Eng: https://ibb.co/Q9vwdf7
    Live: https://ibb.co/gmTgf7t

    best, neratashy

    #322536
    wackao
    Participant

    BuddyPress latest version is 9.1.1 , BBPress is a different thing altogether.

    #322535
    wackao
    Participant

    This shortcode is not a BuddyPress shortcode. You will either need to give more information like what this shortcode does and possibly its source code for anyone to help you out on this.

    #322534
    wackao
    Participant

    This is BuddyPress, kindly seek support from BuddyBoss on it 🙂 or simply migrate to BuddyPress

Viewing 25 results - 2,026 through 2,050 (of 68,969 total)
Skip to toolbar