64 comments found.
hi, great job, i have one question: is it possible to make this work only with the birt date? and to feed it from three fields: Year – Month – Day?
Hello. Yes it is.
hi, just bought the code but i´m having some problems setting up the birth date calculation method could you please explain me how to se it up as the main and only method? i´m not interested in the name calculation
thanks a lot and congratulations for this great work
Hello, If I understand your question, for the age calculation you do this:
$numerology->calculate('January 01, 1970', "AGE"); That’s it, The date format is Month Day, Year.
hi, sorry, i think i´m not explainning myself well, i´m usin the files that are in the “MODERN” folder, and can´t find that line, the same that you talk about in the HELP.PDF file, that line is in the index.php file located in the “DEV” folder but when i use those files (the ones in the dev folder) there is just a text output please check this:
the modern files works perfect with the name:
http://dejavu-es.com/modern/but the dev files doesn´t work:
http://dejavu-es.com/dev/what i want to do is simply have the plugin workin as it is shown in your screenshot number 3,
i guess that that will be using the files in the “modern” folder changing some line but i jus cant find it, ill appreciate your help.
Thanks a lot
Hello, The modern is just a implementation of how to use the class. In the modern/includes/loader.php you will find it dynamic like this:
$given_number = $numerology->calculate($_POST['name']);
change that to this:
$given_number = $numerology->calculate($_POST['name'], 'AGE');
and its done.
hi pauloreg, i´m sorry if i´m abusing here altought i dont think so, but i did what you just said to me and it works, but there is one mistake, the month value is not being computed with the day and the year, please try it and you will se what i´m talking about:
here is the link:
http://dejavu-es.com/numero/index.phpthe result is the same for
january 7, 1990 february 7, 1990 march 7, 1990 april 7, 1990 ... december 7, 1990
Hello, I think its my mystake there. It must be uppercase to the first letter, like this:
January 7, 1990 February 7, 1990 March 7, 1990 April 7, 1990 … December 7, 1990
I will fix it so accepts lowercase.hey! thanks a lot for your support, i´m a happy costumer 
u welcome.
updated
I need to know is this plugin can work with cyrillic character? If can work I will buy ASAP …
I think yes. Because number information are stored on arrays.
Okay Super
But I need it for WP wordpress … Can work with it ?
I also have some wp requests about it. Will do that, but have some priorities first.
Good luck with sales 
Thanks. That worked for you?