Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Avatar of Mark235
    mark235
    Participant

    @mark235

    Fix for my custom theme was to update the functions.php file in the buddypress home theme

    Avatar of Mark235
    mark235
    Participant

    @mark235

    Did you ever find a fix for this? I’m having the same issue.

    Avatar of Mark235
    mark235
    Participant

    @mark235

    I have the same problem. Has anyone found a fix for hiding the optionbar and userbar on the directory pages for member, group and blog pages?

    Avatar of Mark235
    mark235
    Participant

    @mark235

    Andy, I deleted the 9 bb_ rows from the database, reinstalled skipping the integration step and that worked. Thank you!

    Avatar of Mark235
    mark235
    Participant

    @mark235

    Martin, thanks for the tip, but there was no “Auth Salt” value in my wp-config.php file.

    Andy, even if I try to skip the cookie integration it still seeks out the salt values and says “Forum could not be created!”

    Maybe I need to delete all the bb_ tables in the database?

    Avatar of Mark235
    mark235
    Participant

    @mark235

    I’ve been trying for two weeks to figure out how to install the Forums and can’t even get BBpress to install, much less integrate it. No help on their forums, so I’m hoping someone might have a hint here.

    None of the salt values appear in the WPMU 2.7 admin options menu

    I have the exact same issues at marcbrzeau and get these errors at end of install:

    >>> WordPress “auth” cookie salt not set.

    >>>>>> Could not fetch “auth” cookie salt from the WordPress options table.

    >>>>>> You will need to manually define the “auth” cookie salt in your database.

    >>> WordPress “logged in” cookie salt not set.

    >>>>>> Could not fetch “logged in” cookie salt from the WordPress options table.

    >>>>>> You will need to manually define the “logged in” cookie salt in your database.

    Forum could not be created!

    Avatar of Mark235
    mark235
    Participant

    @mark235

    Solved my own problem, here is correct code for assigning widgets for new blogs to all side bars:

    <?php

    function new_blogs_setting( $blog_id ) {

    add_option( ‘widget_categories’,

    array( ‘title’ => ‘My Categories’ ));

    add_option(“sidebars_widgets”,

    array(“sidebar-1″ => array(“categories”),

    “sidebar-2″ => array(“tag_cloud”),

    “sidebar-3″ => array(“pages”, “links”),

    “sidebar-4″ => array(“archives”)));

    }

    add_action(‘populate_options’, ‘new_blogs_setting’);

    ?>

    Avatar of Mark235
    mark235
    Participant

    @mark235

    Still in beta, but getting closer! http://learnshareact.com

Viewing 8 replies - 1 through 8 (of 8 total)