Closed (fixed)
Project:
SimpleAds
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2013 at 13:43 UTC
Updated:
17 Jul 2014 at 20:13 UTC
Jump to comment: Most recent
The requirement of having jQuery Cycle plugin is not specified in the modules page. Nor documented.
It just shows up in Status report as "jQuery Cycle plugin Not installed".
Comments
Comment #1
fugazi commentedI've also noticed it. to solve create folder in sites/all/libraries "jquery.cycle" and copy files jquery.cycle.all.js from http://jquery.malsup.com/cycle/
Comment #2
Clemens commentedSorry fugazi but your fix #1 does not work for me. I have /sites/all/libraries/jquery.cycle containing the file jquery.cycle.all.js. However, SimpleAds still reports the libraries as missing. Any further thoughts? Anyone? Thank you.
Comment #3
neograph734It worked for me.
Clemens, do you have the libraries module enabled. I guess that could be added as a dependency as well to indicate a library is required.
Comment #4
mouhammed commentedHere is the steps to follow :
1. Install & activate libraries module
2. Download and put the jquery.cycle.all.js in /sites/all/libraries/jquery.cycle
3. Install & activate simpleAds module
Try to flush the cache if the message persist.
Comment #5
minnur commentedThis is fixed in 7.x-2.x DEV, now the module displays a warning message if jQuery.Cycle not installed.
Comment #6
Clemens commentedThank you Neograph734 and minnur...
Yes, I did have the libraries module installed.
I suspect that the issue may have been related to the Jquery version offered by default but I have not yet verified that.
Thank you for your (very detailed) help.
Clemens
Comment #7
marketter commentedI have tested this issue this morning with a fresh install of D.28. Drupal gave the appropriate warning message stating that Jquery.Cycle wasn't installed yet. When I placed the js file into the sites/all/libraries/jquery.cycle/ folder the warning message went away.
I recommend adding documentation to the project page listing all of the required modules/libraries.
Comment #8
minnur commentedFixed in DEV.