Project:Content Glider
Version:7.x-1.x-dev
Component:Documentation
Category:feature request
Priority:normal
Assigned:filoquin
Status:active

Issue Summary

Cool module. Very easy to setup and very smooth.

I'm wondering if there's an easy way to set the pagers to a value other than "1", "2", "3", etc. Or to do something like this:

http://www.panic.com/coda/

That was with the Slider module (not ready for D7).

I see that the template file prints "1, 2, 3," etc. Is there some way that I can use php to print a custom field (that will link to the corresponding slide). I'd ideally like to turn the pager into a sort of a menu.

Comments

#1

Category:support request» feature request
Assigned to:Anonymous» filoquin

At the moment, the module only support the dirty way:

  • Change modules/content_glider/content_glider.tpl.php and change featuredcontentglider.css adding sprites
  • Create funtion theme_content_glider_template($glider_id,$glider_items,$height,$height_unit) in your theme

The Menu sort and the custom field is a good idea for the next release. I'll note it