Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: de-activate username link in forums

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…

Skip to toolbar