How can I manually call jquery.js in join form? I need this as workaround to fix the date picker (calender popup). It suddenly stopped working for me (and others posted sudden calender popup problems, too).
If I look into the source code of the entire join page, I noticed that apparently the aRayApps screw up join.php. If I manually call again
<script src="plugins/jquery/jquery.js" type="text/javascript" language="javascript"></script>
right after ray and right before before the datepicker <script type="text/javascript" language="JavaScript" src="http://www.filiyou.com/plugins/jquery/ui.datepicker.js...
the calendar popup works again in the join form!
So my question is: Where can I edit this? Because Join.php defines mostly variables, it needs to be placed somewhere else. But where?
Thanks!!!
Dirk