Hello everyone,

I tried different times to make a cycle view in drupal 7 but always get stuck almost at the end of the settings. I can't make following message to disapere:
You need to install the jQuery cycle plugin. Create a directory in sites/all/libraries called jquery.cycle, and then copy jquery.cycle.all.min.js or jquery.cycle.all.js into it. You can find the plugin at http://malsup.com/jquery/cycle.
I made a clip off what i am trying to say witch you can find on youtube under the title: I got stuck with drupal 7 by Stefan1ification.
If there is enyone who can help me by explaining step by step what i am doing wrong would be great.

Thank you

Comments

The steps are as follows

click on the link in your post.
click on the download the cycle plugin link
click on the cycle plugin link
select all on the page
copy the full page text
create a file called jquery.cycle.all.js and paste all of the text into that file.
create a folder called query.cycle on your site under sites/all/libraries
then copy the file you have created called query.cycle.all.js into the folder sites/all/libraries/query.cycle

Once you have completed this your module will work.

Good luck.

Thank you

Hi Burko,

Thanks for replying. You helped me allot.