Tutorials on theming views_slideshow
vsotto - November 2, 2009 - 13:19
| Project: | Views Slideshow |
| Version: | 6.x-2.0-beta2 |
| Component: | Documentation |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Description
i used views_slideshow to create slides('of images) with my own custom content-type, the output is very good.
to my request, i hope there would be some small tutorials on how to theme views_slideshow for beginners('like me') in drupal. i fine the module very useful. but i'm having a hard time figuring it out how to theme some of the elements that the module is generated.
i hope the request be granted...
best wishes...
vsotto

#1
Ahh documentation. I'll keep this open, and hopefully someone can come up with a small tutorial that we can add to the advanced help files.
#2
cool!!!... can't wait!!! i hope this will be available sooner!!! :) i can theme the regular views(module), but having hard time with views_slideshow(module). i have attached an image of a slideshow that i've created, and to theme.
i'd like to convert this part into
<ul><li>...<div id="views_slideshow_singleframe_pager_1" class="views_slideshow_singleframe_pager numbered"><div class="pager-item pager-num-1 even"><a href="#" class="">1</a></div>
<div class="pager-item pager-num-2 odd"><a href="#" class="">2</a></div>
<div class="pager-item pager-num-3 even"><a href="#" class="">3</a></div>
<div class="pager-item pager-num-4 odd"><a href="#" class="activeSlide">4</a></div>
<div class="pager-item pager-num-5 even"><a href="#" class="">5</a></div>
<div class="pager-item pager-num-6 odd"><a href="#" class="">6</a></div>
</div>
-----
and remove some extra tags for the rest of the code that the module generated...
thanks,
vsotto
#3
Maybe try this, its something i am giving a try for slideshows that will most likely be a bit more technical. Don’t know how hard it is to get right but looks pretty flexible.
http://drupal.org/project//ddblock
#4
yeah... i'm actually testing this module... and its actually technical :) a bit difficult to configure...
#5
haha hmmm i figured it would be, u think it will get the job done though?
#6
i'll inform you... :)
#7
haha muchoz thank =] I am gona be playing around with it a little now to.