Projam5 Light - Our Favorite Artist Box

alt=
@scardwell
9 years ago
32 posts
Hi all,

We only need to display artists and not songs. Please could someone advise as to how to delete the Songs: counter in the Our Favorite Artist Box on the home page. Thanks.

Stephen
updated by @scardwell: 04/29/15 01:56:19AM
douglas
@douglas
9 years ago
2,790 posts
You'll find that code in your skins/jrProJamLight/header.tpl and it is this code:

                        <div class="fav_buttons">
                            {jrCore_lang skin=$_conf.jrCore_active_skin id="110" default="Artist" assign="fvrt_artst_bttn_ttl"}
                            {jrCore_lang skin=$_conf.jrCore_active_skin id="111" default="Song" assign="fvrt_sng_bttn_ttl"}
                            <a onclick="jrLoad('#fav-div','{$jamroom_url}/favorite_artist');">{jrCore_image image="button_prev.png" alt=$fvrt_artst_bttn_ttl title=$fvrt_artst_bttn_ttl} {jrCore_lang skin=$_conf.jrCore_active_skin id="110" default="Artist"}</a> |
                            <a onclick="jrLoad('#fav-div','{$jamroom_url}/favorite_song');">{jrCore_lang skin=$_conf.jrCore_active_skin id="111" default="Song"} {jrCore_image image="button_next.png" alt=$fvrt_sng_bttn_ttl title=$fvrt_sng_bttn_ttl}</a>
                        </div>

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

Tags