Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,042
- How-to & Troubleshooting
- 129,702
- Creating & Extending
- 25,796
- Requests & Feedback
- 9,498
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,180
-
correct, have a look at the function/filter bp_get_the_topic_last_poster_name (in bp-forums.templatetags.php)
return apply_filters( ‘bp_get_the_topic_last_poster_name’, ‘‘ . $forum_template->topic->topic_last_poster_nicename . ‘‘ );
*edit – annoying we can’t post code here…