But Topics in private Forums are not shown
Thats annoying, beacause many overlook last posts. Those are just shown in the forum widgets.
With a simple uncomment of a line, you get also forum posts in the newsfeed.
Sure, you can see the topics publicly, but it is also a catcher to ghost visitors, to register.
open "ow_plugins/forum/classes/event_handler.php2
go to ~ line 404 and change
if ( $groupDto->isPrivate ) { return; }
TO
if ( $groupDto->isPrivate ) { #return; }
That´s all. easypeasy