Here is my situation:
When a person views an individual activity item (i.e., website.com?actid=79940), I want to show the full stream below that post, so the user is inspired to scroll down and not bounce. So what I did is edited layouts/stream/base.php and added a new module in the if ($isSingleActivity) section. I could add things there, but when I added my own module position and put JS Activity Stream there, it broke.
Is there any way to do what I'm trying to accomplish? I see a "$showMoreActivity" right after that, so does that allow for more activity items to be shown?
Thanks!