Changeset 977486
- Timestamp:
- 09/02/2014 11:57:56 PM (11 years ago)
- Location:
- goodfidelity
- Files:
-
- 55 added
- 5 edited
-
tags/2.2.0 (added)
-
tags/2.2.0/css (added)
-
tags/2.2.0/css/jquery.mCustomScrollbar.css (added)
-
tags/2.2.0/css/page.css (added)
-
tags/2.2.0/css/render.css (added)
-
tags/2.2.0/ext (added)
-
tags/2.2.0/ext/related-analista.php (added)
-
tags/2.2.0/ext/related-face.php (added)
-
tags/2.2.0/ext/related-good.php (added)
-
tags/2.2.0/ext/related-list.php (added)
-
tags/2.2.0/ext/related-meta.php (added)
-
tags/2.2.0/ext/related-playlist.php (added)
-
tags/2.2.0/ext/related-song.php (added)
-
tags/2.2.0/ext/related-youlist.php (added)
-
tags/2.2.0/goodfidelity.php (added)
-
tags/2.2.0/images (added)
-
tags/2.2.0/images/abajo.png (added)
-
tags/2.2.0/images/arriba.png (added)
-
tags/2.2.0/images/buscar.png (added)
-
tags/2.2.0/images/cerrar.png (added)
-
tags/2.2.0/images/close-f90.png (added)
-
tags/2.2.0/images/delete.png (added)
-
tags/2.2.0/images/entrar.png (added)
-
tags/2.2.0/images/face-black-white.png (added)
-
tags/2.2.0/images/face-black.png (added)
-
tags/2.2.0/images/face.png (added)
-
tags/2.2.0/images/fondo.png (added)
-
tags/2.2.0/images/icon.png (added)
-
tags/2.2.0/images/lista.png (added)
-
tags/2.2.0/images/logo.ico (added)
-
tags/2.2.0/images/mas-black.png (added)
-
tags/2.2.0/images/mas-gris.png (added)
-
tags/2.2.0/images/mas-white.png (added)
-
tags/2.2.0/images/mas.png (added)
-
tags/2.2.0/images/no.png (added)
-
tags/2.2.0/images/nothing.png (added)
-
tags/2.2.0/images/play-back.png (added)
-
tags/2.2.0/images/play-black.png (added)
-
tags/2.2.0/images/play-med.png (added)
-
tags/2.2.0/images/play.png (added)
-
tags/2.2.0/images/salir.png (added)
-
tags/2.2.0/images/si.png (added)
-
tags/2.2.0/images/trash.png (added)
-
tags/2.2.0/inc (added)
-
tags/2.2.0/inc/cookie.php (added)
-
tags/2.2.0/inc/options.php (added)
-
tags/2.2.0/inc/search.php (added)
-
tags/2.2.0/inc/singular.php (added)
-
tags/2.2.0/js (added)
-
tags/2.2.0/js/jquery.mCustomScrollbar.concat.min.js (added)
-
tags/2.2.0/js/render.js (added)
-
tags/2.2.0/js/render.min.js (added)
-
tags/2.2.0/readme.txt (added)
-
trunk/css/render.css (modified) (1 diff)
-
trunk/ext/related-youlist.php (added)
-
trunk/goodfidelity.php (modified) (2 diffs)
-
trunk/inc/cookie.php (modified) (5 diffs)
-
trunk/inc/options.php (modified) (1 diff)
-
trunk/js/render.js (added)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
goodfidelity/trunk/css/render.css
r975581 r977486 617 617 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /*internet explorer 8 */ 618 618 } 619 /*Para pagina de playlist*/ 620 div#envuelvetodo{ 621 float:left; 622 width:100%; 623 } -
goodfidelity/trunk/goodfidelity.php
r976815 r977486 2 2 /* 3 3 Plugin Name: GoodFidelity Bar Music Video 4 Version: 2. 1.14 Version: 2.2.0 5 5 Plugin URI: http://www.goodfidelity.com 6 6 Author: David Lozano Medina … … 14 14 require ("ext/related-face.php"); 15 15 require ("ext/related-meta.php"); 16 require ("ext/related-youlist.php"); 16 17 17 18 function createtablegood() -
goodfidelity/trunk/inc/cookie.php
r976815 r977486 31 31 <div id="horizontal"> 32 32 <?php 33 for ($ X = 0; $X <= 19; $X++){33 for ($Y = 0; $Y <= 19; $Y++){ 34 34 35 35 ///Recupera el título del video … … 38 38 preg_match_all("(data-video-id=\"(.*)\")siU", $data, $id_mat); 39 39 40 $TITLEcancion = $title_mat[1][$ X];40 $TITLEcancion = $title_mat[1][$Y]; 41 41 $TITLEcancion = str_replace("'","",$TITLEcancion); 42 42 $TITLEcancion = str_replace("#","",$TITLEcancion); 43 43 $TITLEcancion = str_replace('"','',$TITLEcancion); 44 44 45 $IDcancion = $id_mat[1][$ X];45 $IDcancion = $id_mat[1][$Y]; 46 46 47 47 $url_actual = $_SERVER['HTTP_HOST']."/goodfidelity/?ID=".$IDcancion; … … 133 133 <style> 134 134 /*SONG*/ 135 div#horizontal {135 div#horizontal { 136 136 float:left; 137 137 width:100%; 138 138 margin-top:5px; 139 background:#000; 140 } 141 div#horizontalyou{ 142 float:left; 143 width:100%; 144 margin-top:0px; 145 background:#000; 146 line-height:12px; 147 padding-top:10px; 148 } 149 .interior{ 150 padding:0px 10px 0 10px !important; 139 151 } 140 152 div#videos_artista_lista{ … … 151 163 <!-- custom scrollbars plugin --> 152 164 <script> 165 153 166 (function($){ 154 $("#horizontal ").mCustomScrollbar({167 $("#horizontal, .interior").mCustomScrollbar({ 155 168 horizontalScroll:true, 156 169 }); 157 158 170 })(jQuery); 171 159 172 </script> 160 173 <?php } else { ?> … … 168 181 height:120px; 169 182 white-space:nowrap; 183 background:#000; 184 } 185 div#horizontalyou{ 186 float:left; 187 width:100%; 188 margin-top:0px; 189 overflow-x:scroll; 190 overflow-y:hidden; 191 height:120px; 192 white-space:nowrap; 193 background:#000; 194 line-height:12px; 195 } 196 .interior{ 197 padding:0px 10px 0 10px !important; 170 198 } 171 199 div#videos_artista_lista{ -
goodfidelity/trunk/inc/options.php
r976786 r977486 26 26 <input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" /> 27 27 </form> 28 <h3>Shortcode</h3> 29 30 <p><strong>Paste in post or page:</strong></p> 31 <p>[good myvideo="IDyoutube"] - example: [good myvideo="k4l3PAKdQCo"]</p> 32 <p>[yougood myplaylist="IDPlaylistyoutube"] - example: [yougood myplaylist="PLFgquLnL59alCl_2TQvOiD5Vgm1hCaGSI"]</p> 33 28 34 </div> -
goodfidelity/trunk/readme.txt
r976815 r977486 4 4 Requires at least: 3.9 5 5 Tested up to: 3.9 6 Stable tag: 2. 1.16 Stable tag: 2.2.0 7 7 Description: Complements your website with a administrator of videos and music. Your users will be able to create one or more playlist, you be able to listen music without interruption, may share in facebook and more. Millions of music videos at your fingertips. It offers a powerful search engine. 8 8 … … 10 10 11 11 Complements your website with a administrator of videos and music. It gives many functions to administer and manage video through a bottom bar that does not disturb the theme of your website. Users of your website can create their playlists and save them, can listen to music without interruption, can access millions of music videos. The plugin has a powerful built-in search engine. They can share the videos on Facebook with a single click. 12 13 demo: http://www.goodfidelity.com 14 15 Paste in post or page: 16 17 [good myvideo="IDyoutube"] - example: [good myvideo="k4l3PAKdQCo"] 18 19 demo: http://www.goodfidelity.com/una-cancion-legendaria-del-verano-del-67/ 20 21 [yougood myplaylist="IDPlaylistyoutube"] - example: [yougood myplaylist="PLFgquLnL59alCl_2TQvOiD5Vgm1hCaGSI"] 22 23 demo: http://www.goodfidelity.com/las-canciones-mas-toneras-de-este-ano/ 24 12 25 13 26 = Features = … … 53 66 54 67 == Changelog == 68 = 2.2.0 = 69 * More shortcode 55 70 = 2.1.1 = 56 71 * Corrects errors
Note: See TracChangeset
for help on using the changeset viewer.