The problem i ran in to here is that thethe jrSeamless_list array is excluding and not returning all posts. I estimate this is related to the group B quotas not allowed having a "Profile forum" and when group B posts on group A profile forum they are not displayed in the jrSeamless_list array
{jrSeamless_list modules="jrForum,jrBlog,jrGroupDiscuss" order_by="_created desc" search2="forum_title_url like % || blog_title_url like % || discuss_title_url like %" template="latest_tab.tpl" pagebreak="20" dId="thetab1"}
in the returned array of the jrSeamless_list does not display any of "group B" quotas posts in the Group A profile jrSeamless_list. Is this because group B is not allowed a "profile forum" in their quota?
I tried verifying that all quotas site wide are in fact allowed access to the jrForums module. However if the quotas are not allowed a "profile forum" then their posts to a profile forum are not showing in the jrSeamless_list array when returned
I assumed the problem here is that of: Profile group B new post is not returned in the array of the jrSeamless list because group B settings in the quota does not allowed a profile forum option so their posts on group A's profiles forums.
Also to note I believe I could do a work around using the jrAction module however it would not explain why the jrSeamless list excludes the group B profiles posts on group As forums
updated by @developer-networks: 12/20/16 01:25:28AM