Hi all,
after 2 days of research I was able to isolate the problem:
Workaround: If you add to the entire source code of the join.php page the line
<script src="plugins/jquery/jquery.js" type="text/javascript" language="javascript"></script>
right before the datepicker script
<script type="text/javascript" language="JavaScript" src="http://www.filiyou.com/plugins/jquery/ui.datepicker.js...
THERE IS MAGICALLY YOUR CALENDAR AGAIN!!!
I noticed the jquery is already in the source code, but it has to be apparently right before the datepicker. I assume some of the aRayApps mods above screw with it.
Now my question is: How can I add this fix into the Dolphin framework? I don't want to replace the framework with a manual fix, because I have to replace the entire join page. This breaks the framework concept, e.g. switching languages is broken. Is there a way to puzzle this piece into the Dolphin framework in a smart way?
Thanks,
Dirk