error

  • The page you requested does not exist. For your convenience, a search was performed using the query blog OR articles OR querying OR slave OR database OR views.
About searching

Search results

  1. Forming Forms: Designing Content Authoring Experiences

    … which aim to consolidate Drupal's scattered site data, views, content types, and module settings to a unified … side of the equation which shares a lot of similarities to database modeling in a lot of ways. And our former colleague … content. So, for instance, if you've got an author or a blog post and there's an author entity that you want to …

  2. Drupal: An Overview

    … all sorts of use cases. Combine it with Drupal’s built-in Views, which allow site builders and developers to rapidly … better than others. For example, if you want a simple blog or personal website, Drupal might be excessive, and you … long as you have access to a data source, like a relational database or even CSV files, you can pull data into a Drupal …

  3. Small Team Skills: Putting in the Work on a Drupal 7 Upgrade

    … The 7 Phases of My Drupal Website Migration -- Medium Blog Post … it once, and then you have to if you're going to keep that database, you have to use some you have to use some custom … For those of you who are interested, I do have a few other articles out there on paragraph migrations. If it does help …

  4. Keeping Your Content Types Clear and Organized

    … it's tempting to stick another date field on the  Blog  content type so editors can use it as an event … filled out? What happens when an editor wants to publish a blog without an event but fills in the extra date field?  … want to follow some of the same best practices that guide database normalization. In a database, all the fields of a …

  5. Ease of Updates, Compounded Peace of Mind

    … now on a single code base where everybody has their own database. So it's georgia.gov. And then a lot of small … So it's a multi-site setup, and every site has its own database. Is it all served off the same platform or is how … could just build this form and then I can build a bunch of views, which is also now just part of Drupal, and then just …

  6. AI in Action: Navigating Generative Tech at Lullabot

    … Helena McCabe: I think it's kinda like this algorithm database is like a big stoop that we're all making together … McCabe: Could be. Matt Kleve: I keep reading articles or at least about a month or 2 ago, I kept seeing … News, interviews, and tips about Drupal and Open Source from the …

  7. Community-Powered Web Standards: Organized Excellence in Design

    … a course management tool for us where we have a central database with information about our courses that can be … mm-hmm. Well you think about over time, all of the like articles and events and all of those. Yeah. All that … News, interviews, and tips about Drupal and Open Source from the …

  8. Drupal's Bundle Classes Empower Better Code

    … to apply that same logic anywhere else (for instance, some Views code), untangling the preprocess code to extract that … or bestsellers, just like we had specific logic for articles before, but we only had the Node class. How … might be concerned with lower-level details of managing a database or displaying the user interface, system …

  9. Deploying to Private Servers via WireGuard from GitHub Actions

    … two-service stack running a Drupal site with a MariaDB database. This is representative of how our internal … MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD} MYSQL_DATABASE: ${MYSQL_DATABASE} MYSQL_USER: ${MYSQL_USER} … is protected by branch protection rules and required code reviews. For scenarios where this is not an acceptable …