Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • Kunkel
    Participant

    @kunkel

    Yes an arcade, well on my way :)


    Kunkel
    Participant

    @kunkel

    vgfan, I did the theme myself, not much to it to be honest

    Built it off the default themes in buddy press


    Kunkel
    Participant

    @kunkel

    http://www.fanbud.com

    Going to be the next best sports fan hub online :)


    Kunkel
    Participant

    @kunkel

    Really weird ended up with everything looking the same as before when it didn’t work but it works this time

    oo well rock n roll


    Kunkel
    Participant

    @kunkel

    rc1


    Kunkel
    Participant

    @kunkel

    I had modified the original BP theme, I am going to go slower this time and watch what I can do to see if I can nail down the problem


    Kunkel
    Participant

    @kunkel

    I am going to go ahead with a fresh install


    Kunkel
    Participant

    @kunkel

    Maybe I should try doing a fresh reinstall?


    Kunkel
    Participant

    @kunkel

    and in the home folder here is functions.php

    <?php

    /* Register the widget columns */

    register_sidebars( 1,

    array(

    ‘name’ => ‘left-column’,

    ‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’,

    ‘after_widget’ => ‘</div>’,

    ‘before_title’ => ‘<h2 class=”widgettitle”>’,

    ‘after_title’ => ‘</h2>’

    )

    );

    register_sidebars( 1,

    array(

    ‘name’ => ‘center-column’,

    ‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’,

    ‘after_widget’ => ‘</div>’,

    ‘before_title’ => ‘<h2 class=”widgettitle”>’,

    ‘after_title’ => ‘</h2>’

    )

    );

    register_sidebars( 1,

    array(

    ‘name’ => ‘right-column’,

    ‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’,

    ‘after_widget’ => ‘</div>’,

    ‘before_title’ => ‘<h2 class=”widgettitle”>’,

    ‘after_title’ => ‘</h2>’

    )

    );

    register_sidebars( 1,

    array(

    ‘name’ => ‘blog-sidebar’,

    ‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’,

    ‘after_widget’ => ‘</div>’,

    ‘before_title’ => ‘<h2 class=”widgettitle”>’,

    ‘after_title’ => ‘</h2>’

    )

    );

    /* Catch specific URLs */

    function bp_show_home_blog() {

    global $bp, $query_string;

    if ( $bp->current_component == HOME_BLOG_SLUG ) {

    $pos = strpos( $query_string, ‘pagename=’ . HOME_BLOG_SLUG );

    if ( $pos !== false )

    $query_string = preg_replace( ‘/pagename=’ . HOME_BLOG_SLUG . ‘/’, ”, $query_string );

    query_posts($query_string);

    $single_check = strpos( $query_string, ‘&name=’ );

    if ( $single_check === false )

    bp_core_load_template( ‘index’, true );

    else

    bp_core_load_template( ‘single’, true );

    }

    }

    add_action( ‘wp’, ‘bp_show_home_blog’, 2 );

    function bp_show_register_page() {

    global $bp, $current_blog;

    if ( $bp->current_component == REGISTER_SLUG && $bp->current_action == ” ) {

    bp_core_signup_set_headers();

    bp_core_load_template( ‘register’, true );

    }

    }

    add_action( ‘wp’, ‘bp_show_register_page’, 2 );

    function bp_show_activation_page() {

    global $bp, $current_blog;

    if ( $bp->current_component == ACTIVATION_SLUG && $bp->current_action == ” ) {

    bp_core_activation_set_headers();

    bp_core_load_template( ‘activate’, true );

    }

    }

    add_action( ‘wp’, ‘bp_show_activation_page’, 2 );

    /* Hook for custom theme functions via plugins */

    do_action( ‘bp_home_theme_functions’ );

    ?>


    Kunkel
    Participant

    @kunkel

    here is the functions.php in the members

    <?php

    if ( function_exists(‘register_sidebar’) )

    register_sidebar(array(

    ‘before_widget’ => ‘<li id=”%1$s” class=”widget %2$s”>’,

    ‘after_widget’ => ”,

    ‘before_title’ => ‘<h2 class=”widgettitle”>’,

    ‘after_title’ => ‘</h2>’,

    ));

    function bp_get_options_class() {

    global $bp, $is_single_group;

    if ( !bp_is_home() && $bp->current_component == $bp->profile->slug || $bp->current_component == $bp->friends->slug || $bp->current_component == $bp->blogs->slug ) {

    echo ‘ class=”arrow”‘;

    }

    if ( ( $bp->current_component == $bp->groups->slug && $is_single_group ) || ( $bp->current_component == $bp->groups->slug && !bp_is_home() ) )

    echo ‘ class=”arrow”‘;

    }

    function bp_has_icons() {

    global $bp;

    if ( ( !bp_is_home() ) )

    echo ‘ class=”icons”‘;

    }

    /* Hook for custom theme functions via plugins */

    do_action( ‘bp_member_theme_functions’ );

    ?>


    Kunkel
    Participant

    @kunkel

    Hmm tried this and no success


    Kunkel
    Participant

    @kunkel

    funny thing is, I didnt have this problem the first time I installed buddypess


    Kunkel
    Participant

    @kunkel

    or you can us http://www.fanbud.com

    Anytime I want to register I get sent to this page

    http://fanbud.com/wp-login.php?redirect_to=http://fanbud.com/register


    Kunkel
    Participant

    @kunkel

    I think it may be something with the .htaccess files


    Kunkel
    Participant

    @kunkel

    I have the same problem

Viewing 15 replies - 1 through 15 (of 15 total)
Skip to toolbar