Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 16 replies - 1 through 16 (of 16 total)
  • Avatar of brentcee234
    brentcee234
    Participant

    @brentcee234

    thanks for the response! I just want the regular loop, I am going to add Thumbnails to it like in the guide above. Here is what I’ve been using, like i said it works on non bp themes perfect without bp installed. The first part works, but not the query for the loop

    `<?php
    /*
    Template Name: blog_in_blog
    */

    get_header(); ?>


    <?php // get the content of our "my blog page"
    if ( have_posts() ) while ( have_posts() ) : the_post(); ?>

    <div id="post-” >


    <?php
    query_posts(‘posts_per_page=3′);
    rewind_posts();

    get_template_part( ‘loop’, ‘archive’ );
    ?>


    `

    Thanks again

    Avatar of brentcee234
    brentcee234
    Participant

    @brentcee234

    also this isn’t a MS or MU site… Just a single blog :D

    Avatar of brentcee234
    brentcee234
    Participant

    @brentcee234

    found my answer….ended up not doing the above….in the file buddypress-links/bp-links-dtheme.php

    Find:

    $selected = ( bp_is_page( BP_LINKS_SLUG ) ) ? ‘ class=”selected”‘ : ”;
    $title = __( ‘Links’, ‘buddypress-links’ )

    Change ‘Links’ to desired

    :)

    Avatar of brentcee234
    brentcee234
    Participant

    @brentcee234

    my bp-custom.php contains what is shown above

    if ( !defined( ‘BP_LINKS_SLUG’ ) )
    define( ‘BP_LINKS_SLUG’, ‘Lists’ );

    I am still having troubles though as “Links” still shows up in the nav bar, Any ideas?

    Thanks!

    Avatar of brentcee234
    brentcee234
    Participant

    @brentcee234

    I am having the same problem as M W

    “That bug fix 2191 did not work for me- I still have to go to the Friends tab on my member profile to make the notification go away- I would have liked for it to go away as soon as it was acknowledged (clicked on)”

    Any solutions?

    Thanks!

    Avatar of brentcee234
    brentcee234
    Participant

    @brentcee234

    Referring to the earlier post, This was the only div.post div.post-content I could find in the css and when changed to 0 it didn’t do anything

    div.post div.post-content, div.comment-content {
    margin-right: 105px;
    margin-left: 0;
    }

    Anyone? Thanks a bunch!

    Avatar of brentcee234
    brentcee234
    Participant

    @brentcee234

    Does this solution still work? I am using Current WP and BP version. I removed the author box div in single.php but I still I can’t find where to modify the CSS. Any help would be appreciated ,thanks!

    Avatar of brentcee234
    brentcee234
    Participant

    @brentcee234

    @JohnJamesJoacoby

    Any update on a possible plugin?

    Thanks!

    Avatar of brentcee234
    brentcee234
    Participant

    @brentcee234

    Thank you so much!!!!!

    Avatar of brentcee234
    brentcee234
    Participant

    @brentcee234

    anybody?

    Avatar of brentcee234
    brentcee234
    Participant

    @brentcee234

    Note I am using the old default them (the orange one!)

    Avatar of brentcee234
    brentcee234
    Participant

    @brentcee234

    Hi,

    I am having the same problem. I am running the latest version of Buddy Press and WordPress MU 2.8.4.

    Any help would be greatly appreciated, Thanks!

    Avatar of brentcee234
    brentcee234
    Participant

    @brentcee234

    Any ideas anyone?

    Avatar of brentcee234
    brentcee234
    Participant

    @brentcee234

    The plugins I am using are:

    Bp Paginated posts

    Buddypress facebook connect

    Fast and secure form

    BP Groupblog

    WP Super Cache

    Si-Captcha

    Unfiltered MU

    Avatar of brentcee234
    brentcee234
    Participant

    @brentcee234

    Yes I am using the Default theme

    Avatar of brentcee234
    brentcee234
    Participant

    @brentcee234

    Yep thats exactly what I mean!

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