Home
Installation - Nova
Installation - Nova
Installation - Nova
Last Updated on Wednesday, 23 June 2010 14:42
Please make sure you have installed the template in Jamroom in this tutorial before performing below updates.
NOVA Skin
edit /skins/Nova/jr_header.tplBEFORE:
</head>ADD:
{* nasAddToStation Initialization (requred) *}
{nasAddToStation_init}
Add buttons in song listing page
edit /skins/Nova/jr_ranking_row.tpl
AFTER:
{if $SONG_ADVISE == 'yes'}ADD:
<img src="/store/{$JAMROOM_URL}/skins/Nova/images/advisory.png" alt="{jr_lang id="284" default="explicit content"}" height="20" class="m_outline">
{/if}
{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 pageedit /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"}
| < Prev | Next > |
|---|