BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 eXtreme Movie Manager 8, 9, 10 Forum
 Bug Reports
 Date of birth of the actors

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
Giampaolo Posted - 19 Nov 2015 : 18:01:42
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.
3   L A T E S T    R E P L I E S    (Newest First)
JDommi Posted - 19 Nov 2015 : 23:45:32
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.
Giampaolo Posted - 19 Nov 2015 : 23:12:49
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.
JDommi Posted - 19 Nov 2015 : 22:03:19
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;"



BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.05 sec. Powered By: Snitz Forums 2000 Version 3.4.07