Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Need help locating the activity-header code


modemlooper
Moderator

@modemlooper

Need some help with this. I’ve located the code in ajax.php to edit the activity comment meta. Problem is I don’t want to fudge with core. I copied files over to child theme but BP doesn’t recognize this file in the child theme. I’ve changed this code yet it does not reflect on the page. What am i missing?

Code:

<div class="acomment-meta">
<?php echo bp_core_get_userlink( bp_get_activity_user_id() ) ?> · <?php printf( __( '%s ago', 'buddypress' ), bp_core_time_since( gmdate( "Y-m-d H:i:s" ) ) ) ?> ·
<a class="acomment-reply" href="#acomment-<?php bp_activity_id() ?>" id="acomment-reply-<?php echo attribute_escape( $_POST['form_id'] ) ?>"><?php _e( 'Reply', 'buddypress' ) ?></a>
<a href="<?php echo wp_nonce_url( $bp->root_domain . '/' . $bp->activity->slug . '/delete/' . bp_get_activity_id() . '?cid=' . $comment_id, 'bp_activity_delete_link' ) ?>" class="delete acomment-delete confirm"><?php _e( 'Delete', 'buddypress' ) ?></a>
</div>

Skip to toolbar