For plain image slideshows, a configuration setting is needed to do not output the title and body of image nodes.

CommentFileSizeAuthor
#2 slideshowbox_2.patch14.3 KBsun
#1 slideshowbox_1.patch4.14 KBsun

Comments

sun’s picture

Status: Active » Needs review
StatusFileSize
new4.14 KB

Attached patch adds this feature. It includes changes from http://drupal.org/node/102410. I'll post a new patch when the other one has been committed.

sun’s picture

Title: Allow to disable title and description » Allow to choose cutom theme, disable link, title and description
StatusFileSize
new14.3 KB

Now, this patch additionally

  • allows to select a different theme (just copy & paste an existing one)
  • re-organizes module settings layout
  • allows to omit box width and height (to use theme stylesheet)
  • properly deals with the block title display option (removing the needless inline stylesheet)
  • doesn't invoke at all if no images were found
  • reduces JavaScript code that is output on all pages (to save bandwidth)
sun’s picture

Status: Needs review » Closed (won't fix)