on our website, gmeshowcase.com we are trying to modify, and or add menu items. NOT IN THE USER MENU, but main header menu. Currently there are two tabs for artist, there is another artist tab, but it goes to an external link (a magazine) Same thing for concerts... two tabs one is correct, the other is not showing the proper name... it goes to an awards show. How do I properly get these tabs to show the names respectively, "Magazine" "Awards" ?
The code is:
{if $_conf.jrCore_maintenance_mode != 'on' || jrUser_is_master() || jrUser_is_admin()}
{jrCore_lang skin=$_conf.jrCore_active_skin id="1" default="home"}
{if jrCore_module_is_active('jrCharts')}
{jrCore_lang skin=$_conf.jrCore_active_skin id="27" default="charts"}
{/if}
{jrCore_lang skin=$_conf.jrCore_active_skin id="12" default="artists"}
{if jrCore_module_is_active('jrAudio')}
{jrCore_lang skin=$_conf.jrCore_active_skin id="13" default="songs"}
{/if}
{jrCore_lang skin=$_conf.jrCore_active_skin id="12" default="magazine"}{if jrCore_module_is_active('jrVideo')}
{jrCore_lang skin=$_conf.jrCore_active_skin id="14" default="videos"}
{/if}
{if jrCore_module_is_active('jrYouTube')}
{jrCore_lang skin=$_conf.jrCore_active_skin id="15" default="YouTube"}
{/if}
{if jrCore_module_is_active('jrVimeo')}
{jrCore_lang skin=$_conf.jrCore_active_skin id="63" default="Vimeo"}
{/if}
{jrCore_lang skin=$_conf.jrCore_active_skin id="30" default="concerts"}
{if isset($_conf.jrNova_member_quota) && $_conf.jrNova_member_quota > 0}
{jrCore_lang skin=$_conf.jrCore_active_skin id="58" default="Members"}
{/if}
{if jrCore_module_is_active('jrBlog')}
{jrCore_lang skin=$_conf.jrCore_active_skin id="93" default="Blogs"}
{/if}
{jrCore_lang skin=$_conf.jrCore_active_skin id="30" default="Awards Show"}
{* Add additional menu categories here *}
updated by @rharvest87: 05/14/15 08:42:22AM
