PDA

View Full Version : CMI play template



thijs077
08-21-2005, 04:33 PM
I'm using this template and again it doesn't show if its a live recording or not. The <!--[if($SHOW_LIVE)]--> isn't even there in the template

So I put the entries from my other posts and put it in. It works, but I can't get the color the same as the others, like genre.

Please help me.

pheisholt
08-24-2005, 01:46 AM
You're so right. Several of the parameters listed in the 'Declarations' section are missing in the 'Start &#124; Group &#124; Album &#124; Track' sections.

I will update the template as soon as I have time.

thijs077
09-11-2005, 12:13 PM
Another problem the year in the right top corner is wrong.

It says 105 instead of 2005.

How can I fix this?

pheisholt
09-14-2005, 08:02 AM
Are you referring to the date in the top LEFT corner?

In that case the date is determined by the 'getTimeDate(now)' function, which stores the current date in the 'nowDate' variable.

thijs077
09-15-2005, 08:55 AM
Yeah,

I meant the date in the left corner, so there's nothing I can do about it.

pheisholt
09-15-2005, 07:19 PM
If you send me your template, I can take a look at it. It may have something to do with the date format used in your country/on your computer.

pheisholt
09-21-2005, 12:33 PM
I have to tell you a funny thing. I don't use explorer, I use firefox and my friends also.
I was checking for the source code in explorer and the date is right.
The text is also smaller when I open the page with explorer. So I guess the template is not for firefox.


OK

Guest
11-07-2005, 12:37 AM
Firefox treats the year the same way as perl. Other sites recommend getFullYear instead of getYear, which will probably work equally well in both browsers.

pheisholt
11-08-2005, 09:53 AM
Thanks.
getFullYear() seems to work fine.