Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 31,451 through 31,475 (of 32,561 total)
  • Author
    Search Results
  • #40356
    vgfan
    Member

    Damn Kunkel, that’s one nice theme. Did you make it yourself or did someone else make it for you?

    I’m actually looking for someone who can customize a theme for me and integrate Buddypress and bbPress in it.

    #40342
    patrick10128
    Participant

    How hard do you think integrating BuddyPress into a site already running WP would be? Would it just be a matter of inserting php tags into where you would like certain features to appear? Or would it mean redesigning a whole theme so that it would work with BuddyPress?

    I’m not much of a coder, but I know my way around. About how hard do you think integration with a WP theme would be?

    #40339
    Michael Tieso
    Participant

    http://artofbackpacking.com/members/skylab/

    looks like the top bar got all messy. Seems to be hidden underneath the page at random spots. Revolution theme would be perfect with buddypress if I can work out all the small things.

    #40329

    In reply to: Thesis and Buddypress?

    Marco72
    Participant

    Hey vskylabv, wait before leavin Revolution!

    I’m currently adapting a Streamline theme to buddypress so I can help you! :-)

    #40325

    In reply to: Thesis and Buddypress?

    Sgrunt
    Participant

    You could use DarkPress: it’s cool, it’s for buddypress, and it’s free :-)

    http://www.buddydress.com/2009/03/darkpress-theme/

    #40317
    Marco72
    Participant

    As I’m a Revolution/Studiopress (ab)user I can help you for sure, but you have to wait this late evening (GMT+1) when I’ll come back home. :-)

    #40312
    Erwin Gerrits
    Participant

    Looks like it’s a float problem.

    Make sure the members list div is on “float:left” and the sidebar div is “float:left” as well. Then you have to make sure that the total width of the divs (INCLUDING MARGINS) is less than the total with of the page. So if you’re working with percentages, make the total width 99% or so (say, members div = 59% sidebar is 30%). If you’re working with absolutes, make the total width 5 or 10px less than the page width. Be careful of the margins as they are OUTSIDE of the div widths and if they add up to more than the page’s width, your floats will not work.

    Also make sure at the end of the two divs you put a <div class=”clear”></div> to clear up the floating for the footer.

    #40309
    bingoneighbour
    Participant

    I’ll jump on the wagon here – has there been any progress since this series of posts?

    This support forum looks great, and as all I’m using is a modified buddypress theme whatever this site uses would be perfect.

    Anything around that could do the job?

    The prospect of starting from scratch isn’t something I’m particularly keen on to be honest.

    #40308
    Sgrunt
    Participant

    guys i don’t want to be boring: i’ve installed last MU, latest buddy press trunk but the problem it is still there. I’m testing the default home theme: after clicking newest, active, popular, the item-avatars loose the link

    #40292
    Burt Adsit
    Participant

    sgrunt, ya I guess you wouldn’t need to mod the widget code, just the theme code. hmm. Well if Andy says it’ll go away by updating to latest trunk then it will. Warning! The theme directories have changed. See: https://buddypress.org/forums/topic.php?id=1675

    #40285
    Burt Adsit
    Participant

    I can’t reproduce this. I know this issue has cropped up before. I remember it now. Did you update your themes also?

    #40283
    Burt Adsit
    Participant

    You’ll have to modify the member theme functions that display the fields in the profile. That gets generated in: /buddypress-member/profile/profile-loop.php

    by the function: bp_the_profile_field_value() in /mu-plugins/bp-xprofile/bp-xprofile-templatetags.php

    There’s a filter in there that you can hook: echo apply_filters( ‘bp_the_profile_field_value’, $field->data->value, $field->type, $field->id );

    So that you can detect these specific fields and change what gets generated by bp.

    #40282

    In reply to: How To: adding Links

    Burt Adsit
    Participant

    Let’s see, are you talking about all the links in the admin menu bar, the member theme or the home theme? It seems you want to know where *all* of them are.

    (sigh) Ok.

    The admin bar code is in: /mu-plugins/bp-core/bp-core-adminbar.php

    The code for the member theme is in: /wp-content/member-themes/buddypress-member

    The code for the home theme is in: /wp-content/themes/buddypress-home

    #40279
    Sgrunt
    Participant

    hi Burt, no i’ve not touched nothing outside theme folders, and i’ve seen this issue with other (not mine)bp like: http://ilovewestdavis.com/ or http://sportsblognet.com/

    #40276
    danielfelice
    Participant

    Hi Guys,

    Theme Contest is going to be extended an extra month! Official annoucement soon!

    Thanks

    Dan

    #40249

    In reply to: wp-signup vs register

    Simon
    Participant

    Not specifically… although I have tried using the loader.php to load styles via custom.css over base.css. No effect. I can’t see a reference to bp_styles() in the buddypress templates anywhere… any idea where should I be looking?

    Cheers.

    update: Scratch that… found it in member theme. But adding that to the home theme has no effect (and it doesn’t appear to be included in the default bp home theme anyway).

    #40244

    In reply to: wp-signup vs register

    Simon
    Participant

    Also, using a custom theme seems to break the ajax calls for the BuddyPress widgets (groups, members etc.)… clicking the links in these widgets takes you to the respective directory pages rather than refreshing the widgets.

    #40243

    In reply to: wp-signup vs register

    Simon
    Participant

    @Nicola, I’m using the latest SVN build (1228) and I get this same issue.

    There’s no doubt this is related to the use of a custom theme but having copied all the neccesary files and functions from both the home and member themes I have yet to discover the missing piece of the puzzle.

    #40230

    In reply to: wp-signup vs register

    Kunkel
    Participant

    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

    #40227

    In reply to: wp-signup vs register

    tamphet
    Participant

    Fresh install could be a fix. But would it be nice to understand the issue.

    I saw many people using custom theme get the same issue, it posted all over the forums. I checked all sites currently running BP. The result is if it does not use BP-theme, the signup page points to wp-signup.php instead of register.

    Could this be a BP’s bug?? or Because the theme used does not design for WPMU?

    Curriousity…..

    #40207

    In reply to: wp-signup vs register

    Kunkel
    Participant

    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’ );

    ?>

    #40206

    In reply to: wp-signup vs register

    Kunkel
    Participant

    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’ );

    ?>

    #40199

    In reply to: wp-signup vs register

    nicolagreco
    Participant

    ah ok i understand your problem,

    you’ve made new themes (member/home) or not updated, copy the bp hooks and function contained in the current svn in the functions.php of the member theme & home one to your functions.phps

    #40189
    Andy Peatling
    Keymaster

    Change /wp-content/member-themes/ to /wp-content/bp-themes

    https://buddypress.org/forums/topic.php?id=1675

    #40186
    Marco72
    Participant

    As I can remember, cuz I’m on a mobile, : #center-column has width of 260px, the same is for #right-column, so they are fixed width.

    #left-column has only a margin-right of 560px.

    Try to change #center-column width:285px and #left-column margin-right: 535px.

Viewing 25 results - 31,451 through 31,475 (of 32,561 total)
Skip to toolbar