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: Highslide, Lytebox 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.






















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
Hi Tommy.
wp_create_nonce is a function in WP, maybe this error is in the RC cycle. I’ll check it.
Thanks for the reply, please note that the error was produced with the latest stable version (2.9) and I also tried the latest RC to see if it worked (2.9.1 RC1), which it didn’t.
Thanks Tommy. The bug was fixed, and a new release is coming.
I’ll like to hear your opinion about MudSlideShow.
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!
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.
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.
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!
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.
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.
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!
Remember to press F5 to use the new CSS.
Ah, of course! Yeah, that helps improving the looks, now the wrapping looks much better!
New release 0.9.2.7, maybe this is a winner. It has a new CSS file, F5 is required.
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
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.
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
Hi Eliot.
I´ll check it tomorrow. Thanks for reporting this bug.
Hi Ellito.
This bug happens if mudslideshow use an old descriptor. But the plugin automatically updates any old descriptor, so it looks strange to me. Please send me an URL to any page with this error and i’ll try to see the descriptor.
Thanks for looking into it. Here’s the URL…my first and last name are the domain.
http://xxxxxxxxxxx.com/2/wp-admin/plugins.php?error=true&plugin=mudslideshow%2Fmudslideshow.php&_error_nonce=6198e4ace2
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.
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.
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!
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
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
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.
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?
Hi Justin.
Can you send me your username in picasa to check it in my local site?
And the URL to the site where you have installed MudSlideShow, to check if it created the cache directory.
Hi Justin.
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
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’);
but i’m this error
Erreur : mnmx is not defined
Fichier Source : http://www.cobestran.com/cobestrapress/wp-content/plugins/mudslideshow/tinymce/mce_mudslide.php?ver=327-1235
Ligne : 1
With your help we found a bug in MudSlideShow.
A new release has come for minimax and MudSlideShow, tell me how it goes.
I have a new error on the return to the list of galleries Picasa
Erreur : aucun élément trouvé
Fichier Source : http://www.cobestran.com/cobestrapress/wp-content/plugins/mudslideshow/tinymce/mce_mudslide.php?ver=327-1235
Ligne : 1
example of user : mihailovictatjana1
http://picasaweb.google.com/mihailovictatjana1
Hi Cobestran
I think the situation is in the HTML code. Can you please add Lexi (another plugin of mine) and use it to see if it returns the same error? It creates a button with the RSS icon in the editor.
By the way, wich browser do you use?
After adding the plugin Lexi, there is no error. it’s ok !?
I use Firefox 3.5.7
Just to test the plugin is working, can you please use this tag without spaces?
[ mudslide:picasa,0,mihailovictatjana1,5437846207568771729 ]
It is a big gallery, give it some time (less than 30 seconds) to create the cache file.
Ok, it tells me something new.
I’ll check it in an hour.
I spoke too soon, it does not work. Even with Lexi
Better then. It looks like the bug I’m chassing months ago.
Can we talk in Messenger?
talk by mail.
I work so I answered when I 2 minutes !
Apparently the trouble is wp-super-cache, MudSlideShow and Lexi use the same cache directory.
So, a new release will come with a method to define a new cache directory for MSS and Lexi in the wp-config.
In the FAQ would be the settings.
Hi Cobestran
New release and it will solve the situation with wp-super-cache.
Add this to your wp-config.php file
define (‘MNMX_CACHE’, ‘mnmx’);
Reactivate mudslideshow to create the new directory.
Tell me how it goes.
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)
With your help we found a bug in minimax.
A new release has come for minimax and MudSlideShow, tell me how it goes.
Super! Now it works perfectly! I updated both plugins, and now it finds immediately my Galleries on Picasa
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
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.
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
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.
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
Thank you to help me to test this plugin. This has been a boost in MudSlideShow and Minimax development.
[...] 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. [...]
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!!!!
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.
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.
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
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.
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!)^^
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?
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.
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!
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
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.
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)
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.
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
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
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
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
.
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?
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.
Gracias por el enlace Sebaxtian.
Un cordial saludo.
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
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.
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.
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.
Thanks. I’ll keep an eye out for it.
New release with new cache system. Tell me how it goes.
No change. But I downgraded to Mudslideshow 0.9.6 and minimax 0.3.2 and it works fine now.
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.
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.
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
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.
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
Hola Fabrizio.
Nueva versión que espero haya solucionado el bug que reportaste.
Feliz inicio de semana.
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
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.
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 ?
Hola Fabrizio.
¿Podrías darme el nombre de usuario de Picasa? Tal vez tenga una combinación de caracteres que no he probado.
el usuario de picasa es fabrianchi lo raro es que me pasa en mi equipo local y en el del server
Saludos
Hola Fabrizio.
Hay una nueva versión con un nuevo esquema de cache. Posiblemente solucione el bug que reportaste.
Me cuentas cómo te va con la nueva versión.
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
Hi Thomas.
In this release you have to change it in the code, but the next release -next weekend- would let you define the size in the configuration menu.
Hi Thomas.
New release. You can go to the options link and set to use squared or scaled thumbnails.
Tell me how it goes.
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
Hi James.
Can you give me the URL of the site with the problem? MSS seams to have problems in some hostings.
Yes, its http://www.westexetc.devon.sch.uk
Thanks for your help.
Hi James.
Can you send me the link to a gallery in Picasa or Flickr you want to show with MSS?
Hi Seb – I emailed you a reply.
James
Can you use this tag in a post?
[mudslide:flickr,0,47550302@N08,72157623293957157]
Does it display the gallery?
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.
My page is http://www.nmwproductions.com
my picasa is http://picasaweb.google.com/104742826488406323322/02Arena#
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.
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
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.
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.
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.
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
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.
Hola Argel.
Quería confirmar si las recomendaciones que te di funcionaron, para agregarlas a la lista de FAQ de Mudslideshow en WordPress.
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
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.
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.
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.
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.
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?
Argel, hay una nueva versión con un visor nuevo. Te recomiendo que lo pruebes. Es el Fancybox.
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
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
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)
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.
Hi,
Like you can imagine, I don’t have 30.000 galleries ;o) I have yet try your plugin yesterday and I have one more problems with peformance. I have to delete the plugin to solve them.
My website is http://www.koekelberg.ecolo.be and you can find my flickr on http://www.flickr.com/photos/48279508@N04/
Thanks for helping
Best regards,
Arnaud
I do’nt understand. I try your plugin with Picasa and I have the same problem.
If a activate one gallery with MSS, my website doesn’t work any more.
Hi Arnaud.
Wich table in your database has the 30.000 entries?
You use MSS for both flickr and picasa galleries?
Can you send me please the URL to your page, picasa and flickr galleries?
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
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?
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.
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.
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
I think the problem is with tags in flickr. I’ll check it tonight.
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.
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.
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.
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();
I have realeased a new version, but it doesn’t solve your bug. I will tell you when I find a solution.
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.
Hi David.
I have an idea where the bug is. Can you write your picasa login to use it to check?
Good news, I found where the bug were.
New release is comming.
Wow that was fast. thank you!
It’s my pleasure.
Say your wife ‘feliz día de la madre’ (happy mothers day) from a friend in Colombia.
I suggest you to use an special mudslideshow option. Go to Options > MudsSlideShow > “Use MudSlideShow to show images added with the WordPress media manager”. This will use the same viewer with the photos you added in older posts.
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,
Thanks for reporting this bug.
New release comming. Tell my how it goes.
Another question Vini. Have you found which plugin makes the strange behavior with the ‘open in flickr’ link?
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.
IM getting the same error as Vini =/
Thanks for reporting this bug.
New release comming.
Tell me how it goes.
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
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.
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
Hi Liang. Thanks for reporting the bug.
New release comming. Tell me how it goes.
Yes, the warnings is gong, but the pictures are just shown as static images, other than slides
Can you send me a link where I can see this situation?
Yes, it’s my blog:
http://www.zhang-liang.com/articles/65
Wich viewer do you use? (Highslide, lytebox, fancybox or none)
err..I was using “none”.
now i changed it to “Fancybox”, it’s so cool.
thank you a loooot:)
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
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.
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.
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
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.
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
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.
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?
Nevermind, I got it! Thanks for the help!
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.
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.
OK!
, and vice-versa…
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…
Thanks and suerte.
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.
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.
No news my friend. I´ll work on it tomorrow in the morning. It looks easy, so wait for a relea at 6PM(GMT)
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…
Hi my friend.
Good news. I’m working now on the details.
É simplesmente perfeito.
Só é triste ele não atualizar automaticamente quando adicionados fotos ao picasa.
Enfim, parabéns!
Me alegra que te guste el plugin. Cualquier idea que tengas no dudes en contarme.
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.
It’s in the todo list. I think tomorrow will have a stable release.
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…
Can you help me please with the translation? Use the mudslide-fr_FR.po file and correct it with poedit. Then send it to me and I will create the mo file.
Version 12.2.1 doesn’t work: no control bar, caption overwriting…
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.
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.
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.
No news amigo ?
By my side, I downgrade to 0.12.2.
0.12.3 is too buggy.
You didn’t answer me where send the french translation files…
Waiting for news, I hope everything is OK for you…
Hello friend.
Send the file to sebaxtian at gawab dot com or baxtian dot echeverry at gmail dot com.
About the buggy version, it works fine in my test machine, but tell me everything you find to work on it this weekend.
http://www.sebaxtian.com/fotografia/chapter/4
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
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.
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
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.
Gracias por responder.
Tengo una pregunta,
Cómo actualizar las fotos automáticamente, sin necesidad de utilizar el modo manual?
Gracias.
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.
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.)
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?
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?
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]
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.
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.
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 !
Hi Catalin.
That’s great! I’ll be waiting for it.
My site would answer your comment using my contact account.
Hi, Sebaxtien,
I’ve just send the files ! Don’t forget what I tell you on the mail please !
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.
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.
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
Hi Rishi.
Try to activate the plugin and search again the error log for an entry where the time matches.
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?
Just guessing heren. Deactivate the plugin and uninstall it. Then reinstall and activate it.
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?
Hi Marc, and thanks for use MSS.
Can you send me a link where I can see this situation?
I don’t know what link I could gave you… I have the problem in the Admin area, where I try to refresh after I put my Flickr User… now, it’s a fresh new environment with just MSS installed
here I have a screenshot of what I mean:
http://cl.ly/3609fb4bed6e8cb73f5d
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?
thank you for your help, I really cannot find what the problem is.
http://cl.ly/4e7649497c91f307e283
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.
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…
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.
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
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.
you are awesome XD