Author |
Topic |
|
JDommi
Administrator
Germany
4650 Posts |
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 07 Mar 2011 : 21:52:57
|
Thx. |
|
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 07 Mar 2011 : 22:05:44
|
Pure self interest |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 07 Mar 2011 : 22:33:47
|
Wow, I never would have thought of transparency! Unfortunately I can't see the result as I'm @work :( |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 08 Mar 2011 : 00:14:11
|
Only one thing to change: the ugly blue bar *lol* I can only say again: great work!
On my NewCard I have added an extended version of country.js with some more german spelled nations. It's the corrected release you shared today! |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
Edited by - JDommi on 08 Mar 2011 00:26:36 |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 08 Mar 2011 : 10:31:15
|
The background color was only for testing purposes, i already removed it in my version.
I'll add the new countrys.js to the next zip file. |
|
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 08 Mar 2011 : 10:59:15
|
He he, I don't have thought that you would leave this bar ;)
I have added for testing purposes the amount of (season) episodes into movie_bigcover http://www.mediafire.com/file/q16dfu3o4z9pom5/movie_bigcover2.rar To identify the changes and add them to the other cards I have added <!-- Added by JDommi --> and <!-- Modified by JDommi --> to the source (please remove the comments if you wanna add it to all of the movie_bigcover cards).
|
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
Edited by - JDommi on 08 Mar 2011 11:17:21 |
|
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 08 Mar 2011 : 11:31:10
|
Sorry, last minute change: modify 1. addition:
<div id="tv">
<script type=text/javascript>
var extshow = '_IS_TVSHOW_'
var allepis=0;
var seasonepis=new Array(50);
if (extshow == 1) {
document.write('<font class="fsize1a"><b> epicount</b></font>');
}
</script>
modify 2. addition:
</div> <!-- was first above addition mark
<SCRIPT LANGUAGE="JavaScript">
var theDiv = document.getElementById("tv");
var theText = theDiv.innerHTML;
var st = theText.match(/<!--START_SEASON-->/g).length;
var x = 1;
theText=theText.replace(/epicount/g, "S: " + dezInt(st,2) + ", E: " + dezInt(allepis,2));
theDiv.innerHTML = theText;
do {
var seasonno = new RegExp(".\(no" + x + "\)","g");
var seasonval=' (' + seasonepis[x];
theText=theText.replace(seasonno, seasonval);
theDiv.innerHTML = theText;
x=x+1;
}
while (x < st+1);
</script>
|
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
Edited by - JDommi on 08 Mar 2011 11:35:34 |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 08 Mar 2011 : 14:49:59
|
- Added new countrys.js (Thx to JDommi) - Removed the background color from award display - Improved the Tooltip for Awards (Now the 1999 and the Award Name is shown also) - Added more Awards (Still incomplete)
http://www.mediafire.com/download.php?17b3a7u7qj6g7lv |
Edited by - Prinz on 08 Mar 2011 14:50:26 |
|
|
Prinz
Senior Member
Germany
1522 Posts |
|
Prinz
Senior Member
Germany
1522 Posts |
|
Prinz
Senior Member
Germany
1522 Posts |
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 11 Mar 2011 : 11:03:21
|
- Added total amount of episodes and per season for TV Shows (incl. all previous additions by Prinz)
http://www.mediafire.com/file/x7gkkang5f3tpzc |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 11 Mar 2011 : 16:40:50
|
- Added a few more Awards - Now the Awards are sorted by Name - Now can sort the awards by Name or Year (Grouped by sorting criteria)
@JDommi Your changes aren't included yet, i didn't have time do that yet.
http://www.mediafire.com/download.php?v06xs9fflgrlfm6 |
|
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 11 Mar 2011 : 21:35:30
|
I think that you don't have changed anything on the movie card itself since the last version. So you only have to exchange the 4 movie_bigcover cards with the version of my previous post. |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 11 Mar 2011 : 23:11:17
|
Well, I think even you make sometimes a mistake As example Babylon5 shows with my code
Seasons:
S: 05, E: 110
S01 (22)
S02 (22)
S03 (22)
S04 (22)
S05 (22)
yours shows:
Seasons: ( epicount )
S01 (no1)
S02 (no2)
S03 (no3)
S04 (no4)
S05 (no5) *EDIT* Maybe there is something missing in the rar? |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
Edited by - JDommi on 11 Mar 2011 23:20:08 |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 11 Mar 2011 : 23:23:26
|
quote: Originally posted by JDommi yours shows:
Seasons: ( epicount )
S01 (no1)
S02 (no2)
S03 (no3)
S04 (no4)
S05 (no5) *EDIT* Maybe there is something missing in the rar?
That can't be my Card. I don't use variables for the functions.
Only your mod of the card's uses variables with these names...
I download my .rar again, there are no variables with that name in it. |
|
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 11 Mar 2011 : 23:36:05
|
??? What the hell... Seems as if the pc on my work has stored an old test rar of mine in memory. As it had the same name it seems to do not have updated the download ??? I hate these stupid user errors! After a restart of the pc it works fine now! Sorry!!!
|
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Topic |
|
|