OKOK, Great job !!

1. How we can integrate better a pair of browsering buttons at the top
http://drupalcat.org/views

function theme_slideshow($element) {
  return '<div'. drupal_attributes($element['#attributes']) .'>
    <div class="header"><img src="/img/previous.png" ALT="previous image" />
      '. l(t('Previous'), $element['#url'], array('class' => 'previous'), 'slide='. $element['#status']['previous']) .' |
      '. t('Image !current of !total', array(
        '!current' => '<span class="current">'. $element['#status']['current'] .'</span>',
        '!total' => '<span class="total">'. $element['#status']['total'] .'</span>')) .' |
      '. l(t('Next'), $element['#url'], array('class' => 'next'), 'slide='. $element['#status']['next']) .'
     <img src="img/next.png" ALT="next image" /></div>
    <img src="'. $element['#image']['src'] .'" />
    <div>
      <h4 class="title">'. $element['#title'] .'</h4>
      <p class="description">'. $element['#description'] .'</p>
    </div>
  </div>';
}

2. - In D4.7 I remember a list of files (image) at the bottom Have D5 lost this option?
http://consen.info/ST2006_event

3. - As appear some time in your project, It will be great to associate (1) some text, explanation in each photos. Other great ++feature for the web-presentations is to associate/add some podcast (mp3 file as explanation of the slide). I think in a (1) image ALT label or bottom comment and (2) (two columns panels, the right with a podcast list two select the audio to listen). I am trying to sincronize a 5 siles explanation podcast telling next, next to follow the slides passing tempus.
http://consen.info/node/973
http://consen.info/Podcast

4. - Other feature that we will need is the Mass Import (similar to ACDfree). This will be great to add to the node 5 files simulateously. Other ++option is to allow the local file selection. This allows to ftp upload a big quantity of files and later select ones for the slideshow.

5. - Do you know if there is a software application to resize automatically a set of images to 640px of width. Or How to convert a pdf presentation in images of 640px of width?

Comments

joemoraca’s picture

Easy Thumbnails for windows is a free bulk resizing tool that works great

kkaefer’s picture

Status: Active » Closed (fixed)

It's already possible to add a title to an image. This title will be displayed beneath the image.