Cany anybody help me with this?
I’ve figured out the blog and events are being created by
groups/single/plugins.php
and the key line on plugins.php is:
<?php do_action( ‘bp_template_content’ ); ?>
but now I’m stumped.
I just can’t find the code I can edit to change my outputted code.
Yes I’ve been using the template overloads for other pages, but I can’t figure out where to edit this one. I’ve searched all templates and can’t see the code that’s bringing in the gravatar: <div class="author-box">
or the post summary: <div class="post-content">
Do you have a any idea which template I need to override?
thanks!