Search Results
… Setting up a Drupal 8 site for a multi-site environment with a common configuration isn't too hard, it just requires a little bit of forethought and some planning to get things right. You need to have a … system.date.yml system.site.yml Note that some blog posts will tell you that you need to run drush csex <split name> …
… Drupal's modular system allows for all kinds of additions to be added to your site through plugins, … block to your configuration. A good example of this is with the core Shortcut module and the third party settings it adds to the … for time-sensitive content like news, press releases or blog posts.' help: '' new_revision: true preview_mode: 1 …
… I recently needed to add functionality to the Password Policy module so I thought I would outline the steps I took in a blog post. The Password Policy module is used to enforce a stricter password policy on …
Article: DrupalCampNW 2012: A Review
… me several months ago and said we should do a Drupal camp in the north west I was completely on board with the idea. So for the past few … for the sessions, organising volunteers and even writing the odd blog post on the conference site. I should say though, that this … to open source and Drupal in business. The first session was a quick introduction from Professor Martin Hall, the Vice-Chancellor of the …
… PHPStan is a great command line tool for looking at how your PHP code will run without actually running it. It's great for finding potential bugs that you wouldn't have otherwise discovered … x Unsafe usage of new static(). 💡 See: https://phpstan.org/blog/solving-phpstan-error-unsafe-usage-of-new-static ------ …
… The Drupal Session Inspector module allows a user to view their current user sessions on a Drupal site. By allowing users to view this information you create a self-service security system where users can see … . Originally posted here https://www.codeenigma.com/blog/drupal-session-inspector-module … Drupal 9: Adding Events To The …
Article: DrupalCampNW 2013: A Review
… at The Studio and I was part of the committee of people who helped organise and run the event. Over the course of the weekend there was a … in Matt Galleys talk about Improving Drupal Performance. This was an introduction into the sorts of things that site builders should be … to the list. Paul from CTI wrote a little about the event on the CTI blog. Chris Jolley has written a few posts on how things went over the …
Article: DrupalCon Dublin 2016
… learn a few things about Drupal. I have been back from the conference for a few days now, and I wanted to write down some of the highlights of the conference in a blog post. There is a lot going on at DrupalCon and with 2000+ people, 3 full days of sessions, 2 tutorial days, multiple parties and over 10,000 cups of coffee consumed …
Article: Drupal 8: Automated Spam Protection
… Spam is a constant problem for any site on the internet that has a publicly available form, but automatically preventing spam can be tricky. The idea is to … real content being submitted by real users. Manually moderating blog comments is usually a good idea, but many websites contain contact …
Article: Drupal 8: Theming With Tailwind CSS
… aim of this was to replace the base theme I am using here with a more stripped down theme. At the time of writing this I am using the Cog … and whilst it has it's merits, I find that it's a little too much for this simple site. I decided, therefore, to create a new theme and … a final note I should say thanks to Oliver Davies, who has created a blog post and a Drupal theme that will also provide information on how …