Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi ironboundnewark,

    Try going to: Settings > Miscellaneous

    You can change the default thumbnail size there.

    Hope this helps.

    Hi sfinder,

    I was just looking into this myself and came up with a quick hack.

    Go to:

    bp-blogs-widgets.php

    line: 50

    Change:

    <div class="item-content"><?php echo bp_create_excerpt($post->post_content) ?></div>

    To:

    <div class="item-content"><?php echo $post->post_content ?></div>

    This will will show the full post with images, but will not limit the amount of text. You might want to create a function similar to bp_create_excerpt() if you want to limit the amount of text.

    Hope this helps.

    P.S. I’m new to buddypress and wpmu, so this solution may not be perfect.

    First, thanks for the great work so far! I’m also interested if site wide images and video will be available on the sites home page. Also, will there be any kind of voting or favorites feature in upcoming versions? Thanks again.

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