I’m a newbie to Buddypress programming. I want to change the default way comments on Buddypress activity entries work. I want to just show 2 comments and include an “expand comments” button that the user can click to see all comments.
I see the following line at the end of activity/comment.php –
“
I don’t see any corresponding do_action calls anywhere in the buddypress code. How can I track down where the code that gets invoked is defined ?
Note: This is the very first time that I’ve tried to extend any code in Buddypress. So it is quite possible that I just don’t know where to look. I’ve read the basic how-to extend page but it doesn’t go into this level of detail.
Can someone please point me in the right direction? Thanks.
Jug
The topic ‘Extending Activity Comments on Buddypress’ is closed to new replies.
juguar
@juguar
13 years ago
Hi guys,
I’m a newbie to Buddypress programming. I want to change the default way comments on Buddypress activity entries work. I want to just show 2 comments and include an “expand comments” button that the user can click to see all comments.
I see the following line at the end of activity/comment.php –
“
I don’t see any corresponding do_action calls anywhere in the buddypress code. How can I track down where the code that gets invoked is defined ?
Note: This is the very first time that I’ve tried to extend any code in Buddypress. So it is quite possible that I just don’t know where to look. I’ve read the basic how-to extend page but it doesn’t go into this level of detail.
Can someone please point me in the right direction? Thanks.
Jug