Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 21,351 through 21,375 (of 68,970 total)
  • Author
    Search Results
  • #163086
    feeldesign
    Participant

    loads of 404s – I have no forum option so installed bbpress (currently deactivated)
    I’m not sure what’s meant to be in there – but it looks like I have bits missing !

    #163085
    akukskuks
    Participant

    Thanks for your help, bphelp. I noticed that I don’t have the “Forum Setup” tab in Settings > BP (only Components, Pages, and Settings).

    I’ve got tons of 404 errors as well, especially when I try to access any of the links under the main page menu (under “Howdy, <user>!” – Activity, Groups, Settings, Profile, and Forums are all dead ends). James, does yours look the same?

    #163084
    akukskuks
    Participant

    Yes, I’m having the exact same problem. Seems like we’re not the only ones. Here’s a possible solution?

    https://buddypress.org/support/topic/can-not-create-goups/#post-161399

    I don’t have access to the server side of things for my site (grr) so please let me know if that manages to work for you James. I don’t see why that should still be an issue if you switch back to the BP Default theme, but give it a shot.

    #163083

    In reply to: BuddyPress 1.7.1

    Peter Svay
    Participant

    The improvement keeps on going further and further. I really appreciate the works you guys have out in. Long Live Buddypress and WordPress.

    #163079
    feeldesign
    Participant

    HI
    I did all the stuff in that document – so not sure why none of it’s working?

    #163078

    In reply to: BuddyPress 1.7.1

    Ikenna
    Participant

    Buddypress Team, you guys rocks. I love you all, thanks for the good work!

    #163075
    feeldesign
    Participant

    HI
    OK – thanks – yes – I did create one and its in use. I’ll check that again, did you see if anything’s wrong?

    #163074
    bp-help
    Participant

    @feeldesign
    I help with support but I am just a volunteer like most other folks. I am not a moderator at all. I just pay it forward for all the folks that helped me in the past. There is no guarantee anyone can fix everything but there is a lot of us that is good at fixing some things. So don’t isolate your issue by requesting help from any single individual. I just checked your site and the pages are blank as you stated. Have you created a custom menu yet to associate those pages with the navigation?
    Please review:
    https://codex.buddypress.org/user/setting-up-a-new-installation/how-to-set-up-your-main-site-navigation-using-the-built-in-wordpress-menus/

    #163072
    feeldesign
    Participant

    HI
    OK – I’ve done that – sorry, thought you were support. Maybe there’s something I’m missing, or it’s a permalinks issue but I followed the instructions in setup.
    Thanks
    James

    #163070
    bp-help
    Participant

    @feeldesign
    Create a user with the username: demo and password: demo. Not to be rude but there is many people here that can help you and I don’t want the total responsibility of helping your issue because there is still things I have yet to learn so please don’t request help from just one individual.

    #163069
    Dainismichel
    Participant

    thnx for the vid, Boone rocks!

    #163067
    danbpfr
    Participant

    @anton-naydenoff

    it seem that you’re working on a local install.
    Maybe your local settings for php are not correct. First of all, check MAMP or WAMP or what else, if php gettext module is loaded.
    Check also that your wp-config file contains your language definition (wp_lang bg_BG)
    You may also read here, if previous things are OK
    https://codex.buddypress.org/developer/customizing/customizing-labels-messages-and-urls/

    #163066
    feeldesign
    Participant

    Hi
    Thanks
    I’d already tried that and nothing
    Did it again so yo ucan see. The register page link form “create an account” is wrong, the page is http://retiredandkicking.com/index.php/register/ but it’s looking for http://retiredandkicking.com/register/
    How do I correct this? Is the register page supposed to have content, as it seems to have none at all
    Can I pass login details privately?
    James

    #163063
    bp-help
    Participant

    @feeldesign @akukskuks
    Deactivate all plugins other than BuddyPress and revert to either bp-default theme or Twenty Twelve and see if the problem persists then report back here. I suspect it is either a plugin, or theme but I won’t speculate. I just know I have not encountered this and I have about 30 installs on my test server, I do not however have that buddyboss theme so I have no way of testing it so its up to you to see if that theme is the issue.

    #163062
    feeldesign
    Participant

    Thanks
    Very odd. I’m not sure what to expect on an install, a lot of the documentation I’ve found seems to relate to older versions, which work differently? However the pages that wwre created automatically seem blank with no content at all.
    Really hoping to get this sorted!

    #163054

    In reply to: BuddyPress 1.7.1

    bp-help
    Participant

    @boonebgorges @djpaul @johnjamesjacoby @r-a-y
    Thanks for the update guys. 🙂

    #163053

    In reply to: BuddyPress 1.7.1

    Asynaptic
    Participant

    W00t! Thanks so much to the BP team! 🙂

    bp-help
    Participant

    @jhulianni
    Please provide more info when requesting support. See this sticky topic:
    https://buddypress.org/support/topic/when-asking-for-support-2/
    Looks more like an issue in your theme from the error you posted.

    #163038
    mareksgregs
    Participant

    All right so,

    1. I created a new theme folder in wp-content/themes
    2. Then I created style.css with the following in it,

    /*
    Theme Name:     The Buzz
    Theme URI:      http://site.com
    Description:    Child theme for Buddypress Default
    Author:         Name here
    Author URI:     http://site.com
    Template:       bp-default                             
    Version:        0.1.0
    */
    
    @import url("../bp-default/style.css");
    
    #contentwide
    {
    margin: 5px 35px 0;
    font-size: 1.2em;
    width: 880px;
    float: left;
    display: inline;
    height: 400px;
    }
    
    body {
    background-color: #eaeaea;
    background-image: url(../images/background.gif );
    background-repeat: repeat-x;
    background-position: top left;
    color: #555;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    line-height: 170%;
    max-width: 1250px;
    margin: 0 auto;
    width: 95%;
    }
    
    #site-generator {
    font-weight: bold;
    color: rgb(54, 54, 54);
    margin: 20px 20px;
    text-align: right;
    text-shadow: #fafafa 1px 1px 0;
    }
    
    #footer-widget-area div.widget-area > ul {
    height: 110px;
    float: left;
    margin-right: 2.5%;
    width: 23%;
    }

    3. Added that file to the folder I just made.
    4. Activated the Child theme in Dashboard -> Appearance -> Themes

    And that’s about it. Nothing happened.

    danbpfr
    Participant
    #163033

    In reply to: Remove profile links

    bp-help
    Participant

    @praisehim
    The answer is in my previous response. Most likely its a theme, plugin, or custom code you may have introduced. You may need to revert back to a twenty twelve theme or bp-default theme, and deactivate all plugins other than buddypress. If you created a file in wp-content/plugins named bp-custom.php you also need to make sure the code is between opening and closing php tags like so:

    
    <?php
    function remove_xprofile_links() {
        remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 9, 2 );
    }
    add_action( 'bp_init', 'remove_xprofile_links' );
    ?>
    
    #163028

    In reply to: Remove profile links

    praisehim
    Participant

    True. I am having the same problem with BuddyPress 1.7 and WordPress 3.5.1. This is definately a bug.

    #163026
    bp-help
    Participant

    @jamesonblake
    See this sticky topic before asking for support:
    https://buddypress.org/support/topic/when-asking-for-support-2/
    You need provide us with more info before we can aid you!

    #163018
    Scott
    Participant

    Finally found the fix for this so in case anyone else needs it. Add the below to bp-custom.php

    
    /* This fixes the Multisite avatar problem */
    function nfm_bp_avtar_upload_path_correct($path){
        if ( bp_core_is_multisite() ){
         //   $path = ABSPATH . get_blog_option( BP_ROOT_BLOG, 'upload_path' );
    		$path = ABSPATH . 'wp-content/uploads/';
        }
        return $path;
    }
    add_filter('bp_core_avatar_upload_path', 'nfm_bp_avtar_upload_path_correct', 1);
    
    function nfm_bp_avatar_upload_url_correct($url){
        if ( bp_core_is_multisite() ){
            $url = get_blog_option( BP_ROOT_BLOG, 'siteurl' ) . "/wp-content/uploads";
        }
        return $url;
    }
    add_filter('bp_core_avatar_url', 'nfm_bp_avatar_upload_url_correct', 1);
    
    #163019
    careythegreen
    Participant

    OK @bphelp – I’ve discovered some of my own answers. I see that the @name is the user name they chose and cannot be changed. And… I just noticed the grey area of options below the standard WP options, which of course are the options for buddypress. So… poking around long enough I’ve answered my own questions.

Viewing 25 results - 21,351 through 21,375 (of 68,970 total)
Skip to toolbar