Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • 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


    brentcee234
    Participant

    @brentcee234

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


    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!


    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!


    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!


    brentcee234
    Participant

    @brentcee234

    @JohnJamesJoacoby

    Any update on a possible plugin?

    Thanks!


    brentcee234
    Participant

    @brentcee234

    Thank you so much!!!!!


    brentcee234
    Participant

    @brentcee234

    anybody?


    brentcee234
    Participant

    @brentcee234

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


    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!


    brentcee234
    Participant

    @brentcee234

    Any ideas anyone?


    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


    brentcee234
    Participant

    @brentcee234

    Yes I am using the Default theme


    brentcee234
    Participant

    @brentcee234

    Yep thats exactly what I mean!

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