
Drupal Database Log to Syslog
How to disable the Drupal Database Log and enable Syslog instead
How to disable the Drupal Database Log and enable Syslog instead
One of my first public speaking engagements was at Drupal Camp 2013
This is the 4th of several on-going blog post series which aim to educate on the process of porting modules to Drupal 8 with real life examples by porting a popular Drupal 7 module to Drupal 8.
Another post in the series of Drupal 8 module development articles. This time we'll add a settings page to our module.
You need a module configuration page for your new Drupal 8 module and here is how to build one using GlobalredirectSettingsForm
If you are coming from Drupal 7 you'll need to figure out how to use globalredirect_menu() and hook_menu() in Drupal 8 to handle page routing
This is the first of several on-going blog post series which aim to educate on the process of porting modules to Drupal 8 with real life examples by porting a popular Drupal 7 module to Drupal 8.
Using Gearman as a job server to run background scripts that convert media payload like PowerPoint and PDF files into Slideshows hosted on a Drupal site
Changesets are helpful to understand Drupal 8 init hook API
About authorization in Drupal with a module to control access to content based on OG membership
About OG Analytics, a module to provide analytics for organic groups
Some awesome news: my book, titled “Drupal 7 Media”, was released by Packt Publishing on July 2013.
Using mod_status plugin for apache and munin to track apache health
Reviewing a book about Munin as a monitoring pluing for Nagios
How to monitor a Drupal website with Munin plugin for Nagios
Sending a commit to fix issues with Drupal module
Programatically working updates on Drupal nodes with node_save() hook
Reviewing a new Drupal 7 book with Packt Publishing
Fixing PHP blank page on daloRADIUS
An update on founding Kupoya and entrepreneurship
An update on Melumadim - Israel's academic social networking platform
Get your WiFi the Hotspots it deserves!
The Attachment Links module provides permanent links to files attached to a node. A single, easy-to-remember URL can be used to retrieve the preferred (canonical) or newest version of a file regardless of how many versions of that file have been attached to a node.
Understanding Drupal's node access system and how to hook into it to implement
Understanding Drupal's node access system and how to hook into it to implement