Login






Installation - Nova


Please make sure you have installed the template in Jamroom in this tutorial before performing below updates.

    NOVA Skin

    edit /skins/Nova/jr_header.tpl

    BEFORE:
    </head>
    ADD:
    {* nasAddToStation Initialization (requred) *}
    {nasAddToStation_init}

    Add buttons in song listing page

    thumb_screenshot-skin-songlist

    edit /skins/Nova/jr_ranking_row.tpl

    AFTER:
    {if $SONG_ADVISE == 'yes'}
     <img src="/store/{$JAMROOM_URL}/skins/Nova/images/advisory.png" alt="{jr_lang id="284" default="explicit content"}" height="20" class="m_outline">
    {/if}
    ADD:
    {nasAddToStation_button css_class="" type="img" type_file="add1.png" template_dir="default" song_id=$SONG_ID label="Add to Station"}

    NOVA Profile Theme

    Add buttons in song details page

    thumb_screenshot-theme-songlist

    edit /themes/Nova/song_details.tpl

    AFTER:
    {jr_theme_template template="favorite_add.tpl" tpl_dir="skin" skin="Nova" fav_type="song" song_id=$SONG_ID}
    ADD:
     {nasAddToStation_button css_class="" type="img" type_file="add1.png" template_dir="default" song_id=$SONG_ID label="Add to Station"}