Blog

This is the blog of Fabrika Grafika, which include all those entries that allow us to document what we learn in the world of design and web pages, to contribute, within our means, to the free software community and have documentation a place for us. We welcome your feedback to complete and/or correct what we learn.

Importar con Feeds desde joomla 1.5 a drupal 7

Cosas a tener en cuenta:-El campo Cuerpo en joomla está separado en dos, el primero introtext tiene lo que sería el teaser, el segundo fulltext tiene lo que sería el resto del Cuerpo. Hay que juntar los dos campos en uno para después poder hacer la importación correctamente.

Migración de joomla 1.5 a drupal 7

I generally find that in the process of migrating a website to a new system or framework, importing and moving data is the most fraught, frustrating and troublesome part of the process. If you're moving content from a vanilla installation to another vanilla installation you might be in luck, but really, what are the chances of that?I long ago decided to merge a joomla 1.5 site I have into a new site I was setting up in drupal 7, the content that needed to come across was:

Asignar a un artículo de drupal, un grupo de etiquetas dado mediante otra tabla en MySQL con un LEFT JOIN

El problema es el siguiente: tengo una tabla con más de mil artículos en un archivo .ods, con sus campos:guid, title, alias, body, published, catid, created, created_by, created_by_alias, metakey, metadescel objetivo último es hacer una importación mediante feeds y crear un nodo de tipo artículo con cada una de las filas de esta tabla.También tengo una tabla llamada jos_custom_properties que contiene los id de los artículos (content_id) y los términos de taxonomía Region (valued_id).Lo que quiero obtener es una tabla con los artículos y en cada artículo, además de los campos ya dichos apare

Buscar y Reemplazar en MySQL

Para buscar y reemplazar texto de alguna celda de la base de datos debemos hacer uso del comando REPLACE, es bastante sencillo de usar, solo debemos tener en cuenta la tabla en la que vamos a trabajar y la columna en la que se encuentra el registro.

Pages