Custom Design Needed
Off Topic
posted your request on twitter, hopefully get some replies:
https://twitter.com/jamroomdev
{if strlen($_profile.profile_facebook) > 2}
<a href="{$_profile.profile_facebook}">{jrCore_image image="facebook.png"}</a>
{/if}
{if isset($_conf.jrProJamLight_blog_profile) && $_conf.jrProJamLight_blog_profile > 0}
{jrCore_list module="jrBlog" order_by="_created desc" limit="10" search1="_profile_id = `$_conf.jrProJamLight_blog_profile`" search2="blog_category = latest" template="news_slider.tpl"}
{else}
{jrCore_list module="jrBlog" order_by="_created desc" limit="10" search1="_user_id = 1" search2="blog_category = latest" template="news_slider.tpl"}
{/if}