BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 eXtreme Movie Manager 8, 9, 10 Forum
 Bug Reports
 Date of birth of the actors
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Giampaolo
Starting Member

Italy
4 Posts

Posted - 19 Nov 2015 :  18:01:42  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
There is a problem with Extreme Movie Manager 8. For example, when i manually insert 06/04 as date of birth of an actor, i find Gemini an not Aries such as zodiac sign. I found this problem with a lot of dates of birth.

Can you solve it?

Best regards.

JDommi
Administrator

Germany
4655 Posts

Posted - 19 Nov 2015 :  22:03:19  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
As far as I know this assignment is done by a HTMLCard's javascript function.
C:\Users\[USERPROFILE]\Documents\eXtreme Movie Manager 8\CardsRepository\js\zodiac.js is the file you have to edit.
I don't know the dates so I can't correct them but the format is really easy to modify:
c is the month and b the day. Maybe these dates are wrong.

	if (c == 3 && b >= 21 || c == 4 && b <= 19) {
		a = l("Aries") + " - #x2648;"



In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Giampaolo
Starting Member

Italy
4 Posts

Posted - 19 Nov 2015 :  23:12:49  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I found zodiac.js but i'mn't able to modify it. Can you help me to solve my problem? I tried to sent you this file to your mail.

I'm sorry but i'd like to use fine Extreme Movie Manager.

Best regards.
Go to Top of Page

JDommi
Administrator

Germany
4655 Posts

Posted - 19 Nov 2015 :  23:45:32  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I think I have found the "bug".
It's simply because of transposed numbers. The script interprets 06/04 as June, 4th instead of April, 6th.
Just replace at the beginning of the .js file "function tropicalZodiac(c,b)" with "function tropicalZodiac(b,c)"
I don't know how to prevent that behaviour at the moment as it depends on the date format of your Windows.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.09 sec. Powered By: Snitz Forums 2000 Version 3.4.07