Skip to main content
Home
Drupal Developer

Main navigation

  • My modules
  • My work
  • Articles
  • Contact
Language switcher
  • English English
  • French French

Articles

By Jean, 22 October, 2018

Theme preprocess and suggestions for Drupal 8 Bootstrap sub theme

Drupal Twig Theming
Building enough Drupal 8 websites I ended up applying always the same basic set of code in my Bootstrap sub theme. Preprocess hooks are a common way in Drupal to add or manipulate variables that you can use in your Twig templates files. Suggestions hooks is a common way in Drupal 8 to extend the templates you can use for any part of your code. Here is a snippet of this, copy this in your theme...
More

Tags

  • drupal 8
  • theming
  • Read more about Theme preprocess and suggestions for Drupal 8 Bootstrap sub theme
By Jean, 3 January, 2018

Un environnement de développement Drupal 8 avec Docker

Drupal and Docker
Cela fait maintenant quelques temps que j'utilise et maintiens ma propre solution de développement Drupal 8 avec Docker : Drupal 8 Docker Development Plutôt axé sur un usage sous Linux ou Mac, Docker compose permet de mettre en place un environnement complet en séparant chaque services pour plus de flexibilité. Par exemple mon projet inclus Apache, Php 7, MySQL, PostgreSQL, Memcache, Solr, Redis...
More

Tags

  • drupal 8
  • Docker
  • Docker Compose
  • Développement
  • Read more about Un environnement de développement Drupal 8 avec Docker
By Jean, 20 March, 2017

Module Drupal 8 de notification en cas de multi édition.

Drupal 8 module
Si vous utilisez Content moderation avec Drupal 8, vous pouvez rencontrer un problème quand plusieurs utilisateurs modifient le même contenu. Lors de l'enregistrement un message d'alerte indiquera qu'une nouvelle version à été enregistré et l'utilisateur devra de nouveau faire ses modifications. J'ai donc créer un simple module pour avertir l'éditeur pendant son édition si un autre utilisateur à...
More

Tags

  • drupal 8
  • moderation
  • Read more about Module Drupal 8 de notification en cas de multi édition.
By Jean, 24 July, 2016

Scoop, un peu de ligne de commande sous Windows

Scoop
Pour mes développements je travail beaucoup sous Ubuntu et dernièrement j'utilise énormement Docker pour mettre en place rapidement un serveur web local. Shell sous windows Mais evidement je suis aussi sous Windows et quelquefois j'aimerais bien utiliser Windows pour mes développements... Seulement voilà, passer du bash de Linux à Windows, c'est pas mal de galères. Bien sûr il y a des possibilités...
More

Tags

  • Docker
  • Powershell
  • Windows
  • Read more about Scoop, un peu de ligne de commande sous Windows
By Jean, 14 March, 2016

Développement Drupal avec Vagrant sous Windows

Drupal and Vagrant
Si comme moi vous persistez à utiliser Windows pour votre travail... Bin oui, tant que les jeux sortent pas sous Linux... Voici un descriptif de vos solutions de développement.
More

Tags

  • vagrant
  • drupal
  • virtualbox
  • Read more about Développement Drupal avec Vagrant sous Windows
By Jean, 4 January, 2016

My Drupal 8 modules, Bootstrap image formater

Drupal 8 module
Working on the update of my website in Drupal 8, I developed two modules with image formater to display a carousel and a gallery using Bootstrap with Drupal 8. My Drupal 8 modules The carousel image formater uses the template of the Boostrap theme to display a carousel. Nothing particular in this module I only got a small difficulty to get the attributes of the picture (title and alt) without...
More

Tags

  • drupal 8
  • Read more about My Drupal 8 modules, Bootstrap image formater
By Jean, 11 August, 2015

Theming and templating with Drupal 7

Drupal Twig Theming
Drupal 7 uses PhpTemplate as theme engine. The system is simple, each module implements its theme functions ( HOOK_theme) to generate a markup, in most cases HTML, in a direct way or using a template file ( XXXXX.tpl.php). The function of the theme also permits to the module to set variables which, after processing will be used in HTML display. These are 2 options for this theme function Either...
More

Tags

  • theming
  • drupal 7
  • Read more about Theming and templating with Drupal 7
By Jean, 14 August, 2014

Drush advanced, setup with composer, aliases and autocomplete

Drupal and Drush
In a previous article I wrote a small review of Drush and useful commands, this article is going a little farther configuring Drush on your *nix system. Manual Drush installation There is probably a drush package on your system, but if you want to use the last version, you need to make the (semi) manual installation. Drush has migrate from Pear to Composer system, and now there is a phar script...
More

Tags

  • drupal
  • drush
  • utilitaires
  • drupal 6
  • drupal 7
  • Read more about Drush advanced, setup with composer, aliases and autocomplete
By Jean, 19 February, 2014

Drush, the command line for Drupal

Drupal and Drush
Drush is a command line shell and Unix scripting interface for Drupal. This tool will help you quite a lot when building a Drupal website, saving a lot of time with repetitives or time consuming tasks. If you don't like command line, you can forget Drush... The main interest will be the time consuming compared to the graphical environment of your site. The gain is not phenomenal but during...
More

Tags

  • drupal
  • drush
  • utilitaires
  • drupal 6
  • drupal 7
  • Read more about Drush, the command line for Drupal
By Jean, 14 December, 2013

Drupal Commons 7 en Français (ou presque...)

Drupal commons
Commons est un Drupal à vocation sociales et communautaires très intéressant, pouvant devenir un intranet d'entreprises pour dynamiser les échanges. La vrai difficulté est d'avoir commons en Français (ou d'y intégrer d'autres bundle mais ce sera pour un autre billet...) sachant que le profile d'installation lui même ne permet pas de choisir sa langue ! Mais voici le processus mis en place pour...
More

Tags

  • drupal 7
  • commons
  • Read more about Drupal Commons 7 en Français (ou presque...)

Pagination

  • First page
  • Previous page
  • Page 1
  • Page 2
  • Page 3
  • Next page
  • Last page

About me

Jean Valverde

Jean Valverde

Php developer
Drupal expert
Bordeaux / Paris - France

Contact me

I offer various services on PHP, Drupal development, audits, training and deployment.

Contact me for a free quote on any Drupal / Php related project at contactatdeveloppeur-drupal [dot] com (contact[at]developpeur-drupal[dot]com)