So the forum on the header.tpl is by default the Master Admin's forum. How can I change it so I can put the forum from the ID user that I want?
{if isset($_conf.jrMediaProLight_admin_profile_url) && strlen($_conf.jrMediaProLight_admin_profile_url) > 0}
{assign var="site_profile_url" value=$_conf.jrMediaProLight_admin_profile_url}
{jrCore_module_url module="jrForum" assign="furl"}
{assign var="check_forum_url" value="/`$site_profile_url`/`$furl`"}
{jrCore_module_url module="jrDocs" assign="durl"}
{assign var="check_doc_url" value="/`$site_profile_url`/`$durl`"}
{/if}
{if jrCore_module_is_active('jrForum') && isset($site_profile_url)}
{jrCore_lang module="jrForum" id="36" default="Forum"}
{/if}
updated by @serin: 01/22/14 01:17:06PM