first i install slider_text field module.
then i come to know that JQP module is also required for enable slider_text field module.
so i install that also.
i also created field using that.
but when i click on "create content" and select that particular type then it gives error like "Fatal error: Call to undefined function jqp_add_js() in ...\sites\all\modules\slider_textfield\slider_textfield.module on line 134.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | slider_textfield.zip | 63.66 KB | akaserer |
Comments
Comment #1
dayanapatel commentedComment #2
skilip commentedjQp has been updated several times since the latest release of slider_textfield. I'll fix this asap. I'm sorry for your inconvenience!
Comment #3
hefox commentedsubscribe
The install txt will also need to be updated; till then perhaps update the project page to reflect that? (right now it mentions how jqp is in development).
Comment #4
akaserer commentedhi
i just changed the slider_textfield.module file - line 133 to use drupal standard the drupal_add_js function instead fo jqp_add_js.
and i copied the 2 JS files to the slider_textfield module folder.
not it seems to be ok
just use firebug to see if your JS file is loaded.
Comment #5
akaserer commentedhi again
i use these 2 JS files. and it works:
http://nettuts.s3.amazonaws.com/065_jQueryTextSlider/Text%20Slider%20Dem...
http://code.jquery.com/jquery-latest.js
see zip file attached.
Comment #6
Fidelix commentedSo, i see the module does not currently work.
What can end users do about that? Just sit and wait or is there a patch or something?
Thank you for this awesome module.
Comment #7
Fidelix commentedYour pack worked for me. Thanx.
Comment #8
rooby commentedThe patch in #434448-9: Why not use jQuery UI module' 'ui.slider' instead? fixes this issue.
I would imagine a version of that patch will eventually make it into the module so that should be the path to solving this one.