To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Show
Ignore:
Timestamp:
04/30/10 11:15:17 (2 years ago)
Author:
dordille
Message:

Improvements for displaying images with blogSlots. #302.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostropheBlogPlugin/trunk/modules/aBlogSingleSlot/actions/components.class.php

    r1053 r1102  
    2626      aBlogItemTable::populatePages(array($this->aBlogItem)); 
    2727    } 
     28    $this->options['word_count'] = $this->getOption('word_count', 100); 
     29    if(!isset($this->options['slideshowOptions'])) 
     30      $this->options['slideshowOptions'] = array(); 
     31 
     32    $this->options['excerptLength'] = $this->getOption('excerptLength', 200); 
    2833  } 
    2934}