Display Artist name on Multi Artist Album

All questions that don't fit in the other 'Jinzora Support' boards.

Display Artist name on Multi Artist Album

Postby egnjohn » May 06 2010 - 09:57

I just figured this out and thought I would share the info in case someone else wanted to do it also.

frontend/blocks.php

Find
$display->link($child, $tName, $descName, "jz_track_table_songs_href");

Above that line add
if ($multiArtist) { //check if soundtrack, various artist album
$artistName = $metaData['artist']; //get artist id tag from song
$artistName2 = substr($artistName, 0, 20); //shorten display of artist name
echo "<acronym title=\"$artistName\">$artistName2</acronym> - "; // display shortened name and add hover for full name display
}
egnjohn
 
Posts: 11
Joined: April 14 2009 - 06:08

Re: Display Artist name on Multi Artist Album

Postby arje06 » May 19 2010 - 19:27

I have already tried this John but the only thing appeared to be is a white screen with the sentences for seo services. Is there something wrong or I have only typed incorrect characters? Any tips or comments you can give to me so that I can make it right.
arje06
 
Posts: 1
Joined: May 18 2010 - 01:20

Re: Display Artist name on Multi Artist Album

Postby egnjohn » June 14 2010 - 12:18

arje06 when editing use notepad instead of a html editor, I noticed at times the html editors mess up coding somehow and create white/blank pages or errors.
egnjohn
 
Posts: 11
Joined: April 14 2009 - 06:08


Return to Daily Usage & General

Who is online

Users browsing this forum: No registered users and 1 guest

cron