Help on PJ News
Using Jamroom
Dazed:
Douglas did you add a secondary user to post in the News section? When I add the below on the index.tpl I get the dual "By" line for user and admin. The same is true for modifying the site_news.tpl.
Douglas did you add a secondary user to post in the News section? When I add the below on the index.tpl I get the dual "By" line for user and admin. The same is true for modifying the site_news.tpl.
{jrCore_list module="jrBlog" order_by="_created desc" search1="_profile_id in 1,166144" search2="blog_category = news" template=$site_news_template pagebreak="4" page=$_post.p}
I added the ID's the skins setting "Blog Profiles" field and changed the jrCore_list functions to use "in" instead of "=".