Hi!
I'm trying to place module positions into the activity stream (templates/jomsocial/layouts/stream/base.php) as described in the documentation:
<div class="joms-module__wrapper"><?php $this->renderModules('PositionName'); ?></div>
It works and shows the selected modules for this position. The problem is, when using this method, the activity stream doesn't load the older items when scrolling down. This seems to be a a problem wih jquery: "Failed to load resource: the server responded with a status of 500 ()"
Is there an easy way to embed module positions in the stream or can thos only be done on the side or above / below the stream?