The articles on this page are ComputerMinds' contribution to the Planet Drupal aggregated article feed. Planet Drupal is intended to collate interesting and useful Drupal content from around the web.
Aegir is a hosting system built in Drupal, for Drupal. It lets you easily create new Drupal sites and create databases, filesystems, virtual hosts etc. for the sites. You can manage hundreds or thousands of sites using a simple Drupal based UI. As simple as you would manage a list of 100 blog posts, you can manage 100 Drupal websites. Currently the latest released version of Aegir is: Aegir 3. Aegir 3 relies on Drush...
Published in:
#Drupal Planet
#Aegir
This article is part of the series
ComputerMinds at Drupalcon Lille 2023
Drupalcon Lille 2023 was my first experience of a large Drupal event. I didn't know what to expect but I was so excited and looking forward to it! I have to say Drupalcon exceeded all of my expectations, in a good way! In the beginning, I tried to remain humble as I’d never seen so many Drupal villagers before. But it didn’t take me long to start chatting to all the exhibitors, and contributors and...
Published in:
#drupalcon
#Drupal Planet
This article is part of the series
ComputerMinds at Drupalcon Lille 2023
A little over a year ago, I ventured into the world of Drupal; a complex content management system. Despite making considerable progress in understanding its intricacies, it's widely acknowledged that Drupal presents a steep learning curve. To navigate this learning curve successfully, one must maintain unwavering dedication and find satisfaction in troubleshooting and problem-solving, which can provide a rewarding sense of achievement. I was fortunate to have an exceptional team that provided a constant stream...
Published in:
#Drupal Planet
#drupalcon
This article is part of the series
ComputerMinds at Drupalcon Lille 2023
Personally I’ve found most value in the smaller sessions. There are discussion-style groups around a common interests (BoFs) and presentation seminars. I’ve enjoyed being able to share what wisdom I can in the former – for example, about what page building experiences work best for our clients, or ways to accelerate projects. Drupal is built on collaboration so it’s only fair to give back where we can. My colleague Steven has given back by volunteering...
Published in:
#Drupal Planet
#drupalcon
This article is part of the series
ComputerMinds at Drupalcon Lille 2023
Six of our team have come over to Lille in France where the annual Drupal conference for Europe is this year. It’s a new experience for some and a chance to reconnect with friends in the community for others. We’re all here to learn, and also share where we can. I’ll talk here about the first main keynote sessions, with more articles in the pipeline. Tuesday opened the conference with a comical introduction from the...
Published in:
#Drupal Planet
#drupalcon
As a Drupal site administrator, you may notice in the website logs that there might be a large number of repeated log messages along the lines of "An illegal choice has been detected. Please contact the site administrator." We recently had this problem on a Drupal site that was upgraded from Drupal 7 to Drupal 9 which featured a product search that was built using Views. Due to slight differences in the way in which...
Published in:
#Drupal Planet
#Drupal views
#Drupal 10
#Modern Drupal
A common requirement for any website that sells products is to have a mechanism in place that ensures orders placed on the website are 'Exportable' - being made available as a file that can be sent across to a different system, to handle the processing of the order. The Drupal Commerce 2.x module (for Drupal 9, 10) has the concept of order 'Workflows', along with defined 'States' and 'Transitions'. A workflow is a set of...
Published in:
#Drupal Planet
#Modern Drupal
#Drupal 10
#ecommerce
#automation
One of our big Drupal 7 to Drupal 9 migration projects included bringing across image cropping functionality and data on a longstanding client's website. This site had used the Imagefield Crop module, but that was only for Drupal 7. We set up Image Widget Crop for the new site, which is better in a few ways but is also fundamentally different. The old site referenced the cropped images from content, only bringing in the originally-uploaded images for edit pages, to allow editors to adjust the cropping, which was then used wherever that image appeared on the frontend. But the new Image Widget Crop module allows configuring different crops for different situations. The real challenge was in migrating the data! But we call ourselves Drupal experts, so of course we dug to find solutions. We found the following steps were necessary...
Published in:
#Drupal Planet
#Migrate
#Modern Drupal
#Media
This article is part of the series
Drupal 10 upgrade: www.computerminds.co.uk
This one is entirely on us, we wrote the custom code, which makes us responsible for maintaining it. The upgrade status module gives us a nice report of each custom project and what changes it thinks are required to bring the code up to date to work with Drupal 10. We really don't have a lot of custom module code, and the code that we do have is very simple, standard Drupal 8/9/10 stuff, so...
Published in:
#Drupal Planet
This article is part of the series
Drupal 10 upgrade: www.computerminds.co.uk
We're continuing our series on upgrading this very website to Drupal 10...but our first proper bit of work to upgrade this site is essentially nothing to do with Drupal 10! We built this site in the early days of Drupal 8 and Drupal core didn't really handle 'media' any differently to Drupal 7, but we wanted to try out some new modules that included having a library and drag&drop upload. However, these modules are an...
Published in:
#Drupal Planet