Author |
Topic |
|
Prinz
Senior Member
Germany
1522 Posts |
|
eemakia
Junior Member
163 Posts |
Posted - 16 Aug 2010 : 17:05:52
|
Thanks for the fix! |
|
|
eemakia
Junior Member
163 Posts |
Posted - 16 Aug 2010 : 22:08:34
|
Here is an update with some new logos and some fixes in the genres. I have a problem with some genres (Third-Person 3D Shooter, Third-Person 3D action, Third-Person 3D Action RPG) i canīt make them to show the icon (maybe donīt recognize the word 3D). Try it
http://www.mediafire.com/?oxd44cdyb89glqb |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 16 Aug 2010 : 22:40:22
|
You have to type all Strings in lowercase! All genre are converted to lowercase before these are compared. Reason: To make the function case-insensitive. ;)
Example:
else if(a == "crpg" || a == "rpg" || a == "third-person 3d action rpg" || a == "role-playing") |
Edited by - Prinz on 16 Aug 2010 22:43:59 |
|
|
eemakia
Junior Member
163 Posts |
|
merlino
Starting Member
19 Posts |
Posted - 18 Aug 2010 : 16:18:47
|
Hello Prinz, how can I increase characters dimension in the Card ? With an high resolution characters appears minimal. Have a look at this: http://img822.imageshack.us/img822/3351/screen2i.jpg |
Edited by - merlino on 18 Aug 2010 17:45:46 |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 18 Aug 2010 : 19:15:12
|
There is no easy way because there are multiple font and sizes defined. I personally don't have a problem here (1920x1200).
I'm trying to figure something out, but can't promise anything yet. |
|
|
Prinz
Senior Member
Germany
1522 Posts |
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 20 Aug 2010 : 08:46:51
|
- Added possibility to translate country flags
At the moment there are only examples inside:
var country_replace = new Array( 'espaņa|Spain', 'estados unidos|USA', 'etats-unis|USA', 'united states of america|USA', 'germania|Germany', 'deutschland|Germany', 'ungheria|Hungary');
The Red Name is the country name in lowercase in another language or another spelling of the country and the Green Name is the flag filename without the extension from the MovieCards/Flags Folder.
http://www.mediafire.com/download.php?1su7n8r014cn4nf |
Edited by - Prinz on 20 Aug 2010 09:08:27 |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 21 Aug 2010 : 17:56:01
|
- exported the country function to it's own file countrys.js (one file for both moviecards and actors card) - modified InsertImages.js for MovieCards and actor.js for actors card that no changes to the html cards are necessary (these scripts include the new file countrys.js into the html card on load) - Remove everything within () or [] in the country field before comparing (mainly Actor born in Countrys that don't exist anymore, example: USSR)
http://www.mediafire.com/download.php?2u4tiboginub1ly |
Edited by - Prinz on 21 Aug 2010 20:18:22 |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 21 Aug 2010 : 22:50:54
|
movie_bigcover(blue) and movie_bigcover(blue)-slideshow
- Now Cast (Starring) thumb-pics also respect aspect radio Edit: - Bugfix the Actor-Name/-Role wasn't centered
http://www.mediafire.com/download.php?q2bwgz4tr9pt5bi |
Edited by - Prinz on 22 Aug 2010 01:19:39 |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 23 Aug 2010 : 21:03:10
|
- Added styleswitcher - Added jquery.menu for dynamically created Color Chooser menu - moved the css files to /movie_bigcover subfolder
To add a new Style simply add one line in head of the movie card. The rest is done automatically.
<link rel="alternate stylesheet" type="text/css" href="moviecards/movie_bigcover/movie_bigcover(Aqua).css" title="Aqua">
Red = the stylesheet file
Green = the title which is displayed in the menu and saved/loaded to/from a cookie
http://www.mediafire.com/download.php?t29f9i9i19y1bx2 |
|
|
eemakia
Junior Member
163 Posts |
Posted - 23 Aug 2010 : 21:17:33
|
How can i add FEATURES to the moviecard (in exchange for custom 5 or 6). Because with allmovies script you take info there and it donīt shows on the card. (sometimes shows and sometimes not) Thanks for the updates and here is a little update: icons for games platforms (put on media typeicons:
http://www.mediafire.com/?pqm7a7o3jmh7l4e |
Edited by - eemakia on 23 Aug 2010 21:36:04 |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 23 Aug 2010 : 21:49:14
|
You mean ALLGAMES? ALLMOVIES doesn't import anything to the FEATURES Field (it doesn't have that block).
- Added FEATURES Field (it's one of the fields that don't have linebreaks <br>, this bug i reported already several times)
http://www.mediafire.com/download.php?6b01h9n76e04m70 |
Edited by - Prinz on 23 Aug 2010 21:50:07 |
|
|
eemakia
Junior Member
163 Posts |
Posted - 23 Aug 2010 : 22:27:33
|
Ja ja, sorry. Is ALLGAMES. Thanks for the fix. Sorry again |
|
|
Prinz
Senior Member
Germany
1522 Posts |
|
eemakia
Junior Member
163 Posts |
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
Prinz
Senior Member
Germany
1522 Posts |
|
eemakia
Junior Member
163 Posts |
Posted - 25 Aug 2010 : 21:26:14
|
Thanks for the updates but with the last one it donīt remove the extra cover (i mean the back cover, if that was the fix) |
|
|
Topic |
|
|