Plugin Directory

Changeset 453742


Ignore:
Timestamp:
10/21/2011 08:32:01 AM (13 years ago)
Author:
parelius
Message:

Changed default settings for number of images to show in photo grids (24) and caption position (over)

Location:
ssp-director-tools/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ssp-director-tools/trunk/includes/api/cache

    • Property svn:ignore set to
      sspdt
  • ssp-director-tools/trunk/includes/sspdt-options-page.php

    r450207 r453742  
    822822    if( !isset( $options['model'] ) ) $tmp['model'] = 'gallery';
    823823    if( !isset( $options['model_id'] ) ) $tmp['model_id'] = '1';
    824     if( !isset( $options['limit'] ) ) $tmp['limit'] = '0';
     824    if( !isset( $options['limit'] ) ) $tmp['limit'] = '24';
    825825    if( !isset( $options['tags'] ) ) $tmp['tags'] = '';
    826826    if( !isset( $options['tagmode'] ) ) $tmp['tagmode'] = 'one';
     
    839839   
    840840    if( !isset( $options['titleShow'] ) ) $tmp['titleShow'] = '1';
    841     if( !isset( $options['titlePosition'] ) ) $tmp['titlePosition'] = 'outside';
     841    if( !isset( $options['titlePosition'] ) ) $tmp['titlePosition'] = 'over';
    842842    if( !isset( $options['counterShow'] ) ) $tmp['counterShow'] = '0';
    843843   
  • ssp-director-tools/trunk/readme.txt

    r450229 r453742  
    7676== Changelog ==
    7777
     78= 1.1.1 =
     79* Changed default settings for number of images to show in photo grids (24) and caption position (over)
     80
    7881= 1.1 =
    7982* Configurable captions using a subset of IPTC and EXIF tags
  • ssp-director-tools/trunk/ssp-director-tools.php

    r450229 r453742  
    33 Plugin Name: SSP Director Tools
    44 Description: SSP Director Tools help you to link content from a SlideShowPro Director installation to WordPress posts and pages.
    5  Version: 1.1
     5 Version: 1.1.1
    66 Text Domain: sspdt
    77 Author: Matthias Scheidl <[email protected]>
Note: See TracChangeset for help on using the changeset viewer.