Closed (fixed)
Project:
Rate
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2012 at 20:34 UTC
Updated:
4 Jun 2012 at 21:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
mauritsl commentedIt's already available in the D6 version. I've tried to port it to D7, but it doesn't work yet because it's not loading the jQuery libraries correctly. I will take a look at this problem in the weeks to come.
Comment #2
daniorama commentedGreat! Have I already said that this module is awesome? :D
Maybe it has to do with the way of calling it. API in Drupal 7 says to just use add_library but I needed to include also add_js to make it work in themes and nodes.
Comment #3
mauritsl commentedHaven't got the time to look at it yet. But the ported slider module is in the attachment.
Comment #4
rfsbsbHi, here is a patch I created based on mauritsl's code above. This is tested with 7.x-1.x branch.
Please note it was tested only with default configuration.
This patch was generated with
git format-patchso it must be applied withgit amComment #5
rfsbsbPlease do not consider the other patch. It was wrong. This one is the correct. Sorry.
Comment #6
mauritsl commentedCool, thanks!
Will take a look at it next week.
Comment #7
mauritsl commentedSlider module has been committed, thanks!
Module will be available in the 1.4 release.
I've removed the dependency on the jquery_ui module since jquery UI is in D7 core (and there is no release anymore for 7.x jquery_ui module).