Changeset 751646
- Timestamp:
- 08/05/2013 01:37:47 PM (13 years ago)
- Location:
- full-screen-page-background-image-slideshow
- Files:
-
- 6 edited
-
tags/1.2/admin-settings.php (modified) (4 diffs)
-
tags/1.2/full-screen-background-image-slideshow.php (modified) (1 diff)
-
tags/1.2/inc/page-metabox.php (modified) (1 diff)
-
trunk/admin-settings.php (modified) (4 diffs)
-
trunk/full-screen-background-image-slideshow.php (modified) (1 diff)
-
trunk/inc/page-metabox.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
full-screen-page-background-image-slideshow/tags/1.2/admin-settings.php
r751603 r751646 51 51 ); 52 52 $fsi_display_on = get_option('fsi_display_on'); 53 if($fsi_display_on == =false)53 if($fsi_display_on == false) 54 54 $fsi_display_on = array(); 55 55 foreach ($display_on as $key => $value) { … … 149 149 </li> 150 150 <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px; background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;"> 151 <iframe src="https://plugins.trac.wordpress.org//www.facebook.com/plugins/like.php?href=http%3A%2F%2F wpdevsnippets.com%2Ffull-screen-page-background-image-slideshow-plugin%2F&width=50&height=21&colorscheme=light&layout=button_count&action=recommend&show_faces=false&send=false&appId=493527070687256" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe>151 <iframe src="https://plugins.trac.wordpress.org//www.facebook.com/plugins/like.php?href=http%3A%2F%2Ffacebook.com%2Fwpdevsnippets&send=false&layout=button_count&width=150&show_faces=false&font&colorscheme=light&action=recommend&height=21&appId=493527070687256" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe> 152 152 </li> 153 153 <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px; background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;"> … … 156 156 <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px; background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;"> 157 157 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 158 <div class="g-plusone" data-size="medium" data-href="http://wpdevsnippets.com /full-screen-page-background-image-slideshow-plugin"></div>158 <div class="g-plusone" data-size="medium" data-href="http://wpdevsnippets.com"></div> 159 159 </li> 160 160 </ul> … … 165 165 <div class="handlediv" title="Click to toggle"><br></div><h3 class="hndle"><span>Appreciate by Cash?</span></h3> 166 166 <div class="inside"> 167 <p>This plug-in consumed several of our precious hours, if you like it, please donate a token of your appreciation!</p>167 <p>This plug-in consumed several of our precious hours, if you use and like it, please donate a token of your appreciation!</p> 168 168 <div class="social" style="text-align:center;margin:15px 0 10px 0;"> 169 169 <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DG2R3ZVH44FE4" target="_blank"> -
full-screen-page-background-image-slideshow/tags/1.2/full-screen-background-image-slideshow.php
r751603 r751646 70 70 function wpdev_fsi_should_display(){ 71 71 72 if(is_ single()) {72 if(is_page()) { 73 73 global $post; 74 74 $images = array(); -
full-screen-page-background-image-slideshow/tags/1.2/inc/page-metabox.php
r685324 r751646 19 19 20 20 echo '<table> 21 <tr><td colspan="2"><label><input id="fsi_fs_images" name="fsi_fs_images" type="checkbox" value="1" '.checked(get_post_meta($post->ID,'fsi_fs_images',true),'1', true).' /> Enable custom background image for this page</label></td>22 <td colspan="2"><label><input id="fsi_fs_images_slideshow" name="fsi_fs_images_slideshow" type="checkbox" value="1" '.checked(get_post_meta($post->ID,'fsi_fs_images_slideshow',true),'1', true).' /> Enable slideshow</label></td>21 <tr><td colspan="2"><label><input id="fsi_fs_images" name="fsi_fs_images" type="checkbox" value="1" '.checked(get_post_meta($post->ID,'fsi_fs_images',true),'1',false).' /> Enable custom background image for this page</label></td> 22 <td colspan="2"><label><input id="fsi_fs_images_slideshow" name="fsi_fs_images_slideshow" type="checkbox" value="1" '.checked(get_post_meta($post->ID,'fsi_fs_images_slideshow',true),'1',false).' /> Enable slideshow</label></td> 23 23 </tr> 24 24 '; -
full-screen-page-background-image-slideshow/trunk/admin-settings.php
r751603 r751646 51 51 ); 52 52 $fsi_display_on = get_option('fsi_display_on'); 53 if($fsi_display_on == =false)53 if($fsi_display_on == false) 54 54 $fsi_display_on = array(); 55 55 foreach ($display_on as $key => $value) { … … 149 149 </li> 150 150 <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px; background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;"> 151 <iframe src="https://plugins.trac.wordpress.org//www.facebook.com/plugins/like.php?href=http%3A%2F%2F wpdevsnippets.com%2Ffull-screen-page-background-image-slideshow-plugin%2F&width=50&height=21&colorscheme=light&layout=button_count&action=recommend&show_faces=false&send=false&appId=493527070687256" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe>151 <iframe src="https://plugins.trac.wordpress.org//www.facebook.com/plugins/like.php?href=http%3A%2F%2Ffacebook.com%2Fwpdevsnippets&send=false&layout=button_count&width=150&show_faces=false&font&colorscheme=light&action=recommend&height=21&appId=493527070687256" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe> 152 152 </li> 153 153 <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px; background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;"> … … 156 156 <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px; background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;"> 157 157 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 158 <div class="g-plusone" data-size="medium" data-href="http://wpdevsnippets.com /full-screen-page-background-image-slideshow-plugin"></div>158 <div class="g-plusone" data-size="medium" data-href="http://wpdevsnippets.com"></div> 159 159 </li> 160 160 </ul> … … 165 165 <div class="handlediv" title="Click to toggle"><br></div><h3 class="hndle"><span>Appreciate by Cash?</span></h3> 166 166 <div class="inside"> 167 <p>This plug-in consumed several of our precious hours, if you like it, please donate a token of your appreciation!</p>167 <p>This plug-in consumed several of our precious hours, if you use and like it, please donate a token of your appreciation!</p> 168 168 <div class="social" style="text-align:center;margin:15px 0 10px 0;"> 169 169 <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DG2R3ZVH44FE4" target="_blank"> -
full-screen-page-background-image-slideshow/trunk/full-screen-background-image-slideshow.php
r751603 r751646 70 70 function wpdev_fsi_should_display(){ 71 71 72 if(is_ single()) {72 if(is_page()) { 73 73 global $post; 74 74 $images = array(); -
full-screen-page-background-image-slideshow/trunk/inc/page-metabox.php
r665911 r751646 19 19 20 20 echo '<table> 21 <tr><td colspan="2"><label><input id="fsi_fs_images" name="fsi_fs_images" type="checkbox" value="1" '.checked(get_post_meta($post->ID,'fsi_fs_images',true),'1', true).' /> Enable custom background image for this page</label></td>22 <td colspan="2"><label><input id="fsi_fs_images_slideshow" name="fsi_fs_images_slideshow" type="checkbox" value="1" '.checked(get_post_meta($post->ID,'fsi_fs_images_slideshow',true),'1', true).' /> Enable slideshow</label></td>21 <tr><td colspan="2"><label><input id="fsi_fs_images" name="fsi_fs_images" type="checkbox" value="1" '.checked(get_post_meta($post->ID,'fsi_fs_images',true),'1',false).' /> Enable custom background image for this page</label></td> 22 <td colspan="2"><label><input id="fsi_fs_images_slideshow" name="fsi_fs_images_slideshow" type="checkbox" value="1" '.checked(get_post_meta($post->ID,'fsi_fs_images_slideshow',true),'1',false).' /> Enable slideshow</label></td> 23 23 </tr> 24 24 ';
Note: See TracChangeset
for help on using the changeset viewer.