Move existing Drupal website to Pantheon In this article, we will describe a path to manually move a Drupal 8 website from any place where is… Continue reading “Move existing Drupal website to Pantheon”…
Drupal 7 – Increase the size of a field that already has content In one of our projects I have a text field in a content type that the size is of 20… Continue reading “Drupal 7 – Increase the size of a field that already has content”…
Install & run Drupal from a single command Some of the things that have called our attention over the last months were blog posts where people talked about… Continue reading “Install & run Drupal from a single command”…
Migrating user password from non-drupal database to Drupal 8 Usually when a site makes the decision to migrate to a new platform, one of the challenges you may find… Continue reading “Migrating user password from non-drupal database to Drupal 8”…
Resources to setup a Behat integration in Drupal using a Vagrant Machine I was working setting up an integration with Behat and Drupal in an environment with Vagrant, this post contains the… Continue reading “Resources to setup a Behat integration in Drupal using a Vagrant Machine”…
Prepare Behat for testing a Drupal site Behat is an open source Behavior-Driven Development framework for PHP. It can help you test how your site responds to the common… Continue reading “Prepare Behat for testing a Drupal site”…
Using Drupal 8 Modal API Drupal 8 has come with many cool feature to trigger JavaScripts events from the Backend using classes like AjaxResponse and… Continue reading “Using Drupal 8 Modal API”…
Starting a new Bootstrap Subtheme for Drupal 7 and Sass Everybody knows what Bootstrap is, there is a module for Drupal that includes all the goodies of Bootstrap into Drupal,… Continue reading “Starting a new Bootstrap Subtheme for Drupal 7 and Sass”…
Emojis in Drupal 7 Nowadays emojis are everywhere and they are a fundamental part of the social communication. Twits, instagram pictures and others kinds… Continue reading “Emojis in Drupal 7”…
How to set variables in a page callback and use it in the page template Usually we set variables in a page callback to be used in a template, that template will be render in the… Continue reading “How to set variables in a page callback and use it in the page template”…
Images Styles in Drupal 7 with Varnish We experimented an issue with Images Style in one of our Drupal sites that we have with Varnish as a… Continue reading “Images Styles in Drupal 7 with Varnish”…
Best way to drop a field from a content type in Drupal Features is a great module, one of the main feature of it is that allow us to create a content type… Continue reading “Best way to drop a field from a content type in Drupal”…