Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 1,251 through 1,275 (of 68,966 total)
  • Author
    Search Results
  • #329603
    faile486
    Participant

    Having a bit of a strange issue. I’m using Local by Flywheel to develop a site with buddypress, bbpress, and rtMedia. This is a website for mostly personal use, so I was planning on only sharing a live link with my spouse. Unfortunately, while everything works perfectly on my local machine, all buddypress features break when using live links. I get an error about too many redirects.

    I’ve tried this with multiple themes, including X/Pro, Twenty-Sixteen, Twenty Twenty-Three, and NanoSpace.

    Any suggestions?

    WordPress 6.2
    BuddyPress 11.1.0
    bbPress 2.6.9
    rtMedia 4.6.13

    It took a while to get Pro working with rtMedia, so it’d be a shame if this can’t be fixed! Site contains adult content (erotic hypnosis files), and I’d prefer to give the address out via DM.

    #329601
    bradcds
    Participant

    Hi all,

    I had BuddyBoss on my site for a long time but removed it and I am trying to use the original BuddyPress and BBPress.

    For some reason though when trying to upload a new profile or header image it allows me to select a file and after clicking done nothing happens.

    #329585
    Margriet
    Participant

    Hi,

    It seems indeed that this is the issue (Please note: For BuddyPress Multilingual to work, your site’s language URL format needs to be set to use different languages in directories. You can find the language URL options by going to WPML → Languages and scrolling to the Language URL Format section.)

    WPML is currently working on extending the support for every URL format. Hope it will be added in the future update of BPML plugin.

    #329582
    uranoz
    Participant

    Further details:

    The problem is the same for n dashes, m dashes, and any other type of HTML entities. The issue is only occurring in the messages on the Messages summary page.

    The snippet in the BP function that truncates the message and appends the list with the ellipsis is as follows:

    function bp_create_excerpt( $text, $length = 225, $options = array() ) {
    
    	// Backward compatibility. The third argument used to be a boolean $filter_shortcodes.
    	$filter_shortcodes_default = is_bool( $options ) ? $options : true;
    
    	$r = bp_parse_args(
    		$options,
    		array(
    			'ending'            => __(  ' [U+02026] '  , 'buddypress' ),
    			'exact'             => false,
    			'html'              => true,
    			'filter_shortcodes' => $filter_shortcodes_default,
    			'strip_tags'        => false,
    			'remove_links'      => false,
    		),
    		'create_excerpt'
    	);
    #329581
    Anonymous User 18187419
    Inactive

    Also, double check …

    WP Admin->Settings->Buddypress->Pages

    …make sure BP pages are associated correctly with WP pages.

    uranoz
    Participant

    The BuddyPress messages summary page is displaying all HTML entities as literal strings.

    For example, BP truncates the message on the summary page and appends an ellipsis. However, this entity displays as &#hellip; instead of the correct three horizontal dots (…).

    We have not been able to fix this problem.

    Has anybody had any experience with correctly this issue?

    Any help will be greatly appreciated. Many thanks in advance.

    #329579
    Anonymous User 18187419
    Inactive

    I can’t offer support for your issue but the simplest thing to try is to install a slightly older version of Buddypress, not the latest 11.1 version.

    Try 10.6 , the functionality should be virtually the same.

    #329576
    fabulez
    Participant

    I should also mention that putting Buddypress blocks in the content will also not display anything, however on other pages not related to buddypress it works fine.

    fabulez
    Participant

    Greetings! I am coding my own custom theme at the moment that is supposed to work with just my
    specifig wordpress setup.

    However when viewing the members page of Buddypress the page is just blank. I do not know what I need to include on the page to make the content visible, twentytwentythree works perfectly fine.

    Buddypress is using my buddypress.php template which has the following code in it:

    
    <?php include 'parts/header.php';?>
    
    <div class="content">
        <div class="inner-page"><?php the_content();?></div>
    </div><!-- content -->
    
    <?php include 'parts/footer.php';?>
    
    #329521
    Giannis Sifakis
    Participant

    Check this out, it’ll probably help you a lot. https://github.com/awsmug/multilanguage-buddyPress-with-polylang

    #329498
    Venutius
    Moderator

    Yes, BuddyPress is based on WordPress, it’s a WordPress plugin.

    #329497
    Digital Gravity
    Participant

    Hi
    Im new here.

    Is it possible to create buddypress in wordpress CMS?

    A client of mine is saying it’s possible and we do not want to look dumb as we never worked on it.

    Any response will be appreciated.

    #329490
    Jisd
    Participant

    Hello, when a user of my Buddypress site connects on his Android smartphone, he arrives on his WordPress admin instead of the home page of my site (inmelove.fr). Note that the toolbar is therefore present at the top of the screen, and that it appears only on smartphone screens.
    He must then click on the house icon (in the toolbar) to access the site and then the toolbar finally disappears.
    My question is this: Is it possible to remove this toolbar, and how.

    Thanks for your help,

    Sincerely,
    Jean

    Translated with http://www.DeepL.com/Translator (free version)

    #329481
    maessrdemo
    Participant

    I am using Youzify, but that doesn’t change the look of what I showed you. That’s how I hide the tab.

    BuddyPress looked like that as soon as I activated it, and before I installed Youzify.

    Edit: I’d describe myself as an advanced beginner, and realize there’s exponentially more that I don’t know about both WP and BP than what I do know. I definitely don’t have the skills to change anything on BP beyond what I can do in Youzify, so I absolutely didn’t go in and mess with code or even too many settings.

    #329479
    maessrdemo
    Participant

    Heh that’s BuddyPress. That’s what popped up when I installed and activated the plugin. I’m sure the theme has hijacked some stuff. I’ll check in with the designers.

    Thanks!

    #329476
    Venutius
    Moderator

    BuddyPress does not provide a media directory, never has. My best guess, is that your theme has an integration with a media plugin, probably rtMedia, and if you install the right one, you’ll get options to make your own galleries. but it still would not include your activity post media in there as BuddyPress is in control of those items.

    #329475
    maessrdemo
    Participant

    Definitely no plugin. I installed BuddyPress, and that’s what it looked like out of the box.

    I’m using a theme called Magnolia, which is built on Genesis I believe.

    https://support.17thavenuedesigns.com/category/370-magnolia-theme

    I don’t know if that’s helpful.

    #329464
    Venutius
    Moderator

    Hi there,

    BuddyPress does not use the WordPress media directory, it uses it’s own directories for storing media

    maessrdemo
    Participant

    I can’t find a way to upload any media to it. There are photos and videos that I’ve posted to the activity feed, but they don’t show up under that tab.

    Can anyone help me with this?

    I installed BuddyPress two weeks ago, and I’m on WP 6.2.

    #329462
    ruralinfo
    Participant

    Hi, I want to use a buddypress group for sort of a general chat function for my website. I have found snippets to remove group tabs but I can’t seem to figure out how to hide a single tab in only one group.

    The tab I want to hide in this single group comes from this plugin: BP Group Documents: https://wordpress.org/plugins/bp-group-documents/

    Does anyone have any ideas? Thank you so much..

    #329418
    Margriet
    Participant

    Hi,

    I am using BuddyPress on a multi-lingual Divi website (WPML) with 2 a subdomain for each languages.

    The website is https://klm-huisjes.ellyvandriel.nl/
    WordPress 6.2
    BuddyPress 11.1.0

    The Registration and Activation pages exists but are empty and when trying to visit them, I am refered to the homepage. Adding a new Registration page did also not resolve the issue. This page is also empty.

    I just read this and wonder if this is causing the issue: Please note: For BuddyPress Multilingual to work, your site’s language URL format needs to be set to use different languages in directories. You can find the language URL options by going to WPML → Languages and scrolling to the Language URL Format section.

    If so, is there a solution. This website really needs the 2 different subdomains.

    Thanks,
    Margriet

    asdcstudiolab
    Participant

    Hi!

    I installed BuddyPress on a multisite (activated both on the network and on the main site of the netowork) but all the BuddyPress pages returns blank and 404 pages, as you can see here: https://www.awesomescreenshot.com/video/17114642?key=29418fda6549e8fcd3499704aa44caf5.

    How can I fix that?

    Best regards,

    #329361
    Damien
    Participant

    Hi,

    I created an ACF field in the users profile.

    I will keep displaying this field in the list of users on the “send-invites” group page which is generated in “buddypress/common/js-templates/index”.

    Do you know if it is possible to have a get_field(‘field_name’) there?
    I can’t figured it out.

    THANKS

    gkgeorge
    Participant

    I have a problem translating members, activity and groups pages.
    I am using Polylang & Loco Translate but still there is no option to translate them.
    If i try to translate them with polylang, the content replaced with just a header.
    Loco translate shows that Buddypress is 100% translated to all the languages, but i cannot find a way to display them..

    #329346
    Matt Alexander
    Participant

    I Know this is old (but probably not by BuddyPress standards!) but this is actually an API issue: the WP heartbeat API has to be switched on for the frontend.

    My host is Sitegrounnd and they dish out their own optimising plugin which has been responsible for a couple of things not working actually, this is one of them.

    Under the environment tab is the heartbeat setting. It was switched off by default for the frontend for site performance reasons.

    Find that setting!

Viewing 25 results - 1,251 through 1,275 (of 68,966 total)
Skip to toolbar