Closed (fixed)
Project:
Views cycle
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2009 at 22:15 UTC
Updated:
5 May 2009 at 00:30 UTC
Jump to comment: Most recent file
In our particular implementation, we needed to change the mark-up of the thumbnails - ideally this should be in a theme function. With the attached patch, themers can then define a Drupal.theme.viewsCycle function which will override Drupal.theme.prototype.viewsCycle.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | views_cycle_theme_js.patch | 509 bytes | katbailey |
| #1 | views_cycle_theme_js.patch | 500 bytes | katbailey |
Comments
Comment #1
katbailey commentedUm, and the patch... ;-)
Comment #2
katbailey commentedActually, here's a better version that also passes in the key of the thumbnail so that unique css ids can be added in the theme override...
Comment #3
Crell commentedI'd made some other changes to that code to fix a bug or two so the patch didn't apply anymore, but I integrated it in anyway. Committed to dev. Thanks!