How do I add more than three slides to the slideshow?

I found blogger_theme.info and tried adding settings[slide4_(whatever)], then clearing the cache, but that doesn't seem to do it. I'm newish to Drupal and am sure I'm missing something...

Comments

petu’s picture

There is no easy method to add more slides.

But it's quite simple to do it if you know PHP a little.
The right "drupal" way is to make a new theme using blogger_theme as a base theme. And apply all the changes to new theme.
Anyway, you may make changes on blogger_theme directly, but be ready to loose all the modifications in case of theme updates.

You have to make changes in files:

  • theme-settings.php
  • page.tpl.php

..and copy and paste lines with $slide3_head = check_plain(theme_get_setting(... and replace 3 to 4.

I was able to add one more slide to the slider.