Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 62,151 through 62,175 (of 69,054 total)
  • Author
    Search Results
  • #53487
    chewbaker
    Participant

    Hey John,

    I’m trying to access either! neither seems to work!

    #53486
    bpisimone
    Participant

    very cool! adding this right now!

    #53485
    bpisimone
    Participant

    How do I only remove the admin bar from the wordpress admin area? Want to keep it everywhere else. I know Andy added the admin bar to the admin area some time back, but I haven’t found anything to remove it only from the admin section?

    #53477

    Did you have BuddyPress 1.1 installed previously? Are you using WPMU or WP?

    I’ll admin to not knowing how phpinfo should look if not using apache, so we might need additional help here.

    #53476
    _
    Participant

    Thanks, I tried Simon’s solution and it worked

    #53470

    Are you trying to access…

    http://domain.com/dashboard/

    or

    http://domain.com/dashboard.php

    Otherwise, it looks about right?

    #53467

    In reply to: Trouble Upgrading?

    #53466
    chewbaker
    Participant

    we put this code in /wp-content/themes/bp-sn-parent/functions.php and created a page in the same directory called dashboard.php

    is there a reason why we cant navigate to the dashboard.php?

    // creates custom page
    
    define('BP_DASHBOARD_SLUG', 'dashboard');

    function bp_show_dashboard_page() {
    global $bp, $current_blog;

    if ( $bp->current_component == BP_DASHBOARD_SLUG && $bp->current_action == '' ){

    // The first variable here must match the name of your template file below
    bp_core_load_template( 'dashboard', true );
    } }
    add_action( 'wp', 'bp_show_dashboard_page', 2 );
    //
    end custom page

    any help is appreciated!

    #53465

    In reply to: Trouble Upgrading?

    Dan Butcher
    Participant

    Solved the blank site problem–the appearance admin page was still set to BuddyPress Default Home Theme. Once I changed the theme to BuddyPress Default 1.1, the site appears.

    #53463

    In reply to: Trouble Upgrading?

    Jeff Sayre
    Participant

    Dan-

    The readme.txt instructions are correct. The error message is incorrect.

    As I linked to in my first post, more information about upgrading can be found here. With regards to your particular issue, from that link:

    If you are using the default themes: Delete the /wp-content/bp-themes/ folder. Move the /bp-default/ and /bp-sn-parent/ folders from the /wp-content/plugins/buddypress/bp-themes/ folder and put them into the folder /wp-content/themes/. Enable the BuddyPress default theme in the “Site Admin > Themes” menu. Finally, activate the BuddyPress default theme in “Appearance > Themes” for the root blog of your installation.

    #53462

    In reply to: testbp.org

    Jeff Sayre
    Participant

    testbp.org always runs the bleeding edge version of BuddyPress. This means the current trunk version ( give a few minutes or hours since Andy needs to updated it when he commits a new changeset to trunk).

    So, at this very moment, testbp.org is running the recently released 1.1. In fact, it was running this version before it was publicly released. Wait a day or so, and it will be running an even newer trunk version.

    #53460

    In reply to: Trouble Upgrading?

    Dan Butcher
    Participant

    One more bit of confusion here:

    The readme states

    VERY IMPORTANT: If you are no longer using the old two-theme system from BuddyPress 1.0, please make sure to delete your /wp-content/bp-themes/ folder to activate the new one-theme setup.

    This conflicts with the error message, which says to move the new theme files to the folder that the readme tells me to delete.

    #53459

    In reply to: Trouble Upgrading?

    Dan Butcher
    Participant

    I had to first upgrade wpmu to 2.8.4a (from 2.8.4), and then I no longer got the fatal error when I auto-upgraded the BuddyPress plugin. However, my site was blank. In reading the instructions about the themes, I saw that I needed to move files from /wp-content/plugins/buddypress/bp-themes. When I went to my server, there was no bp-themes folder there. Don’t know if something happened in the auto-upgrade or if auto-upgrade installs an incomplete version of the plugin.

    I reinstalled buddypress, moved the themes from /buddypress/bp-themes to wp-content/themes (per the readme file), and I get this error message:

    You do not have any BuddyPress themes installed.

    Please move the default BuddyPress themes to their correct location (move /wp-content/plugins/buddypress/bp-themes/ to /wp-content/bp-themes/) and reload this page. You can download more themes here.

    Note that the readme says:

    move the themes in “wp-content/plugins/buddypress/bp-themes/” to “wp-content/themes”

    while the error message says

    move /wp-content/plugins/buddypress/bp-themes/ to /wp-content/bp-themes/

    following the instructions from the error message does allow wpmu to recognize the themes–but I still have a blank site. One problem down, more to go.

    #53456
    gerikg
    Participant

    add this to you custom style sheet

    /* BuddyBar Removed - fixing gap */
    body { padding-top:0px!important; }

    #53453
    David Lewis
    Participant

    From the post above mine “The biggest part that is not included with the current port is the directory view, since that was still in flux when I started porting so I left it till matured.”

    Basically it sounds like Erwin will be taking over again to finish it up for BuddyPress 1.1. So we just have to be patient :) I’m sure it will be worth the wait.

    #53450

    In reply to: Trouble Upgrading?

    Andy Peatling
    Keymaster

    Also, it’s super important to read this document before you attempt upgrading:

    https://codex.buddypress.org/getting-started/upgrading-from-10x/

    #53449
    Andy Peatling
    Keymaster

    They are not stored in the DB, BuddyPress will look in the avatars folder under the user’s ID in blogs.dir.

    #53447

    In reply to: BuddyPress v 1.1

    Don Elliott
    Participant

    I will try the upgrade again but will be EXTRA careful on the directions – I was in a hurry last night so perhaps I overlooked something…as soon as I get the results I will let you guys know!

    Thank you for the responses.

    #53445

    In reply to: Sign up fatal error!

    onethousandseas
    Participant

    I meant that it’s a plugin insofar as I dropped it into “/domain.com/wp-content/plugins/buddypress/bp-forums”.

    As I said everything’s the latest version so:

    WPMU – 2.8.4

    BP – 1.1

    bb – latest build from SVN

    As for the theme, even if I wasn’t supposed to be using it, I was trying to change it. Problem is, it won’t change now.

    #53443
    Greg
    Participant

    I made all the necessary url changes in the database, and the rest of the site works fine. Also, the problem with the blank profile page for the members directory was happening BEFORE I moved it too.

    I guess I will try dropping all the BP tables and reinstalling Buddypress, maybe I will get lucky… I’ve got my fingers crossed!

    #53442
    danbpfr
    Participant

    I made a pot file for this plugin and added code to translate the php file.

    Where should i put the zip ?

    A french version is already avaible on http://www.buddypress-fr.net

    #53440
    lsddesign
    Participant

    Buddypress 1.1 and the most recent version of WPMU… 2.8.4 i believe ;)

    thanks!

    aron

    #53437
    talk2manoj
    Participant

    @all : Now you can download updated plugin for BuddyPress 1.1

    #53433
    allenweiss
    Participant

    just to the home page of buddypress, like here:

    http://alumnidev.com/

    #53432
    takuya
    Participant

    Couldn’t this be posted on following topic?

    https://buddypress.org/forums/topic/features-request-classifieds-plugin

    I’m not sure if you can get enough response on problems on your own plugin.

Viewing 25 results - 62,151 through 62,175 (of 69,054 total)
Skip to toolbar