Category: guide
Mediacurrent: Migrating Apigee Developer Portals to Drupal 8
For several years, Google has leveraged Drupal as the primary tool for developer portals built for its popular Apigee Edge API platform. With the introduction of the production-ready Drupal 8 distribution in May 2019, an announcement was made that support for the D7 platform would expire in 12 months. Concurrent with that announcement we know…
Drupal Association blog: Drupal Association collaborates on new groundbreaking tech initiative as featured on TagTeamTalk
The Drupal Association collaborated on Automatic Updates, one of the Drupal Core Strategic Initiatives that was funded by the European Commission. We are excited to partner with MTech, Tag1 Consulting, and the European Commission FOSSA program on this new initiative and share information with you about its features. Automatic Updates has three components. Public safety…
Pixelite: How to add sub tabs under the User profile in Drupal 8
I am writing this quick tutorial in the hopes it helps someone else out there. There are a few guides out there to do similar tasks to this. They just are not quite what I wanted. To give everyone an idea on the desired outcome, this is what I wanted to achieve: Example user profile…
PreviousNext: Classifying, understanding and building models of networked Drupal sites
One of the increasingly popular architectural paradigms that Drupal has been seen as a leader in, is the concept of a single Drupal software package that can be spun up to power networks of websites with varying degrees of commonality. This is usually driven by the ambitious goal of being able to code and configure…
Security public service announcements: Various 3rd Party Vulnerabilities – PSA-2019-09-04
Date: 2019-September-04 Vulnerability: Various 3rd Party Vulnerabilities Description: In June of 2011, the Drupal Security Team issued Public Service Advisory PSA-2011-002 – External libraries and plugins. 8 years later that is still the policy of the Drupal Security team. As Drupal core and modules leverage 3rd party code more and more it seems like an…
Promet Source: A Marie Kondo Inspired Guide to Content Migration
I’ll admit to having watched a few episodes of Marie Kondo’s show on Netflix. She has definitely inspired some of the downsizing my wife and I done over the last few years. I even applied her thought process to my personal website. When I moved it to a new host I thought about how much of…
Mediacurrent: [Flexible Typography] UX Design Principles for Component-Based Systems
In this 5-part series, take a deep dive into universal design concepts in the context of creating component-based systems for dynamic web content. Get a birds-eye view of the inner workings of user experience (UX) architecture. Brand strategy, user psychology, objective methodology, and data-driven decisions come together, guided by timeless fundamental ideas, to construct today’s…
Specbee: How to make Interactive Websites and why you need one?
How to make Interactive Websites and why you need one? Shefali Shetty 21 Aug, 2019 Top 10 best practices for designing a perfect UX for your mobile app Do you like people who are warm and friendly or cold and hostile? You’ve got it right! I’m comparing Interactive to Non-interactive (static) websites here. In this…
Agaric Collective: Migrating XML files into Drupal
Today we will learn how to migrate content from a XML file into Drupal using the Migrate Plus module. We will show how to configure the migration to read files from the local file system and remote locations. We will also talk about the difference between two data parsers provided the module. The example includes…
Agaric Collective: Migrating JSON files into Drupal
Today we will learn how to migrate content from a JSON file into Drupal using the Migrate Plus module. We will show how to configure the migration to read files from the local file system and remote locations. The example includes node, images, and paragraphs migrations. Let’s get started. Note: Migrate Plus has many more…