Forum Replies Created
-
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
any ideas?
thanx r-a-y, will try and see what happens
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
ah, no, just took the main files WP uses from Buddypress install, just not all of them, will check that out, thanks
Thanks etiviti, I got it all wrong until I realized it should go on functions.php and now it works, many thanks
Thanks etiviti, I got it all wrong until I realized it should go on functions.php and now it works, many thanks
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; ?>disregard the previous post, I’ve found it
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
btw, I understand this is a pretty stupid question, but I just can’t find it and don’t know what to do