MudSlideShow – Plugin para WordPress

MudSlideShow es un plugin para WordPress que en sus primeras versiones leía a partir de los RSS de Picasa el contenido de una galería, generaba a continuación un archivo que describía la galería, y luego facilitaba su visualización en las páginas desde donde fuera llamada. Como resultado, las imágenes no serían descargadas a nuestro servidor (no ocuparían espacio en disco), serían servidas  desde otro dominio (no ocuparían nuestro ancho de banda), no tendría que estar llamando todo el tiempo a los servicios RSS de Picasa, y aun así se desplegarían como si fueran una galería dentro de nuestro sitio.

Mucha agua ha pasado desde aquellas primeras versiones, y tanto la interfaz de usuario como las librerías han madurado para facilitar la publicación de galerías. Hoy en día el plugin no solo emplea los RSS, sino que ha pasado a emplear la API como mecanismo primario para conseguir la lista de galerías y fotos; pero tal vez la característica más importante dentro de los agregados posteriores fue la capacidad de leer también galerías desde Flickr, y no menos importante es la arquitectura modular sobre la que ha crecido y que facilitaría programar (cuando la necesidad se presente) nuevas librerías para leer desde otras fuentes en otros servicios. Además MudSlideShow permite seleccionar entre tres visores de imágenes: HighslideLytebox y Fancybox e igual que con las fuentes de datos, también es posible programar otros módulos de visualización que empleen otras librerías. Si bien MudSlideShow es libre tanto para uso comercial como uso no-comercial, recuerde que algunas librerías de visualización requieren de licenciamiento cuando se les da un uso comercial. Sea un usuario consciente y pague al desarrollador por la licencia de la librería de visualización que va a usar en caso de ser requerida.

Otro de los aspectos críticos de MudSlideShow es el mecanismo de creación de archivos de referencia de las galerías. Las primeras versiones emplearon el directorio wp-content/cache siguiendo un estandar que podríamos llamar de facto, pero al pasar las versiones varios usuarios comenzaron a reportar problemas con MudSlideShow. Desde mi perspectiva como desarrollador diría que aquellos fueron los días más oscuros del plugin. Aparecieron las primeras votaciones negativas y los mensajes que indicaban que no funcionaba se repetían por toda la red. Estuve a punto de detener su desarrollo. Por fortuna algunos usuarios creyeron en el potencia del plugin y pusieron tiempo y esfuerzo para encontrar alguna solución. En especial agradezco a Vera por haber permitido que trabajara como editor de su sitio, lo que permitió que confirmara mis sospechas y a partir de estos resultados creara las soluciones que encarrilaron de nuevo a  MudSlideShow por el buen camino. Este plugín  y yo te estaremos eternamente agradecidos. Aquellas pesquisas confirmaron que el directorio estándar no podría seguir siendo empleado por el plugin, lo que llevó a una reestructuración de MudSlideShow, minimax (la librería sobre la que funciona el sistema de caché) y todos los plugins que dependen de minimax. Tal parece que el mar de críticas y problemas se ha calmado y ha vuelto la leve corriente de bugs que señala que un desarrollo está activo y a los usuarios les gusta.

El plugin está bajo licencia GPL para que lo usen, abusen y descuarticen, solo recuerden dar los créditos del caso, tanto a los creadores de los visores de la galería como al creador de este plugin.

Para agregar una imagen o una galería, el plugin habilita un botón en el editor que al ser presionado despliega el formulario que facilita el proceso de publicación. El plugin también permite agregar widgets a las barras laterales, cada uno configurable para publicar una de las siguientes opciones:

  • Una foto aleatoria de todas las galerías
  • La última foto, o una foto aleatoria de la última galería que se ha publicado
  • Una foto aleatoria de una galería específica.

El widget tomará como referencia todas las galerías que hayan sido creadas en el directorio cache, incluso aquellas que por error fueron indexadas en forma automática al visualizarlas con el mecanismo para agregar fotos. En caso de ser necesario eliminar una galería de la lista parta evitar que esté dentro del grupo de galerías en la búsqueda aleatoria, puede hacerlo en el menú Herramientas / MudSlideShow, pero si la galería eliminada es llamada de nuevo desde algún post o página, se agregará a la lista de galerías en forma automática.

Como una imagen vale más que mil palabras y por tratarse de un plugin de galerías, publico un ejemplo de MudSlideShow en funciones, presentando una galería con los elementos representativos del plugin. En la barra lateral pueden ver un ejemplo del Widget.

Ir a la página de descarga.

Internacionalización

Muchas gracias por su tiempo amigos.

Características

  • Galería de imágenes que lee los datos desde PicasaWeb y/o Flickr.
  • Lexi está disponible en el servidor SVN de WordPress.
  • Se puede definir índice de primer y última foto a mostrar en mudslide (en desarrollo, aun no se ha integrado al editor).
  • Se puede visualizar la descripción (en Flickr) o primer comentario (en Picasa) al lado derecho de la foto. Solo funciona con highslide.
  • Widget para mostrar fotos de las galerías que han sido agregadas a la página.
  • Genera XHTML válido.

220 comentarios para “MudSlideShow – Plugin para WordPress”

  1. Tommy dice:

    Hi!

    Was planning to try out your plugin but I get an error with the latest version of WordPress (tried 2.9 and 2.9.1 RC1):

    Fatal error: Call to undefined function wp_create_nonce() in /mounted-storage/werwerwer/werwer/frtertrtw/sdfeef.se/wp-content/plugins/mudslideshow/tinymce/mce_mudslide.php on line 6

  2. Tommy dice:

    Very nice work! Very nice! I especially like the easy interface to insert photos into post, and create galleries.

    If I can put anything on a wishlist it would be the following:
    1. Possibility to select what size the photo should have in the widget utility, the standard size is to wide for the bar I’m using.
    2. In the widget utility have the option on how many photos to show, and what layout the should have (number of rows and columns, spacing between photos etc.).
    3. For all widgets, galleries and photos have the option to include/show a link to the actual album and/or photo. This to more easily show the actual album and all the features that google has on their picasaweb-page (like geo-mapping, face-tagging, commenting etc.).

    But all-in-all, really nice work! Will make use of Mudslideshow, but perhaps use “Picasa Web Album Widget” to show photos in the sidebar for now. It can be configured slightly better. But with the mentioned changes above, mudslideshow would really be an all-in-one killer application.

    Thanks for great job!

    • Tommy dice:

      Sidenote: Noted that it’s only possible to have one widget in use. Is this possible to change? Would be useful to have one with a random photo and one with the latest to show if something has been updated.

    • sebaxtian dice:

      Thanks Tommy.

      Points 1, 3 and sidenote for next release. I guess in a week.

      Point 2: you can copy mudslide.css into your theme and modify it as you want. The number of columns can be set in the Options section (Options / MudSlideShow). Now the plugin let you decide the first and the last photo, but it is an in-process feature, not a stable one. Eventually wold be in a next release.

  3. Tommy dice:

    I’ve been updating the gallery as you release new versions, great work! Looking really good! I like the link to “Open in Picasa”, exactly what I was looing for!

    A small bug noticed however; When clicking a photo to get the popup (I’m using Lytebox), the photo-description only use part of the width of the photo and wraps the text in places it shouldn’t have to.

    Thanks for great work!

    • sebaxtian dice:

      Hi Tommy.

      In this new release you can also set the size in the widget, as you recommended.

      A picture is worth a thousand words. Send me a link to your page so I can see the situation where the text wraps.

      Many Thanks for your comments.

    • sebaxtian dice:

      Hi Tommy.

      The strange-text-wrap situation is inside Lytebox behavior. The ‘white space’ between the text and the ‘Close button’ is assigned for the ‘Play/Pause’ buttons. I have hacked the code in the script to solve this situation, take a look, but for a complete solution it would be better to ask the lytebox developer.

    • Tommy dice:

      Hi!

      Had a look at the new version, the strange wrapping still seems to be the same. But as you say, it’s not really a bug but rather a behaviour of Lytebox, so don’t worry about it. Thanks again for great work!

    • sebaxtian dice:

      Remember to press F5 to use the new CSS.

    • Tommy dice:

      Ah, of course! Yeah, that helps improving the looks, now the wrapping looks much better!

    • sebaxtian dice:

      New release 0.9.2.7, maybe this is a winner. It has a new CSS file, F5 is required.

  4. Manuel Chica dice:

    Hola Sebaxtian:
    Mi nombre es Manuel Chica, soy nuevo en esto y quiero instalar una Galería de imágenes pero cuando voy a Herramientas/MudSlideShow me sale el siguiente mensaje “No hay galerías en tu lista interna. Puedes agregar una usando el botón de MudSlideShow disponible en el editor de texto enriquecido.”
    No entiendo muy bien lo que me quiere decir y no sé como hacerlo.
    Te agradecería que me hecharas una mano.
    Gracias anticipadas, recibe un cordial saludo
    Manolo Chica

    • sebaxtian dice:

      Hola Manuel.

      Edita o agrega un post en tu sitio, y mientras estás editando (ese es el editor de texto enriquecido) podrás ver un botón arriba a la derecha que corresponde al logo de picasaweb. Con ese botón podrás agregar una galería a tu lista.

      El sistema de lista se creó para que el mecanismo de widget pueda tener datos de dónde consultar, pero no tiene funciones para editar o agregar. Las galerías se van agregando en forma automática con cada galería que se agregue a un post o página.

  5. Eliot dice:

    Hi, Sebaxtian, I’m eager to try your plugin, but when I tried to activate it, I got the following fatal error message:

    Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /homepages/33/d233166375/htdocs/eliotcaroom/2/wp-content/plugins/mudslideshow/mudslideshow.php on line 580

    I have minimax activated, and am using WordPress 2.9.1.

    Thanks for your help.
    Eliot

  6. Dhaval dice:

    Hey Sebaxtian,

    I am trying to use your plugin and have installed mimimax and MudSlideShow. However, whenever I tried to add gallery in the post it can’t seem to load any galleries. I also tried just adding tags directly into HTML (e.g. [mudslide:picasa,0,Flaviu1972,NadiaGalSGraduation]) but that gives an error of XML File doesn’t exist. Not sure what to do next to resolve the issue. Any help would be appreciated.

    • Tommy dice:

      Be sure to either: Go to Tools->Mudslideshow and update all added albums or: Press the circular “Refresh-arrows” next to the dropdown menu in the Mudslideshow popup.

    • Tommy dice:

      Hey sebaxtian,

      just wanted to drop a note to say that I’m using Mudslideshow for all my photo needs now, it works just great! Thanks for the quick updates, I’ve been downloading every single one!

    • sebaxtian dice:

      Hi Dhaval.

      A new release of MudSlideShow has come and it fixed the bug you asked some time back. Can you chek it and tell me how it goes?

      Thanks

  7. Tommy dice:

    Hi Sebaxtian and thanks for the updates, software is working great as far as I can tell!

    Have a request if it’s possible to integrate; Is it possible to have Mudslideshow use a specified link to my Picasa album? I would like to use the option to keep my album private, and link to my album via a private link (this is an option in Picasa). Not sure it it’s doable. Currently the actual photos use anonymous links, which is good, it would be nice to be able to do the same with the actual link to the photoalbum.

    Thanks!
    Tommy

    • sebaxtian dice:

      Hi Tommy.

      Can you send me by email the private link?

      Private albums are out of the scope of MSS, but if there is a way to get a private link to a public album maybe we can do something.

  8. justin dice:

    Sebaxtian,
    I am having the same problem as Dahval…

    “I am trying to use your plugin and have installed mimimax and MudSlideShow. However, whenever I tried to add gallery in the post it can’t seem to load any galleries.”

    I have used the refresh arrows, but nothing occurs… And I do not have any albums available under Tools/mudslide to update.

    Any ideas?

  9. cobestran dice:

    hola

    ==> Línea 1
    http://www.xxx.com/xxx/wp-content/plugins/mudslideshow/ajax/data.php

    require_once( ‘../../../../wp-config.php’ );

    sustituir

    require_once(ABSPATH . ‘wp-config.php’);

  10. Hi Sebaxtian, I’m experiencing the same problem as Dahval and Justin: I tried to create a page with a gallery, it opens the popup, I put my username of Picasa (user = thoeni) and I click on the refresh button, but no galleries are shown. The same happens with Flickr (user = 99677570@N00), it doesn’t show me my galleries, for choosing them.

    Any idea?

    My wordpress website is loaded on http://www.antoniotroina.com

    Hope you can help me, and congratulations for your work!

    Antonio (Italy)

  11. Hi Sebaxtian,
    I tried a bit the plugin, it works fine. I found a “deterministic” issue, and I would like to discuss about it with you.

    When I post one picture from a Gallery in this way, it works fine:

    [ mudslide:picasa,0,thoeni,5403343031958157505,2,512,center ]

    While, if I post one picture from “Last photos”, which is not properly a Picasa gallery, it uses this code, and suddenly MySql DB drops down, and I must create another database:

    [ mudslide:picasa,0,thoeni,thoeni,9,512,center ]

    I see that in this second case mudslide uses “thoeni” as 4th field, instead of “5403343031958157505″, like the first case (the photo is the same)…
    I have the XML files, if you want I can send them to you, so you can verify why this is happening. I tried to do this test with four different databases and, when I put this last string, the DB becomes suddenly unreachable…

    Antonio

    • sebaxtian dice:

      Hi Antonio, and thanks for the bug report.

      The ‘last photos’ album is in early developement stage, and I didn’t tested it deeply. I’ll search it ASAP.

    • sebaxtian dice:

      Bug solved, new release comming now.

      • Sebaxtian, I updated and tested MSS this morning, and it works perfectly, congrats!
        Here is a test page (the same that yesterday was crashing the DB):
        http://www.antoniotroina.com/?p=78

        Now is ok! Could you tell me which was the last issue that was dropping the DB? Now I’m curious :)

        Let me know if you need some more testing, I will be happy to be useful!

        Greetings from Italy!
        Antonio

    • sebaxtian dice:

      As you point in your comment, the ‘last photos’ album use the user name instead a number. In previous releases to identify if a gallery was an album or a tag selection, MSS search if the ‘albumid’ was numeric, and when I added the ‘last photos’ album I added some new check points. But I forgot to add them in the ‘single photo’ function.

      So, this function handle the album as a tag album, and tries to read it in the cache with a wrong name. Because the album didn’t exist it asked to create it, but the album creation returns true because it uses the correct name for the cache file and founds the album. With this answer the ‘single photo’ believes the album exists and try to open it again, but the album didn’t exist, so again it asks to create it but the creation system returns ‘true’ because the album exists….. and here to infinity.

  12. Ok, great! I will update and try it tomorrow, here it’s 1:15AM and I already turned off my computer!
    Talk to you tomorrow, thanks for your support!

    Anto

  13. [...] Por algun lugar habia que empezar, no? Muchas de estas fotos se las debo a algunas personas y pues aprovechando las publico aqui. Originalmente queria mantener los contenidos en este hosting, pero al final me decidi por usar Picasa y ligar los albums en el blog, es muy sencillo utilizando el plugin MudSlideShow. [...]

  14. Cuervitte dice:

    Hola! Me interesó muchísimo este plugin porque hace exactamente lo que quiero (duh xD, y lo que busco hace tiempooo)

    La cuestión es que.. a ver… ya instalé todo actualizado y aun así me tira esto cuando quiero agregar una imagen en un post T_T :

    http://img98.imageshack.us/img98/4668/mudslideshow.jpg

    Te adjunto la imagen porque no se bien como explicarlo… a que puede deberse esto? Seguro me mandé alguna jajjaja

    Saludos y gracias de antemano!!!!

    • sebaxtian dice:

      Hola Cuervitte.

      Mirando tu imagen vi que pusiste mal tu nombre de usuario de Picasa. Lo extraño es que aun con un nombre equivocado me funciona sin problemas. También noté que no tienes álbumes públicos, y MudSlideShow solo lee la lista de álbumes públicos.

      Voy a tratar de reproducir este error iniciando desde cero en mi servidor de pruebas.

      Trata de nuevo con el nombre de usuario correcto y me cuentas.

    • sebaxtian dice:

      Cuervitte, otro favor. ¿Podrías hacer otro snapshot de este problema pero mostrando la parte inicial de todo ese código? Es para saber dónde inicia el bug.

      • Cuervitte dice:

        Hola!Gracias por la rapida respuesta ^^

        Sip, el nombre no sé porque quedó así porque yo lo puse bien O.O de todas formas cuando trato de cambiarlo no pasa nada, vuelve a aparecer el usuario mal escrito y sigue saliendo todo ese código.

        De todas maneras, no sabía que los albums tenían que ser públicos. Ahora mismo pruebo crear alguno, aunque creo que no es ese el problema =(

        Uso opera y probe abrirlo también desde firefox, y es lo mismo… lo extraño es que la primera vez que lo usé, funcionó bien. Lo único es que al no tener carpetas todavía, no me mostró ninguna.

        Aca te dejo el screenshot con la info completa! Gracias!

        http://img651.imageshack.us/img651/4668/mudslideshow.jpg

    • sebaxtian dice:

      Hola Cuervitte

      Tu última imagen me dio pistas de dónde estaba el problema.

      Hay una nueva versión (0.10.2), actualiza el plugin a esta nueva entrega (es necesario para que funcione lo siguiente).

      Luego en la página de plugins de tu sitio deberás desactivar MudSlideShow y luego volver a activarlo. Así borrarás los datos que te están poniendo problemas y creará una configuración vacía.

      Me avisas cómo te fue.

      • Cuervitte dice:

        Hola de nuevo… ya probé actualizar y nada. Se me ocurrió que si desinstalaba todo y volvia a instarlarlo podía funcionar.
        Pero no T_T

        Perdón por tantos problemas u.u pero realmente me gusta el plugin >_<

        Saludos! (y buen fin de semana!)^^

        • sebaxtian dice:

          Hola Cuervitte

          Es un bug muy extraño. La única opción que veo de momento es hablar por messenger o gtalk y acelerar el proceso. Quiero solucionar este bug… me frustra saber que alguien podría dejar de lado este plugin por un error tan extraño. ¿Cómo podemos hacer?

        • sebaxtian dice:

          De todas maneras trata de nuevo a desactivar y reactivar con la nueva versión que publiqué hace unos minutos.

          Si aun te da problemas, has lo siguiente con Firefox: click en la ventana del problema con el botón derecho del ratón, busca el item ‘Este Marco’ > ‘Ver fuente del marco’

          Se abrirá una nueva ventana con el código html. Cópialo a un archivo de texto y me lo envías al correo.

          Ojalá podamos encontrar una solución lo más pronto posible.

        • Cuervitte dice:

          Buenas de nuevo!

          Nopes, no hay caso T_T se me ocurrió probar en otro blog que tengo en el mismo hosting y sucedió lo mismo. El problema aparece luego de que pongo el user y le doy que busque las galerías O.O
          Realmente es muy extraño =( si yo estoy frustrada me imagino como debes estar tu >_<

          Te paso mi direccion de msn asi me agregas y vemos. cuervitte@gmail.com y te paso los codigos que me pides!

          Saludos!

        • sebaxtian dice:

          Hola cuervitte.

          Eres la única que me falta de la lista de bugs pendientes de este ciclo. ¿Puedes darme una mano con ese bug?

          Ya he solucionado problemas con WP-Cache, que implicaron cambios por todos lados, asuntos de caché de los navegadores y un extraño bug para una versión específica de PHP…. pero sigue faltando el tuyo y me encantaría encontrarle solución. ¿Cando te puedo encontrar online para que tratemos de ver dónde está el problema?

          Agrégame a tu msn
          sebaxtian@gawab.com

        • sebaxtian dice:

          Hola Cuervitte.

          Te cuento que ya encontré cómo solucionar tu situación con MudSlideShow.

          La nueva versión corrigió los problemas de creación de directorios (siempre y cuando tenga permisos para escribir en él).

          Para que pueda activarlo debes desinstalar el mecanismo de estadística que tra tu página en 000webhost.com. Si usas las estadísticas podría recomendarte otros plugins más completos.

          Si estás interesada en desinstalar este mecanismos debes ir a http://members.000webhost.com/analytics.php , ingresar tu dominio (sin http delante), tu clave y seleccionas deshabilitar el código. Luego si se presenta el problema en la ventana del editor (el código raro) deberás desactivar y volver a activar MudSlideShow para que reinicie en 0.

          Cualquier cosas que necesites me informas. Tu bug volteó patas arriba el código pero aprendí varias lecciones importantes.

          Que tengas una feliz noche.

  15. Vera dice:

    Hola Sebaxtian, estoy llevando a cabo una entrada sobre tu plugin y realizando algunas pruebas puedo comentarte que he tenido una pequeña incidencia que supongo deba ser de tu interés al objeto de que puedas hacerme saber a que es debido.

    La instalación de MudSlideShow y minimax se realizan sin problemas, pero cuando voy a agregar una entrada y exactamente cuando pulso el botón para crear la galería, que por cierto ya no es el botón de Picasa, sino otro de imágenes, me visualiza una pantalla en la que me solicita el usuario y contrasea de wordpress, como si quisiera loguearme nuevamente. Puedes eschar un vistazo del error en el siguiente enlace: http://clip2net.com/page/m0/4131906

    Un saludo
    Vera (http://www.verasoul.com)

    • sebaxtian dice:

      Hola Verasoul, gracias por reportar el bug.

      En estos momentos MudSlideShow y Schreikasten están en un fuerte periodo de desarrollo. Es posible que salgan bugs en estas nuevas versiones mientras se estabilizan.

      Te pediría el favor de que me enviaras el código html de esa ventana al correo.

      Cambié el ícono porque ahora MSS soporta flickr, y no era correcto ponerle un icono de Picasa a una aplicación que también lee flickr.

      Gracias y marcaré tu bug como de alta importancia.

      • Vera dice:

        Hola Sebaxtian, tengo el código html preparado, pero no localizo tu e-mail para mandártelo. He estado navegando por tu blog, pero debo estar quedándome ciego ;) . Te agradecería me lo hicieras saber, puedes enviarmelo al mío.

        Un saludo

        • sebaxtian dice:

          Hola Vera.

          Mi correo está como correo de réplica en todos los mensajes que envía la página. Solo dale a ‘Responder’ en tu cliente de correo o en tu Webmail.

          Un saludo

        • sebaxtian dice:

          Tengo una teoría. ¿Tienes activo algún plugin de cache? Si es así ¿podrías desactivarlo y hacer de nuevo las pruebas con MudSlideShow?

          Un saludo

        • Vera dice:

          Buenas nuevamente Sebaxtian, si tengo activo el plugin WP Super Cache, pero lo he desactivado y nada, sigue con el mismo problema, he intentado localizar el error pero no he podido.

          Si te parece ponte en contacto conmigo desde mi formulario de contacto http://www.verasoul.com/contacto ahí podrás especificar el correo donde quieres recibir el código porque no se a lo que te refieres con lo de pulsar en “responder” desde el cliente de correo o webmail ;) .

          Un saludo

          PD: quizás sea algún conflicto que no se quiere dejar ver :D .

  16. Juan Carlos dice:

    Hola, me parece súper el plugin, sin embargo no me funciona del todo bien. Me sale este error en cuando quiero agregar una galeria.

    Parse error: syntax error, unexpected ‘}’ in D:\wamp\www\indeportes\subsedes\wp-content\plugins\mudslideshow\templates\mudslide_manage.php on line 165

    Podrías ayudarme?

    • sebaxtian dice:

      Claro Juan.

      Mirando el código encontré algo que tal vez sea el culpable que el PHP de Windows esté dando ese error. ¿Podrías darme una mano y editar una línea de código para probar?

      Busca en ese archivo la parte de código siguiente

      <? _e(‘Internal list’, ‘mudslide’); ?>

      y edita el inicio para que salga <?php

      Me cuentas cómo te fue.

  17. Vera dice:

    Gracias por el enlace Sebaxtian.

    Un cordial saludo.

  18. FriarJohn dice:

    I haven’t been able to activate the mudslidehow plug-in for quite a while now. I just upgraded to Version 0.10.5 but it still won’t activate. I don’t remember the last version number that worked.

    “Plugin could not be activated because it triggered a fatal error.”

    Also running Version 0.3.6 of the Minimax plug-in.

    Thanks,

    John

    • sebaxtian dice:

      Hi John.

      Is this the only message it gave? I see the plugin created the cache dir and it is the last step in the installation proccess, so it looks like the plugin finished the installation without problems.

      Any extra information would help me to solve the bug.

      • FriarJohn dice:

        I haven’t seen any other error messages. Just the one I posted above. Is there somewhere else I should look?

        Just upgraded to 0.10.6, still only getting:

        Plugin could not be activated because it triggered a fatal error.

        • sebaxtian dice:

          Hi John.

          The last release just solved a bug with PHP4.

          Your bug will ‘fade away’ when I change the entire cache system, the next step in the development cicle, but it has a lot of work.

          I will work on it at weekend.

        • FriarJohn dice:

          Thanks. I’ll keep an eye out for it.

    • sebaxtian dice:

      New release with new cache system. Tell me how it goes.

      • friarjohn dice:

        No change. But I downgraded to Mudslideshow 0.9.6 and minimax 0.3.2 and it works fine now.

        • sebaxtian dice:

          Hi John.

          Just a question. Do you use mudslideshow only in your sidebar? If this is the case upgrade to the new release, go to Tools / Mudslideshow and delete all your galleries, then create a new post (don’t publish it), add the gallery and Preview it. If you want you can delete this post now. Then modify your MSS widgets.

          I know, a lot of steps, but I think this will solve your bug.

          Tell me how it goes.

        • sebaxtian dice:

          Hi John.

          Forget the last comment. I see you use MSS in some posts.

          Add me to your IM (sebaxtian at gawab dot com in MSS, or baxtian dot echeverry at gmail dot com in GTalk). Let’s try to find a solution to this bug.

  19. Fabrizio dice:

    Buenas sebastian , sabes que mesta dando este error , estoy usando wordpress 2.9.2 y este es el error que me da cuando lo quiero activar

    Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/fabrizio/public_html/wp-content/plugins/mudslideshow/sources/picasa.php on line 383

    • sebaxtian dice:

      Hola Fabrizio.

      Gracias por reportar el bug. Ese tipo de problemas se presenta con versiones de PHP anteriores al ciclo 5.0

      Hoy cuando vuelva a casa publico una versión que solucione esta situación.

      • Fabrizio dice:

        ok gracias por responder, por si te sirve de algo , la version de php del servidor es 4.4.9
        gracias y muy buen plugin , a ver si lo dejo definitivo en mi blog
        Saludos desde montevideo-uruguay

    • sebaxtian dice:

      Hola Fabrizio.

      Nueva versión que espero haya solucionado el bug que reportaste.

      Feliz inicio de semana.

  20. Arnaud dice:

    Hi,

    When I try to activate the plugin, i receive the following message :
    Can’t create the cache dir: (…)/wp-content/mnmx/mudslideshow/
    You have to create it manually.

    But I can’t do it manually. When I try to change my permissions on this folder, it’s the only one for which I can’t in the wp-content directory.

    Can you help me ?
    I use the version 2.9 of wordpress

    Thanks
    Arnaud

    • sebaxtian dice:

      Hi Arnaud.

      Thanks for reporting this bug.

      It is a common problem when installing MSS. I will change the entire cache system in the next release cicle.

      ¿Can you send me the URL to your site? To identify a solution.

  21. Fabrizio dice:

    hola yo de nuevo jodiendo un poco.
    Sabes que ahora la version me anda lo mas bien , pero cuando pongo mi usuario de picasa y como que arranca a buscar algo y despues me aparece este error , pegado al usuario de picasa

    The web service endpoint returned a “HTTP/1.0 404 Not Found” response

    que puede ser este error ?

  22. thomas dice:

    great plugin, sebastian!

    problem: it crops the thumbnails in the gallery to a square. how can i get my thumbnails to display with their original ratio?

    (wp 2.9.2)

    thanks!
    thomas

  23. James Hambly dice:

    Hi Sebastian. It is a great plugin and I am successfully using it on one of my sites, however I just installed the latest version onto a new site and was getting an error as cited above:

    After putting in the Flickr username I was not able to select any galleries from the drop down. Infact, as soon as I clicked away from the username input field, the username disappeared.

    I tried different usernames for both Flickr and Picasa, and met the same error.

    Any ideas? I am all up to date, latest version of WP, minimax and MSS.

    Thanks
    James

  24. Joel dice:

    I am having the same problem as James accept with picasa. I tried using your tag “[mudslide:flickr,0,47550302@N08,72157623293957157]” and it shows up.. But when I try to reload my album with the circular arrow it inserts a space in front of my user name and stops loading.

    • sebaxtian dice:

      Hi Joel.

      I see 3 galleries in your page. Did you solved the situation with the username?

      Maybe I’m assuming something and the users can’t figure it out. Would be great to know if you solved it and how did you solved it to upgrade the user interface.

      Thanks.

  25. Argel dice:

    Sebaxtian: Gracias por la aplicación. Solo que si no resuelvo el problema que tengo tendré que desinstalarla. Ojalá puedas ayudarme, te explico: En el blog del centro cultural independiente (Central del Pueblo, en la Ciudad de México), tenemos álbums de obra (principalmente gráfica) que queremos publicar.
    Surge un error: se despliega en dos ocasiones las imágenes (intenta varias veces, verás el problema.) Checa: http://centraldelpueblo.org/?p=183

    ¿Que puedo hacer? no se si tendrá que ver el tema Mystique que uso.
    Disculpa la molestia, ojalá puedas ayudarme. Saludos

    • sebaxtian dice:

      Hola Argel.

      Estaba viendo tu página y creo saber dónde está la situación. ¿Cuál es el plugin que estás usando para la galería inferior? La que dice “La nueva revuelta”. Al parecer como los dos plugins usarían la misma librería de visualización se genera un conflicto.

      Espero poder ayudarte a encontrar una solución lo más rápido posible.

      • Argel dice:

        Muchas gracias Sebaxtian. Disculpa no responder pronto, estos días son vacaciones y esas sufridas dinámicas me alejaron de la computadora. Ya hice el cambio que me propusiste, borrando la linea 16 de archivo lytebox-header.php y el problema continua. La galería que me preguntas no lo genera propiamente un plugin, es un widget del tema sobre el que armé la página, Mystique, que efectivamente usa galerías de Flickr. ya lo quité del area activa pero no puedo desintalarlo y evidentemente prefiero MudSlideShow por su forma de navegación. Habrá alguna solución.
        Muchas gracias por la atención.
        Saludos.

    • sebaxtian dice:

      Hola Argel. Estaba esperando tu respuesta.

      Creo que me equivoqué de línea. La que debes eliminar es la 1. La que tiene en algún lugar esta función muds_plugin_url(‘/scripts/lytebox.js’);

      Me comentas si con esto funciona como es debido.

      • Argel dice:

        Sebaxtian: sin la primera linea sencillamente ya no se visualiza al modo de Mudslide, aunque continúa visualizándose la galería. :-(
        Gracias y ojalá podamos seguir en el intento.
        Argel

        • sebaxtian dice:

          Hola Argel.

          Creo que ya encontré cómo solucionar esta situación.

          Lo primero es que tendrás que reinstalar MudSlideShow para deshacer todas las modificaciones que hicimos en lytebox-viewer.php.

          Luego vas al administrador de WordPress, y vas a la sección de apariencia. Ahí verás un item para configurar mystique. Selecciona ese item.

          En la barra superior al configurar el tema encontrarás un item que dice Avanzado. Luego buscas el 3 item en la lista que debe decir “Activar Lightbox incorporado para todas las imagenes enlazadas” y lo desactivas.

          Espero que esta vez sí hayamos encontrado una solución.

        • sebaxtian dice:

          Hola Argel.

          Quería confirmar si las recomendaciones que te di funcionaron, para agregarlas a la lista de FAQ de Mudslideshow en WordPress.

  26. Argel dice:

    Sebaxtian: Si, definitivamente ya funcionó. Muchas gracias.
    Sin embargo, pienso que no fue la mejor solución, pues esa opción del tema Mystique estaba bien, no para álbumnes, pero si para las fotitos que acompañan un texto o cosas por el estilo.
    De todas formas te lo agradezco mucho.
    Saludos,
    ArgeL

    • sebaxtian dice:

      Hola Argel.

      Entra a Opciones > MudSlideShow y busca el 4to item. Debe decir algo como ‘Usar MudSlideShow para visualizar las imágenes agregadas’. Me avisas si activando ese item te soluciona tu requerimiento.

      Saludos.

    • sebaxtian dice:

      Hola Argel.

      Estoy en un nuevo ciclo de desarrollo de MudSlideShow. Quería preguntarte si lo estás usando en tu site y en caso de estarlo usando cómo te ha ido con él. Tal vez tengas alguna recomendación o idea.

      Saludos desde Colombia.

      • Argel dice:

        Sebaxtian: activando “Usar MudSlideShow para visualizar las imágenes agregadas” resolvimos definitivamente el problema que se presentaba por la herramienta de visualización que tiene el tema que uso. Muchas gracias. Solo te comentaría (seguro ya lo tienes contemplado) que sería bueno tener la opción en español de los botones de la navegación (y de otros idiomas, probablemente).
        Otra cosa, un detalle: en el over de las imágenes en miniatura, se aclara el fondo de toda la fila y se acorta el botón. No me encanta como vibra. Hay alguna opción para cambiar eso?
        Bueno, gracias de nuevo, tienes una vocación social, para ayudar a los demás, muy padre (como decimos acá en México) muy chévere, pues.

        • sebaxtian dice:

          Hola Argel. Debo decir que no creo posible hacer un cambio en el idioma de los botones en Lytebox. Técnicamente es muy complicado porque tendría que crearse una imagen por cada idioma. La otra librería (Highslide) ya está en español porque el texto no está en imágenes. Te recomendaría que la miraras en caso de cumplir con los requerimientos del programador de Highslide.

          Para lo del over, puedes ir al style.css del theme y buscar ‘table tr:hover td’. En mi versión local está en la línea 65 (que puse completa entre /* */) y la línea 374 (solo comenté la parte del table). Con eso ya no cambia al estar encima.

          Es un placer ayudar, y si de paso mejoro mis desarrollos pues me facilita la vida para futuros clientes ;-)

          Que tengas un feliz día y cualquier duda me avisas.

        • Argel dice:

          Perdón Sebaxtian, ahora si te fuiste mas rápido. cual archivo style.css del theme?
          De mudslide? mas bien el archivo lytebox.css? o del tema que tengo, Mystique?

        • sebaxtian dice:

          Argel, hay una nueva versión con un visor nuevo. Te recomiendo que lo pruebes. Es el Fancybox.

  27. Arnaud dice:

    Hi,

    I used this plugin but i have to deactivate it because it generates a lot of records in my database. I have more than 30.000 records generated ! The consequence was my website was no more performant.

    Did you know the solution ? Because I try to find an another plugin to show flickr photo on my website and i can’t. MSS is one of the most easy.

    Thanks a lot for your hulp

    Arnaud

    • Arnaud dice:

      Is it possible, it came from this :
      “The first time you add or see a gallery in a post or page, MudSlideShow would add it to the list to be used in the Widget. You can delete and update a gallery in Tools / MudSlideShow from the list of galleries, ****but if a page or post uses it MudSlideShow would add the gallery to the list again****.”

      But I didn’t delet or change anything

      • Arnaud dice:

        And finaly, i don’t arrive to try this plugin with wamp server on my local computer.

        Sorry for so much commentar but for once i have time to do it ;o)

    • sebaxtian dice:

      Hi Arnaud and thanks for reporting this bug.

      First, MSS only adds things to your database when there is a call to a gallery, and there is only one entry for each gallery. I must ask first if you have 30.000 galleries! If not, can you send me a URL to see your site? And a link to your flickr.

      I have queried my database and it has only 128 entries for my 128 picasa galleries. Maybe is a bug with my flickr library as it has only 4 months or less.

      I promise to check it.

  28. Arnaud dice:

    I think I did in a previous commentar.
    Website : http://www.koekelberg.ecolo.be
    Flickr : http://www.flickr.com/photos/48279508@N04/
    Picasa : http://picasaweb.google.com/ecolo.koekelberg
    I tried Picasa this morning because you said me to use MSS with it. But I have the same problem.

    I have delete MSS to make my website works. The first time I tried MSS and I deleted it, i think remember me there was a MSS table in the database. But I’m not sure. But I remember to delete via SQL direct in the DB the 30.000 records because I didn’t arrive to do it via the wordpress administrator interface. Each record was the tag I use to show the gallery.

    I’m sorry but it’s difficult to give you precies information because I don’t arrive to try MSS on my local computer with wampserver (parse error). Then I have to do it in production and I can let there a plugin which causes a so great problem. I have to delete it. The desactivation is not enough. The problem arrives when I create the first ‘gallery’. Not before.

    (I apologize for my approximate english)

    Best regards,
    Arnaud

    • sebaxtian dice:

      So, when you activate MSS your site perfomance slows inmediatly? Sounds like a endless loop somewhere.

      Do you remember the table where thos 30.000 entries where? wp_mudslideshow, wp_options or wp_posts?

  29. Arnaud dice:

    First question : not when I activate it but when I create my first “call” to a flickr photo. After this, the website slows immediatly.

    Second question : I’m almost sure it was “wp_mudslideshow”.

    Furthermore, when i try to delete the records with SQL, it was a endless loop because the MSS plugin (?) recreate them. I finally droped the table.

    • sebaxtian dice:

      I think the best we can do is manually delete the plugin data in your database and reactivate it to create a fresh environment.

      1. Deactivate the plugin (for sure it is now deactivated) :)
      2. Drop the table wp_mudslideshow
      3. Delete the follow entrie from wp_options: muds_db_version, muds_options, widget_mudslide
      4. In the same table, delete the entries beginning with _transient_muds-xxxx.
      5. Reactivate the plugin.

      Tell me how it goes.

      • Arnaud dice:

        I try.
        After I have activated, it’s always OK.
        Now I create a gallery (add gallery) using Picasa. I set my username and I select a tag.
        No yet problem.

        For the moment, always 1 record in my DB.

        I create an article which use this gallery. I use this code : [mudslide:picasa,0,username picasa,rencontre_mars_2010]

        save – publish …
        and the problem arrives. My website is again very slow. I let everything for a moment. So you can see the problem. (but no too long because this website is public and in production).

        Thanks

    • sebaxtian dice:

      And a last question. What kind of album did you displayed? I suppose it was “user’s most recent photos” in flickr.

      As I noticed you have only a few photos and I never tested what would happen with only 4 photos…. I’ll check it in a few minutes.

      • Arnaud dice:

        I will try this this evening.
        On flickr, I don’t use the “album” because with a gratis account, those are limited. What is not the case with Picasa.

        Then, to create ‘galleries’ on my website, I use the tags.

        • Arnaud dice:

          Hi,

          I try this morning to use the site. The administrator interface works well. Not the public website.
          I have always only 1 record in the table wp_mudslideshow.

          Is it possible the problem comes from the cache ?

          Thanks

          P.S. Here the message from the browser : Network Error (tcp_error)

          A communication error occurred: “”
          The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.

          For assistance, contact your network support team.

        • sebaxtian dice:

          I have checked mi local machine with your galleries and here it works without problem. So, it looks like a problem in your specific environment.

          I would recommend to create a backup using the WP tool to export data into an XML file.

          The next step is to recreate your system in my local machine. I need to know your WP version, the plugins you use and the information of your PHP with phpinfo();

        • sebaxtian dice:

          I have realeased a new version, but it doesn’t solve your bug. I will tell you when I find a solution.

  30. I love your plug-in. It’s made my work soo much easier.

    I upgraded yesterday to the latest version, and now none of my pictures load. I use Highslide and I just get the ‘Loading’ message. The other viewers do not work either.

    I did some research and it seems that the full-size pictures can not be found. If I try to open them in a new window I get an error.

    Can you help with this? I’m starting a series on my wife’s breast cancer and would love for it to work.

  31. Hello Sebaxtian,
    First of all, congratulations about your slide plugin.

    I installed it in my blog and received this error:

    Warning: Division by zero in /home/noxion/viniciuscamara.net/wp-content/plugins/mudslideshow/mudslideshow.php on line 1018

    I hope this help you to fix some problem, if exists.
    Thank you so much
    Best regards,

    • sebaxtian dice:

      Thanks for reporting this bug.

      New release comming. Tell my how it goes.

    • sebaxtian dice:

      Another question Vini. Have you found which plugin makes the strange behavior with the ‘open in flickr’ link?

      • Vinicius dice:

        Answer your questions:
        1. My steps were:
        Add a MudSlideShow in toolbar when I add/edit a new post, inside the modal window.
        2. I clicked to preview my post
        3. After this, my post had warning with the information about Division by Zero!

        Being honest with you I did not used the option that redirect to flickR.

        I hope help you.

  32. David dice:

    IM getting the same error as Vini =/

    • sebaxtian dice:

      Thanks for reporting this bug.

      New release comming.

      Tell me how it goes.

      • David dice:

        The update worked great but now I have a different requirement. Is it possible to fetch picasa’s unlisted or private albums using the auth key?

        Gracias

        • sebaxtian dice:

          Mudslide has a secret feature. It’s in beta stage but it’s stable. You can use the RSS feed from a none-listed gallery. Just change the user_name and album_id with the rss feed.

          Example: [mudslide:flickr,0,http://api.flickr.com/services/feeds/photoset.gne?set=72157623298682735&nsid=12932908@N05&lang=es-us&format=rss_200]

          The first time you see the page will take a long time, while create the data descriptor.

  33. liang dice:

    i am using this plugin to display my flickr album, but now there will be lot’s of warning messages:
    Warning: Division by zero in /home/lyonzh/public_html/wp-content/plugins/mudslideshow/mudslideshow.php on line 1018

    any idea?
    i have to deactivate this plugin, waiting for your update, thanks

  34. liang dice:

    Yes, the warnings is gong, but the pictures are just shown as static images, other than slides

  35. Hola,
    Uso la versión 3.0 de WordPress y he instalado MudSlideShow (previamente instalé minimax por indicabas que usabas sus funciones de AJAX) y he visto que hay un bug en el plugin con el Visor HighSlide:

    Después de cerrar la galería, la barra de navegación de HighSlide no desaparece; se coloca en la parte superior izquierda y esto pasa tantas veces como galerías cierres.

    PD: Qué plugin utilizas tu para las galerías? XD

    • sebaxtian dice:

      Hola Prometeo.

      Pásame la versión y el navegador con el que se presenta esta situación. También pásame un enlace en donde se presente el problema, tal vez sea algo específico con el tema que estés aplicando.

      Minimax ya no es necesario. Puedes desinstalarlo.

      Yo uso Fancybox.

    • sebaxtian dice:

      Ya ví en tu página la situación. Creo que es algo específico con tu tema. Trataré de descubrir dónde está el error y te aviso.

  36. Hola Sebax:
    El bug me aparece con las últimas versiones de los navegadores más populares Firefox 3.6.6, IE 8.0.76, Chrome 5.0.375.99, y Opera 10.60. En el tema tengo añadido JQuery y MooTools creo quee de este último la versión 1.1.

    Fancybox es más estético, sin embargo al no estar presente siempre las flechas de navegación creo que presenta menos accesibilidad al navegar. Muchas gracias y ojalá me puedas ayudar

    • sebaxtian dice:

      Lucifer, una pregunta. He visto que en tu página tienes un plugin que ‘duplica’ las cabeceras. ¿Cuál es y por qué lo necesitas? Tal parece que es ese el elemento que hace que la barra de navegación de highslide no desaparezca.

  37. Aaron dice:

    The plugin works great, but I’m having issues with the look of it on the page. I’d like the gallery to be centered on the page, move the thumbnails closer together, and get rid of the gray border around the whole gallery. I’ve tried to modify mudslide.css, but nothing seems to work.

    http://gearinches.com/blog/photos/polished-aluminum-bike-frame

    • sebaxtian dice:

      Hi Aaron. Thanks for using MSS.

      Looks like your theme modify the gallery css. So, I sugest you to modify these items at the end of your style.css:

      * table.mudslideshow
      * table.mudslideshow tbody tr
      * table.mudslideshow tbody tr td
      * table.mudslideshow tbody tr td span

      Tell me how it goes so far.

      • Aaron dice:

        No, it’s still not working. I found the table section of my theme’s style sheet, but I want to leave it alone.

        I did what you said, and it didn’t get rid of the border or fix the spacing or center the gallery. I even tried copying the code from your page source’s CSS, and that didn’t work, either.

        Could you tell me exactly how to write the code so the border disappears and the gallery is centered?

  38. photobloc dice:

    Hola!
    I’m testing your plugin on a wordpress 3.0.1 site.
    I’d like to have a simple slideshow on page with highslide.
    Like here: http://highslide.com/examples/gallery-in-page.html
    How can I do ? I tried to modify highslide-viewer.php and hs-config.js, but without any success…
    Please help.
    Muchas gracias.

    • sebaxtian dice:

      Hi photobloc.

      Unfortunately MSS isn’t designed to use all the functions Highslide has. But, MSS is planed for a release cycle the next week, and I’ll see how to set something like this. Let’s talk again in a week.

  39. photobloc dice:

    OK!
    It would be a big improvement for simple slide…
    Unfortunately, I can’t wait until next week: a friend who is photographer ask me to do it for this week-end, before hollydays…
    If you find the good code before me, you can sent it by mail… ;) , and vice-versa…
    Thanks and suerte.

    • sebaxtian dice:

      Ok, i’ll work on it tomorrow. The idea is to use this layout when the user use the simpleslide (2nd tab) and have selected Higslide as the viewer.

      Good luck too.

      • photobloc dice:

        No news my friend ?
        Did you have time to work on the idea ?
        Personaly, I worked all the day on and didn’t find the solution.
        I tried to modify hs-config.js and $img content, at highslide-viewer.php end. No way.
        Soy desperado…
        Hope you will have a good new on your side.

  40. photobloc dice:

    Good new ?
    The highslide in-page gallery needs the id of the first anchor in the gallery to be able to autoload the first image. Mudslideshow adds id to the anchors, but the id seems to change every time you reload the page. If you can find out how to make the id consistent, you should be able to create in-page gallery with Mudslideshow.
    Hope it will help…

  41. Vanessa dice:

    É simplesmente perfeito.
    Só é triste ele não atualizar automaticamente quando adicionados fotos ao picasa.

    Enfim, parabéns!

  42. photobloc dice:

    Hi my friend,
    Good job ;)
    May be one option is missing: the capability to display image in original size: 500px width for actual screens are a little small.
    And it will be perfect !
    Thanks.

  43. photobloc dice:

    OK amigo!
    Tests:
    I saw a problem with French language mudslide-fr_FR.mo: not poedit(ed). I will make a good French translation when the stable release will be ok.

    I had to delete “//i18n for Highslide” tags in highslide-header.php and translate directly in highslide-full.js. Translation didn’t work without it.

    Waiting stable release with impatience…

  44. photobloc dice:

    Version 12.2.1 doesn’t work: no control bar, caption overwriting…

    • sebaxtian dice:

      As we are in a heavy release cicle there will be mistakes. Delete any js or css you have in our theme to use the new ones. Sorry.

      I’m sure this bug comes in one of your old personal files (highslide.css, mudslide.css or hs-config.js). Sorry.

      Take a look into the new release.

    • sebaxtian dice:

      About the size, I found a situation with highslide: the max width an image will have is equal to the max height your browser window displays. I am using a netbook (tiny screen) and the image changes when I use the full size view in any browser. The same happoens in the examples. Maybe this is way it takes only 500px in your test site.

    • sebaxtian dice:

      Solved the resize situation, and some minor bugs. Only two bugs in list: 1) The loading message isn’t centered the first time. 2) Can’t put two simple galleries together in the same page.

      Waiting for the translation file. Any suggestion would be welcome.

  45. David Monteiro dice:

    Hi!
    I’ve experimenting Mudslideshow and I have one question. Is it possible to use one of the animated gallery but have only one thumbnail in the post/page?

    Thanks

    • sebaxtian dice:

      Hi David.

      This capability, for highslide, is in beta stage now. Select this viewer library (Options/Mudslideshow) and add one ‘Simple Gallery’ to any post. Suggestions are welcome.

      • David Monteiro dice:

        After trying it, I have to tell that what I was asking if it is possible is a bit different. What I wanted to know it is possible is to only have one thumbnail and then when you click, it opens the animated gallery (e.g. Fancybox) without having a page full of thumbnails.

        Thanks again

        • sebaxtian dice:

          At this momment, MSS can’t behave this way. But I think is quite easy to program something like this. I’ll wrote you back when I found a way to do this.

  46. Vanessa dice:

    Gracias por responder.
    Tengo una pregunta,
    Cómo actualizar las fotos automáticamente, sin necesidad de utilizar el modo manual?
    Gracias.

    • sebaxtian dice:

      Hola Vanessa. De momento no se puede, lo siento. Pero explícame por qué necesitas un mecanismo automático, y asi tal vez poder crear uno.

      • Vanessa dice:

        Un cliente necesita las fotos que se actualiza automáticamente, porque no quiere tener acceso a la administración de wordpress. Él quiere gestionar sólo la cuenta de Google (incluyendo Picasa).

        El plugin es fantastico. Yo ya se recomendaba a los demás.

        (No sé hablar español, así que usar el traductor. perdonen los errores.)

        • sebaxtian dice:

          Tranquila, habla en portugues si gustas.

          Tengo una duda. ¿Agregaría nuevas fotos a los álbumes que ya existen, o agregarías nuevos álbumes a su cuenta?

  47. zero_x3 dice:

    Hello
    I’m using WP 3.0.1 and Mudslide 0.12.3.4
    I was able to get a flickr slideshow to display but haven’t been able to display an unlisted picasa gallery. Is there a way to do this?

    • sebaxtian dice:

      Hello Zero.

      MSS has a feature in beta stage to use an rss feed. Change the duple {username,galleryId} with {rss_feed}. Pay attention the feed isn’t underlined (the editor sets automatically a url into a feed) when you save the post.

      Example:
      [mudslide:picasa,0,http://picasaweb.google.com/data/feed/base/user/baxtian.echeverry/albumid/5157957462294421665?alt=rss&kind=photo&authkey=Gv1sRgCO-568Tj-J_QQA&hl=es]

  48. photobloc dice:

    Hi my friend!
    Did you receive french translation files ?

    I noticed a problem with mudslide button. the window opens and I get this error in editor when clicking the mudslide button:

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, postmaster@mydomain.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log.

    I’m at OVH.COM but can’t access to server error log.
    The pluggin button is OK on others servers, not at OVH.COM.
    Where does it comes from ? Is there a special path for OVH.COM ?
    Thanks.

    • sebaxtian dice:

      Hi photobloc :-)

      Yes, I have received the files. Haven’t I updated it yet? I’m not 100% sure, please check it.

      About the error, I remember another user with a problem like this. Check if your server adds automatically something at the end of your html code. Some servers do it for statistics, and it breaks the XML parser. If not, send me the HTML code of the frame.

      Kind regards.

  49. Catalin dice:

    Hello sebaxtian ! I want to sent you the Romanian translation for this plugin. Can you provide me your email, for sending the email with translation files ?

    Thanks !

  50. Rishi dice:

    Hello Sebaxtien,

    I was using your mudlsideshow plugin on my website, which I just transferred to a new server. I’ve also upgraded the wordpress to 3.0.1 . Now whenever I try to activate MudSlideShow, I get a PHP Error 500. I’m not good with PHP, so I’m not sure whats wrong. Please help me if you can, I love your plugin.

    • sebaxtian dice:

      Hi Rishi,

      Do you have acces to your html-server log files? If so, search for the error.log and look anything about mudslide. With this data I can help you to fix the bug.

      Kind regards.

      • Rishi dice:

        Here is the information from error.log:

        8/26/2010 1:15 “/homepages/0/d331935479/htdocs/wp-includes/wp-db.php:
        1134″ (Warning) mysql_num_fields(): supplied argument is not a valid MySQL result resource
        8/26/2010 1:15 “/homepages/0/d331935479/htdocs/wp-includes/wp-db.php:
        1139″ (Warning) mysql_fetch_object(): supplied argument is not a valid MySQL result resource
        8/26/2010 1:15 “/homepages/0/d331935479/htdocs/wp-includes/wp-db.php:
        1144″ (Warning) mysql_free_result(): supplied argument is not a valid MySQL result resource
        8/26/2010 1:15 “/homepages/0/d331935479/htdocs/wp-content/plugins/simple-google-map/simple-google-map.php:
        63″ (Notice) Undefined index: nostyle
        8/26/2010 1:15 “/homepages/0/d331935479/htdocs/wp-content/themes/Cutline-1.4-3ColumnSplit/functions.php:
        217″ (Notice) Undefined variable: file
        8/26/2010 1:15 “/homepages/0/d331935479/htdocs/wp-content/themes/Cutline-1.4-3ColumnSplit/functions.php:
        220″ (Notice) Undefined variable: k2loc

      • Rishi dice:

        I activated again and got the same error messages. I believe is the ones from wp-db.php . My server does not allow me to see the error.log file so I’ve inserted code to direct the error messages from plugins.php into a file I can read. Are there other files where the error messages might me coming from?

  51. MarcoMoby dice:

    Hi!!

    I used your amazing plugin for a while… yesterday I got to use it in another site and it doesn’t allow me to refresh galleries… when I trie, the round arrow doesn’t “move” and the inspector console of safari tells me “ReferenceError: Can’t find variable: mudslide_CheckUser”, I can’t find a solution… any help? :)

    • sebaxtian dice:

      Hi Marc, and thanks for use MSS.

      Can you send me a link where I can see this situation?

    • sebaxtian dice:

      Hi,

      In your image I saw there is a parser error. Can you please click in this error and send me an image with this information?

      • MarcoMoby dice:

        thank you for your help, I really cannot find what the problem is.

        http://cl.ly/4e7649497c91f307e283

        • sebaxtian dice:

          Edit the file templates/mudslide_addgallery.php

          Delete the lines 56 to 63:
          switch(last_source) { … }

          Delete the lines 49 and 50:
          var size_flickr =…
          var size_picasa =…

          Tell me if this solved the bug.

        • MarcoMoby dice:

          it seems to have solved the problem… I’m just confused, because I tried it again in my MAMP environment and it worded like a charm out of the box…

          thank you!! I’ll let you know if I encounter other problems

          it’s an amazing plugin… :D

        • sebaxtian dice:

          mudslides_addgallery is a copy-paste from other widget in the plugin, but in this section it doesn’t require the size_flickr nor size_picasa arrays. Thats why those arrays have void values inside this part of code, and I didn’t notice I can delete these lines.

          Your PHP environment (the one in your server) write a warning message when using a null value in the ‘explode’ function, and it broke the javascript parser. That’s why it didn’t found the function when the button call for it.

          I’ll release today a new version.

          Thanks again for using MSS.

          Kind regards.

        • MarcoMoby dice:

          ok… I’ don’t know if that’ related… but I could have spoken to soon… the widget works great, but it doesn’t let me add a gallery:

          The web service endpoint returned a “HTTP/1.0 400 Bad Request” response

          http://cl.ly/1ea8d12e8fc65b757c5b

          I tried adding a gallery manually, I added [mudslide:flickr,0,52802354@N05,72157624556577635] and it worked (even if with bad borders)

          http://cl.ly/e52b7139e54d84c9b3cb

          I think that the border is a problem non-related to the plugin

        • sebaxtian dice:

          Hi Marco,

          also, flicker changed something on his API for the image size. I solved it locally a week ago but never released those changes. When you update the plugin, remember to update the gallery to get the size values correctly.

          Kind regards.

        • MarcoMoby dice:

          you are awesome XD

Escriba su comentario