Skip to:
Content
Pages
Categories
Search
Top
Bottom

Transitioning from 1.5.x to 1.6

  • @r-a-y

    Keymaster

    BuddyPress 1.6 is out!

    If you’re wondering how to upgrade to 1.6 or if you’re wondering how the changes in 1.6 affects your website, check out the following article:
    http://codex.buddypress.org/releases/version-1-6/upgrading-to-1-6/

    Please read the article above before posting a new topic. Chances are your question has already been answered (hopefully)!

    We will attempt to update the codex page as soon as new information is available!

    If you’re a plugin dev looking to upgrade your plugin, check out the articles listed on the BP Development blog to see how it affects you:
    http://bpdevel.wordpress.com/tag/1-6/

    For more articles on BuddyPress 1.6, be sure to visit the BuddyPress codex:
    http://codex.buddypress.org

    Remember, you also have the power to edit articles and contribute to the BuddyPress documentation effort!

Viewing 5 replies - 1 through 5 (of 5 total)
  • @mercime

    Participant

    Updated in BuddyPress Codex for BP 1.6

    Installation – https://codex.buddypress.org/getting-started/setting-up-a-new-installation/

    Installation Wizard – https://codex.buddypress.org/getting-started/setting-up-a-new-installation/installation-wizard/

    Configuring BP Components – https://codex.buddypress.org/getting-started/configure-buddypress-components/

    Update coming up soon -> Installing Group and Sitewide Forums

    @charlietech

    Participant

    Hey ray,

    Thanks for the post, unfortunately, I already did the upgrade this morning and didnt check the box for the toolbar. How do i bring back the wizard so i can check the do not change toolbar box? i tried to delete buddypress and reinstall it but it didnt bring the wizard back.

    @mrjarbenne

    Participant

    @charlietech Have a look at the link @r-a-y added you’ll see the code you can add to your /wp-content/plugins/bp-custom.php file (if you don’t already have one and this is your first time adding custom code, just create the file through your FTP client)

    `// disable the WP Toolbar and revert back to the BuddyBar
    add_filter( ‘bp_use_wp_admin_bar’, ‘__return_false’ );`

    @bmk0220

    Participant

    I’d like to go back to the previous bar as well, but that didn’t work for me. I created a blank bp-custom.php file with that code in it. It didn’t work for me. Also, as someone mentioned in the other thread, i did get at least more response from putting it in the plugins directory, instead of the wp-content directory, but that was on the code showing in the header, not a fix.

    Any ideas?

    Thanks!

    @r-a-y

    Keymaster

    @bmk0220 – mrjarbenne was incorrect; bp-custom.php belongs in /wp-content/plugins/. You need to wrap the code with opening and closing PHP tags. Read the corresponding article here:
    https://codex.buddypress.org/extending-buddypress/bp-custom-php/

    Sorry guys, I meant to close this thread to prevent replies and that’s what I’m going to do now. Please create new topics for your support questions. Thanks everyone!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Transitioning from 1.5.x to 1.6’ is closed to new replies.
Skip to toolbar