Forum Activity for @rharvest87

rharvest87
@rharvest87
06/13/16 04:35:37PM
2 posts

How to track and log Profile Admin activities after login?


Using Jamroom

Brain how can we open up our artist Guest book for info from there fans, or is it not recommended by Jamroom?
rharvest87
@rharvest87
04/10/15 12:04:59PM
2 posts

Nova Skin Main Menu


Design and Skin Customization

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