Forum Replies Created
-
Should be an easy question, but nobody here to give an answer. It’s a pity, because I cannot use buddypress 1.2 if I cannot edit the activity stream.
To not show the friendships I deleted in index.php of activity-folder in the theme:
<?php if ( bp_is_active( ‘friends’ ) ) : ?> <option value=”friendship_accepted,friendship_created”><?php _e( ‘Show Friendship Connections’, ‘buddypress’ ) ?></option> <?php endif; ?>
BUT:
I don’t know how to only show blog posts. I think it will not work to delete all Options but NewBlogPosts, because this only gives the links and not what is shown as default option.
Same problem here. Doesn’t anybody know a solution?
Okay, it took some tests and now there is the solution:
The comment-authors are only linked to their profile, if the profile has content.
Here’s a plugin, a little tricky and without a widget, but it works.
Please, doesn’t anybody know a solution? I can’t make my site public as long as the comment-author-problem isn’t solved.
Andy, good advice, but when someone has disabled activities (as I have) , this doesn’t work.
slicktig, look here:
http://wpmudev.org/project/Sitewide-recent-comments
It’s a litte bit complicatet for you have to create the tables on your own and there is no widget, but it works. I changed the plugin a litte bit and it runs on http://www.tastentango.de now. If I would be able, I would make a widget of it but I have to solve some other problems first.
Hope it helps for the moment.
So, I try to find a solution.
When I commentet Andy’s last post here, my nickname wasn’t linked to my profile, but a lot of other nicknames were.
Why isn’t my nickname linked, but the other’s are?
Maybe the answer to this question will be the solution to my problem.