Campos variables
Buenos con todos quería decir que ya pude arreglar los problemas que tenia ahora tengo una duda no se si me podrían dar una mano con este tema.
la imagen que tengo de referencia va a tener campos ilimitados (es decir que puedes agregar cuantos quieras no hay un valor definido)
el codigo esta en el node--front.tpl.php es el siguiente:
<
div class="programa">
<?php
print render($content['field_imagen']);
?> <div class="programa-parrafo">
<p><?php
print render($content['field_dias_programa']);
?></p>
Read more Features, Exportables and Migration
Lets open some discussion on the Features, context, exportables and migration topics we touched on last week. I asked 'how to add new components to existing or to create a new feature through drush'. It looks like some work is being done through drush features add (drush fa) but this is only for D7.
http://drupal.stackexchange.com/questions/6770/adding-components-to-a-fe...
Read moreDrupal Continuous Integration with Jenkins - Deploy
Please check out our new SlideShow for deploying your git repository based Drupal sites. We provide Jenkins and BASH scripts that can be easily adapted to your environment. Hopefully it will be useful for the group! Its available here http://www.slideshare.net/kg4san/drupal-continuous-integration-with-jenk....
Regards,
John W Smith
IT / IS Contractor
Classic Graphics, Inc
Deployment workflow with devel/live sites: 2011 version
It's getting close to the time where I am going to release my first Internet-facing site (done in Drupal 6, mostly anonymous, with shared hosting). I am trying to figure out the best workflow for deploying the site in a way that will allow us:
- To update content on the live site
- To make structural changes on a development site
- To sync those structural changes to the live site without losing content
