@paulmist
1 year, 8 months ago
This works great with a minor tweak…
if( !is_user_logged_in() && $rep_position > 1 )
However – is it possible to hide replies and not just their content?
Tried using bbp_get_reply as a filter with no luck.