Page 1 of 1

jqueryTools Help

Posted: Sat Sep 11, 2010 9:20 pm
by raduen
Help

I installed the jquerytools with succes, but when i click op de jquery menu in layout jquery i get the following error:

Warning: Illegal offset type in isset or empty in C:\WebDesign\XAMPP\xampp\htdocs\CMSMadeSimple\modules\jQuery\jQuery.module.php on line 138

Warning: Illegal offset type in unset in C:\WebDesign\XAMPP\xampp\htdocs\CMSMadeSimple\modules\jQuery\jQuery.module.php on line 140

The help say's:
- Add the comment in your template where you want the libraries to be loaded
Is this for real ? so the only thing i have to do is to put in de head section and i can call jquery functions on my page (template) ?

Help

Re: jqueryTools Help

Posted: Tue Sep 14, 2010 1:28 pm
by nicmare
same problem here!

Re: jqueryTools Help

Posted: Tue Sep 28, 2010 11:52 pm
by henris
Same by me

Re: jqueryTools Help

Posted: Wed Sep 29, 2010 2:34 pm
by Dr.CSS
Has anyone tried doing that yet and if so did it work?...

Some more system info may help us help you...

Re: jqueryTools Help

Posted: Wed Sep 29, 2010 9:30 pm
by Peciura
so the only thing i have to do is to put in de head section and i can call jquery functions on my page (template) ?
I have not noticed that. Neither i have seen used JQueryTools like this nor it makes any sense.

It should be

Code: Select all

{JQueryTools action=incjs}
and if needed some "ready" actions

Code: Select all

{JQueryTools action=ready}
As for warnings, usually they appear if variable (array) is tested for being TRUE but it appears it is not set at all. Also check this post on setting proper warning level for production site http://forum.cmsmadesimple.org/index.ph ... 573.0.html

It would be interesting to know version of both CMSms and JQueryTools being used.