Help on PJ News
Using Jamroom
ok I see one issue. For whatever reason, the posted info/social media info is listed once for the poster and once for the admin.
updated by @dazed: 08/31/14 08:29:36AM
{jrCore_list module="jrBlog" order_by="_created desc" search1="_profile_id = `$_conf.Mixposure_blog_profile`" search2="blog_category = news" template=$site_news_template pagebreak="4" page=$_post.p}
{if isset($_conf.Mixposure_blog_profile) && $_conf.Mixposure_blog_profile > 0}
{jrCore_list module="jrBlog" order_by="_created desc" search1="_profile_id = `$_conf.Mixposure_blog_profile`" search2="blog_category = news" template=$site_news_template pagebreak="4" page=$_post.p}
{else}
{jrCore_list module="jrBlog" order_by="_created desc" search1="_user_id = 1" search2="blog_category = news" template=$site_news_template pagebreak="4" page=$_post.p}
{/if}