solo artist player list single quotes

blindmime
@blindmime
10 years ago
772 posts
Single quotes in songs within the player list in the Solo Artist skin aren't being displayed properly. See attached.

Also, where do I find the template/code to change the credit? Instead of displaying the jamroom artist name, I would like to display my own credits field for songwriters.

thanks
screenshot_258.jpg
screenshot_258.jpg  •  43KB


updated by @blindmime: 07/18/15 07:08:25AM
douglas
@douglas
10 years ago
2,804 posts
Is the same using a different skin?


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
michael
@michael
10 years ago
7,799 posts
Thanks for finding that. Its an issue with the jrSolo module. Its been fixed up in version 1.0.3. Update from the marketplace now and it should be sorted.

--
The template in question is:
/modules/jrSolo/templates/jrSolo_audio_player.tpl

so using the technique outlined here:

"Alterning a modules template"
https://www.jamroom.net/the-jamroom-network/documentation/development/1051/altering-a-modules-template

To change the credit, copy
/modules/jrSolo/templates/jrSolo_audio_player.tpl

to:
/skins/YOUR SKIN/jrSolo_jrSolo_audio_player.tpl

Then change the
artist: "{$a.artist}",
to whatever you want it to be.

Tags