How do I make the profile_sidebar.tpl section to hide when a profile page is viewed.
Design and Skin Customization
Sorry, I don't see that code in AduioPro's profile_index.tpl, which skin is this for?
Thanks!
{if !jrCore_is_mobile()}
{jrCore_include template="profile_sidebar.tpl"}
{else}
{if $_post.module != 'jrBlog' || $_post.module != 'jrAction'}
{jrCore_include template="profile_sidebar.tpl"}
{/if}
{/if}
{if !jrCore_is_mobile()}
{jrCore_include template="profile_sidebar.tpl"}
{else}
{if $_post.module != 'blog' || $_post.module != 'timeline'}
{jrCore_include template="profile_sidebar.tpl"}
{/if}
{/if}
{debug}
{jrCore_lang id=5 skin="Mobile" default="Follow" assign="Follow"}
{jrFollower_button profile_id=$item._profile_id title=$Follow}