Mike,
I got lost along the way on this thread myself.
These modules are simply not going to work on all servers. I run linux / apache but have a dedicated server where I have total control. Shared hosts or windows hosts may not always cut it for Mootools + Ajax.
In your modules folder there should be the uploaded module file:
mod_moolet_online.php
on line 83 is the motools-ajax _java_script__ file insert.
| Code: : |
echo '<script src="/modules/mod_moolet_online/js/mootools.v1.11.js" type="text/_javascript_"></script>' . "_CRLF_";
|
Might take the the line out of the PHP and put it in the head of your template.
| Code: : |
<script src="/modules/mod_moolet_online/js/mootools.v1.11.js" type="text/_javascript_"></script>
|
IF that does not work you can post or private email me the URL of where you are settig this up and I will look at your server and see whats up
brian