Plugin Directory

Changeset 215714


Ignore:
Timestamp:
03/10/2010 01:34:42 PM (16 years ago)
Author:
fairweb
Message:
 
Location:
fw-vimeo-videowall
Files:
18 added
3 edited

Legend:

Unmodified
Added
Removed
  • fw-vimeo-videowall/trunk/fw-vimeo-videowall-widget.class.php

    r212590 r215714  
    3232        'width' => $instance['width'],
    3333                'height' => $instance['height'],
    34                 'title' => $instance['title']);
     34                'title' => $instance['v_title']);
    3535       
    3636
     
    6464        $instance['width'] = strip_tags( $new_instance['width'] );
    6565                $instance['height'] = strip_tags( $new_instance['height'] );
    66         $instance['title'] = strip_tags( $new_instance['title'] );
     66        $instance['v_title'] = strip_tags( $new_instance['v_title'] );
    6767
    6868        return $instance;
     
    105105
    106106                 <p><?php _e('Display video title under thumbnail (irrelevant if you display a list of video titles)','fwvvw');?><br />
    107                     <label><input type="radio" name="<?php echo $this->get_field_name( 'title' ); ?>" value="1" <?php if ( 1 == $instance['title'] ) echo 'checked="checked"'; ?> /><?php _e('Yes','fwvvw');?></label>
     107                    <label><input type="radio" name="<?php echo $this->get_field_name( 'v_title' ); ?>" value="1" <?php if ( 1 == $instance['v_title'] ) echo 'checked="checked"'; ?> /><?php _e('Yes','fwvvw');?></label>
    108108                    <br />
    109                     <label><input type="radio" name="<?php echo $this->get_field_name( 'title' ); ?>" value="0" <?php if ( 0 == $instance['title'] ) echo 'checked="checked"'; ?> /><?php _e('No','fwvvw');?></label>
     109                    <label><input type="radio" name="<?php echo $this->get_field_name( 'v_title' ); ?>" value="0" <?php if ( 0 == $instance['v_title'] ) echo 'checked="checked"'; ?> /><?php _e('No','fwvvw');?></label>
    110110                 </p>
    111111
  • fw-vimeo-videowall/trunk/fw-vimeo-videowall.php

    r212590 r215714  
    88Description: Displays a user, group, album or channel vimeo videowall with thumbnails or small videos in sidebar or content with pagination if needed.
    99Author: fairweb
    10 Version: 1.3
     10Version: 1.3.1
    1111Author URI: http://www.fairweb.fr/
    1212*/
  • fw-vimeo-videowall/trunk/readme.txt

    r212590 r215714  
    5959
    6060== Changelog ==
     61= 1.3.1 =
     62* Corrected bug : Widget title always displays 1 (reported by Sherman)
    6163= 1.3 =
    6264* Corrected bug : display a single video (reported by Jaryd)
Note: See TracChangeset for help on using the changeset viewer.