Changeset 416021
- Timestamp:
- 07/27/2011 04:54:04 PM (15 years ago)
- Location:
- frontpage-slideshow/trunk
- Files:
-
- 3 edited
-
frontpage-slideshow.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
templates/default/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
frontpage-slideshow/trunk/frontpage-slideshow.php
r416004 r416021 4 4 Plugin URI: http://wordpress.org/extend/plugins/frontpage-slideshow/ 5 5 Description: Frontpage Slideshow provides a slide show like you can see on <a href="http://linux.com">linux.com</a> or <a href="http://modulaweb.fr/">modulaweb.fr</a> front page. <a href="options-general.php?page=frontpage-slideshow">Configuration Page</a> 6 Version: 0.9.9.3. 66 Version: 0.9.9.3.7 7 7 Author: Jean-François VIAL 8 8 Author URI: http://www.modulaweb.fr/ … … 25 25 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 26 */ 27 define ('FRONTPAGE_SLIDESHOW_VERSION', '0.9.9.3. 6');27 define ('FRONTPAGE_SLIDESHOW_VERSION', '0.9.9.3.7'); 28 28 $fs_already_displayed = false; // the slideshow dont have been displayed yet 29 29 -
frontpage-slideshow/trunk/readme.txt
r416004 r416021 5 5 Requires at least: 2.7.0 6 6 Tested up to: 3.2.1 7 Stable tag: 0.9.9.3. 67 Stable tag: 0.9.9.3.7 8 8 9 9 Frontpage Slideshow provides a slide show like you can see in linux.com front page … … 120 120 * v 0.9.9.3.5 : fix the «always loading» bug, suppress PHP notices messages, don't use deprecated functions any more, admin page bugs, uses px per default for image and button sizes, use now WP integrated jQuery-UI files + add support of post thumbnails 121 121 * v 0.9.9.3.6 : fix an error when the theme do not support posts thumbnails + atempt to fix some «always loading» behaviors 122 * v 0.9.9.3.7 : atempt to fix some «always loading» behaviors 122 123 123 124 == Screenshots == -
frontpage-slideshow/trunk/templates/default/template.php
r415746 r416021 130 130 function(){jQuery(this).stop(true, true).fadeTo('fast',0.15);} 131 131 ); 132 jQuery('.fs-img').last().load(function() {fsDoSlide()});133 132 <?php 134 133 for ($i=0;$i<=$fslast;$i++) 135 echo "jQuery('#fs-entry-{$i}').click(function() {fsChangeSlide({$i})});\n"; 136 ?> 134 echo " jQuery('#fs-entry-{$i}').click(function() {fsChangeSlide({$i})});\n"; 135 ?> 136 fsDoSlide(); 137 137 }); 138 138 <?php
Note: See TracChangeset
for help on using the changeset viewer.