Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • cocomozlo
    Member

    @cocomozlo

    no, they’re not blogs, they’re subdomains using other scripts in which I’d like to add the BP footer to reflect the latest posts, activity and such. That itself isn’t a problem in WP, but I don’t know if it’s because of WPMU, BP or the server configuration, but I cannot make it work at all in this specific site. I did a search on Google and it seems many people is having trouble with this on BP context, so I guess it will be easier to get the answer her


    cocomozlo
    Member

    @cocomozlo

    any ideas? :(


    cocomozlo
    Member

    @cocomozlo

    thanx r-a-y, will try and see what happens :)


    cocomozlo
    Member

    @cocomozlo

    OK, perfect, it was that :)

    As a suggestion, I think that .padder class shouldn’t be used everywhere, only in one place, because having .padder as content wrapper and (ie) as a search wrapper is 2 very different things. Happily for me, it was just changing .padder to something else, which I did in less than 2 minutes, but other users may find trouble when it’s something as simple as changing .padder to something else


    cocomozlo
    Member

    @cocomozlo

    ah, no, just took the main files WP uses from Buddypress install, just not all of them, will check that out, thanks


    cocomozlo
    Member

    @cocomozlo

    Thanks etiviti, I got it all wrong until I realized it should go on functions.php and now it works, many thanks :)


    cocomozlo
    Member

    @cocomozlo

    Thanks etiviti, I got it all wrong until I realized it should go on functions.php and now it works, many thanks :)


    cocomozlo
    Member

    @cocomozlo

    Hey, thanx Etiviti. However, I’m not the sharpest knife in the drawer, how should I add it exactly? I’ve replaced bp_has_activities() with bp_activity_feed_item_title() but didn’t get anything. I have this code:

    <?php if ( bp_activity_feed_item_title() ) : ?>

    <ul id="groups-list" class="item-list">
    <?php while ( bp_groups() ) : bp_the_group(); ?>

    <li>
    <div class="item">
    <div class="item-title"><a>"><?php bp_group_name() ?></a></div>
    <div class="item-desc"><?php bp_group_description_excerpt() ?></div>

    <?php do_action( 'bp_directory_groups_item' ) ?>
    </div>

    <div class="clear"></div>
    </li>
    <?php endwhile; ?>

    <?php do_action( 'bp_after_groups_loop' ) ?>

    <?php else: ?>

    <div id="message" class="info">
    <p><?php _e( 'There were no groups found.', 'buddypress' ) ?></p>
    </div>

    <?php endif; ?>


    cocomozlo
    Member

    @cocomozlo

    disregard the previous post, I’ve found it :)


    cocomozlo
    Member

    @cocomozlo

    Thanx Jeff. Now I have another problem: how do I create a group? I’ve nothing in my admin that says group, did a search on Google and it seems it’s a very common problem. However, couldn’t find a solution that works


    cocomozlo
    Member

    @cocomozlo

    btw, I understand this is a pretty stupid question, but I just can’t find it and don’t know what to do :(

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