Una galería en Drupal 7

En el blog de jmolivas esta un tutorial con pantalla de como crear una galería con campos cck escogiendo un tipo de contenido y con el modulo yoxview, el resultado es bastante bueno.

Al tutorial solo le falta añadir unas lineas de codigo en el css para que se vea en horizontal y no en vertical

.field-name-field-image .odd {
    display: inline;
    height: 75px;
    margin: 5px;
    padding: 5px;
    width: 100px;
}

.field-name-field-image .even {
    display: inline;
    height: 75px;
    margin: 5px;
    padding: 5px;
    width: 100px;
}

 

 

 

 

Categorias
Versión

Add new comment

The content of this field is kept private and will not be shown publicly.

Restricted HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.