Nos pasamos la vida esperando a que pase algo y al final lo único que pasa es la vida… En este nuevo año no esperemos, ¡HAGAMOS QUE PASE! Feliz 2012.


Nos pasamos la vida esperando a que pase algo y al final lo único que pasa es la vida… En este nuevo año no esperemos, ¡HAGAMOS QUE PASE! Feliz 2012.

Mis instalaciones locales de drupal no dejaban de quejarse de la falta de una librería para mostrar el progreso del upload de ficheros. A pesar de no tratarse de un requerimiento para el correcto funcionamiento de drupal decidí de una vez por todas librarme de ese molesto
“warning” en el reporte de estado. Para ello he instalado una de las dos librerías recomendadas, PECL upload progress.
Have you tried to use the grooveshark widgets code in a wordpress site? If you have tried you had already realized that you can’t. The filters wordpress applies to content don’t allow that code to work (at least cross browser, maybe it would work in IE).
Embed grooveshark is a wordpress plugin that allows you to embed grooveshark songs and playlists in your posts and pages with a shortcode. It provides widgets to add grooveshark songs or playlists to your sidebars too.
In previous tutorial we saw how to create an image gallery with shadowbox and views modules.
But imagine you want to organize your images into galleries instead of having only one gallery. Just adding the references module we can get it done.
In the following example we start with the gallery we just created in the previous tutorial and we add all the necessary staff to organize it into galleries. We create gallery nodes and take advantage of the node reference field to assign each image to a gallery. Then we use that node reference field to filter our gallery.
Pay attention how in the new galleries view we present a list of all the galleries linking the thumbnail image to the corresponding filtered by nid gallery view.
With those two views, galleries to show the list of galleries and gallery to show the images that belongs to a gallery, we are done.
Read more »
If you need to create an image gallery in your drupal 7 website you can just use shadowbox and views modules to get the job done.
The only thing you would need is a content type with an image field. In the following example I’m going to create an custom content type to store the images but you could use anything you want. Articles with images would get the job done too, as the article content type has an image field.
Read more »
