Adding Information Under Avatar on Topic Pages?
-
Hi!
I have upgraded to the most recent versions of BuddyPress, bbPress, and WordPress.
I see on loop-single-reply.php that the information displayed after the avatar is called by
do_action( ‘bbp_theme_after_reply_author_details’ );
My plan was to use the information in http://codex.bbpress.org/bbp_theme_after_topic_author/ but apply it to the bbp_theme_after_reply_author_details action instead.
Where does the code provided in the codex example actually need to go? bp-custom.php? Or somewhere else? Is this even the right way to go about adding it?
Any tips would be great, thanks!
- You must be logged in to reply to this topic.