#drupal11 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #drupal11, aggregated by home.social.
-
New! Drupal 11: Migrating From Jadu Into LocalGov Drupal: Part 1
In this article we look at how the Jadu API is used to get hold of site content, and what we can do in Drupal to facilitate the migration of this content. We then look at a simple part of the migration as an introduction to the whole process.
https://www.hashbangcode.com/article/drupal-11-migrating-jadu-localgov-drupal-part-1
#drupal #drupal10 #drupal11 #migrate #jadu #hashbangcode -
New! Drupal 11: Migrating From Jadu Into LocalGov Drupal: Part 1
In this article we look at how the Jadu API is used to get hold of site content, and what we can do in Drupal to facilitate the migration of this content. We then look at a simple part of the migration as an introduction to the whole process.
https://www.hashbangcode.com/article/drupal-11-migrating-jadu-localgov-drupal-part-1
#drupal #drupal10 #drupal11 #migrate #jadu #hashbangcode -
New! LocalGov Drupal: Rewriting Waste Collection Data Provider Classes To Alter Data
In this article Phil goes through how to use the hook_data_provider_info_alter() hook to change waste collection data without needing to alter the way in which the underlying system works.
https://www.hashbangcode.com/article/localgov-drupal-rewriting-waste-collection-data-provider-classes-alter-data
#drupal #drupal10 #drupal11 #localGovDrupal #hashbangcode -
New! LocalGov Drupal: Rewriting Waste Collection Data Provider Classes To Alter Data
In this article Phil goes through how to use the hook_data_provider_info_alter() hook to change waste collection data without needing to alter the way in which the underlying system works.
https://www.hashbangcode.com/article/localgov-drupal-rewriting-waste-collection-data-provider-classes-alter-data
#drupal #drupal10 #drupal11 #localGovDrupal #hashbangcode -
Drupal 11: Building A Link Directory: Part 2
A look at an alternative approach to generating screenshots for a custom link directory. This uses a combination of a REST API in Drupal and a browser extension to generate the images.
https://www.hashbangcode.com/article/drupal-11-building-link-directory-part-2
#drupal #drupalDevelopment #drupal11 #browserExtensions #javascript -
Drupal 11: Building A Link Directory: Part 2
A look at an alternative approach to generating screenshots for a custom link directory. This uses a combination of a REST API in Drupal and a browser extension to generate the images.
https://www.hashbangcode.com/article/drupal-11-building-link-directory-part-2
#drupal #drupalDevelopment #drupal11 #browserExtensions #javascript -
Drupal 11: Node Display Mode Preview Form
This is part five of a series of articles looking at HTMX in Drupal.
In this article we will look at creating a simple form that allows users to enter a node ID and a view mode and see the node rendered in that view mode. The article is a detailed look at how the HTMX is used to generate this effect in Drupal.
https://www.hashbangcode.com/article/drupal-11-node-display-mode-preview-form
#drupal #drupal11 #drupalHtmx -
Drupal 11: Node Display Mode Preview Form
This is part five of a series of articles looking at HTMX in Drupal.
In this article we will look at creating a simple form that allows users to enter a node ID and a view mode and see the node rendered in that view mode. The article is a detailed look at how the HTMX is used to generate this effect in Drupal.
https://www.hashbangcode.com/article/drupal-11-node-display-mode-preview-form
#drupal #drupal11 #drupalHtmx -
New! Drupal 11: Cascading Select Forms With HTMX
This is part four of a series of articles looking at HTMX in Drupal.
In this article we will look at creating a form that contains multiple select elements and then use HTMX (and a little bit of the form states API) to tie them together so that selecting one element updates the others.
https://www.hashbangcode.com/article/drupal-11-cascading-select-forms-htmx
-
New! Drupal 11: Cascading Select Forms With HTMX
This is part four of a series of articles looking at HTMX in Drupal.
In this article we will look at creating a form that contains multiple select elements and then use HTMX (and a little bit of the form states API) to tie them together so that selecting one element updates the others.
https://www.hashbangcode.com/article/drupal-11-cascading-select-forms-htmx
-
New! Drupal 11: Creating A Tabbed Interface With HTMX
This is part three of a series of articles looking at HTMX in Drupal.
In this article we will be creating a tabbed interface in Drupal, where HTMX is used to power loading the data in a tab like section without reloading the page.
https://www.hashbangcode.com/article/drupal-11-creating-tabbed-interface-htmx
#drupal #drupalDevelopment #drupal11 #htmx #hashbangcode -
New! Drupal 11: Creating A Tabbed Interface With HTMX
This is part three of a series of articles looking at HTMX in Drupal.
In this article we will be creating a tabbed interface in Drupal, where HTMX is used to power loading the data in a tab like section without reloading the page.
https://www.hashbangcode.com/article/drupal-11-creating-tabbed-interface-htmx
#drupal #drupalDevelopment #drupal11 #htmx #hashbangcode -
New! Drupal 11: Building A "Load More" Feature For Paginating Nodes Using HTMX
In this article a controller action is created to load some pages of content to display them as a list.
New items can be appended to the existing list using a HTMX callback, creating a load more feature.
https://www.hashbangcode.com/article/drupal-11-building-load-more-feature-paginating-nodes-using-htmx
#drupal #drupal11 #drupalDevelopment #drupalHtmx #hashbangcode -
New! Drupal 11: Building A "Load More" Feature For Paginating Nodes Using HTMX
In this article a controller action is created to load some pages of content to display them as a list.
New items can be appended to the existing list using a HTMX callback, creating a load more feature.
https://www.hashbangcode.com/article/drupal-11-building-load-more-feature-paginating-nodes-using-htmx
#drupal #drupal11 #drupalDevelopment #drupalHtmx #hashbangcode -
📚 New Blog Post: Building an 'X-Ray Machine' for Drupal 11
I just published Part 3 of my "Automated Librarian" series. Today is all about moving from "thin metadata" to full deep-text indexing using Solr and Tika.
If you've ever struggled with making thousands of PDFs truly searchable in #Drupal, this one is for you.
Read the full breakdown: https://drupalodyssey.com/go/rOxKwcy
#Drupal11 #OpenSource #Solr #SearchAPI #WebDevelopment #PHP -
Incredibly honored to see the 'Automated Librarian' project featured in @thedroptimes! 🚀
Huge thanks to the team for the shout-out. If you're curious about how I'm using Migrations, Solr/Tika, and LLMs to manage a massive digital library, check out the article below!
https://www.thedroptimes.com/66074/ron-ferguson-builds-ai-driven-ebook-library-in-drupal-11
-
I had 180+ eBooks buried on a NAS and needed them in #Drupal11. Instead of the "soul-crushing" manual route, I built a migration engine using NFS mounts and the Migrate API.
The result? 20 years of files imported in 20 minutes. Now the real work begins: unlocking the knowledge inside.
Read the technical breakdown: https://drupalodyssey.com/go/LHWWOHlhHeZK7ddkki
-
I had 180+ eBooks buried on a NAS and needed them in #Drupal11. Instead of the "soul-crushing" manual route, I built a migration engine using NFS mounts and the Migrate API.
The result? 20 years of files imported in 20 minutes. Now the real work begins: unlocking the knowledge inside.
Read the technical breakdown: https://drupalodyssey.com/go/LHWWOHlhHeZK7ddkki
-
I've been a digital hoarder of eBooks for two decades. It was time to stop collecting and start discovering.
Part 1 of my new series on building an intelligent library with #Drupal and #Solr is live.📖 Read the breakdown: https://drupalodyssey.com/go/WRJQM
-
I've been a digital hoarder of eBooks for two decades. It was time to stop collecting and start discovering.
Part 1 of my new series on building an intelligent library with #Drupal and #Solr is live.📖 Read the breakdown: https://drupalodyssey.com/go/WRJQM
-
New! Drupal 11: Finding A Better Way To Display Code Examples
In this article I will look at a few code sandboxes and how they might be integrated into Drupal.
I'll then look at one code sandbox in particular and allow this to be embedded into article content.
https://www.hashbangcode.com/article/drupal-11-finding-better-way-display-code-examples
#drupal #drupal11 #javascript #hashbangcode -
New! Drupal 11: Finding A Better Way To Display Code Examples
In this article I will look at a few code sandboxes and how they might be integrated into Drupal.
I'll then look at one code sandbox in particular and allow this to be embedded into article content.
https://www.hashbangcode.com/article/drupal-11-finding-better-way-display-code-examples
#drupal #drupal11 #javascript #hashbangcode -
New! Drupal 11: Theming The Search API Search Input
In this article we will look at how we can use a combination of form alters and suggestion hooks to change the Search API form submit input to a button. This is so that an SVG magnifying glass icon can be embedded inside.
https://www.hashbangcode.com/article/drupal-11-theming-search-api-search-input
#drupal #drupal11 #drupalDevelopment #hashbangcode -
New! Drupal 11: Theming The Search API Search Input
In this article we will look at how we can use a combination of form alters and suggestion hooks to change the Search API form submit input to a button. This is so that an SVG magnifying glass icon can be embedded inside.
https://www.hashbangcode.com/article/drupal-11-theming-search-api-search-input
#drupal #drupal11 #drupalDevelopment #hashbangcode -
New! Drupal 11: Controlling LED Lights Using A REST Service
It is quite easy to create RESTful services in Drupal; it just needs a single class. All I would need to do is create a form to control the colour that is selected in the REST service.
In this article we will look at creating a Drupal module containing a RESTful interface, which we will connect to with the Plasma 2350 W to update the colour of the lights.
https://www.hashbangcode.com/article/drupal-11-controlling-led-lights-using-rest-service
#drupal #drupal11 #microPython #hashbangcode -
New! Drupal 11: Controlling LED Lights Using A REST Service
It is quite easy to create RESTful services in Drupal; it just needs a single class. All I would need to do is create a form to control the colour that is selected in the REST service.
In this article we will look at creating a Drupal module containing a RESTful interface, which we will connect to with the Plasma 2350 W to update the colour of the lights.
https://www.hashbangcode.com/article/drupal-11-controlling-led-lights-using-rest-service
#drupal #drupal11 #microPython #hashbangcode -
If you are updating to Drupal 11.3.0 and have the Anchor Link module installed then you might want to watch out for this issue https://www.drupal.org/project/anchor_link/issues/3561069
No fix for it just yet (other than disabling the module).
#drupal #drupal11 -
If you are updating to Drupal 11.3.0 and have the Anchor Link module installed then you might want to watch out for this issue https://www.drupal.org/project/anchor_link/issues/3561069
No fix for it just yet (other than disabling the module).
#drupal #drupal11 -
New! Drupal 11: How To Alter Entity View Builder Configuration Before Rendering
In this article we will look at using the view builder to generate a renderable view of an entity and then look at how to alter the attributes of the view mode without using a preprocess hook.
https://www.hashbangcode.com/article/drupal-11-how-alter-entity-view-builder-configuration-rendering
#drupal #drupal11 #drupalDevelopment #hashbangcode -
Partnering with Skvare, the National Association of Addiction Treatment Providers (NAATP) modernized its platform using React and Drupal 11, all while keeping CiviCRM as the single source of member data.
The result? A faster, more interactive member directory that lets visitors easily explore treatment providers by location, services, and programs — with real-time data updates straight from CiviCRM.🔗 Explore how tech and community come together: https://civicrm.com/case-study/modernizing-naatp-org-with-react-and-drupal-11/?utm_source=mastodon&utm_medium=post&utm_campaign=case-study
-
From the archive! Drupal 9: Entity Bundle Classes
Drupal 9.3.0 came with a new feature called entity bundle classes. This allows more control of entity bundles within Drupal and provides a number of benefits.
In this article we look at creating entity bundle classes, why they are useful, if you should be using them in your Drupal projects.
https://www.hashbangcode.com/article/drupal-9-entity-bundle-classes
#drupal #drupal10 #drupal11 #drupalDevelopment #hashbangcode -
From the archive! Drupal 9: Entity Bundle Classes
Drupal 9.3.0 came with a new feature called entity bundle classes. This allows more control of entity bundles within Drupal and provides a number of benefits.
In this article we look at creating entity bundle classes, why they are useful, if you should be using them in your Drupal projects.
https://www.hashbangcode.com/article/drupal-9-entity-bundle-classes
#drupal #drupal10 #drupal11 #drupalDevelopment #hashbangcode -
Hey Drupal People: Where are you getting your website themes from?
I've found the themes directory on drupal.org, Envato, Template Monster, Themes Forest, and DrupalThemes.io but I'm not that enthusiastic about any of those sites. There's a lot themes that haven't been updated in years.
Drupal 11 came out 2 August 2024, so I’d expect a lot of themes to be freshly updated. Maybe I'm not looking in the right places? I'm happy to purchase a theme. Free not required
-
Learn how to create a custom queue, along with the queue factory needed to integrate that queue, with @drupal 11 https://www.hashbangcode.com/article/drupal-11-creating-custom-queues #drupal #drupal11 #opensource #openweb
-
Something to get excited about for @drupal 11.1? Object-oriented hooks for more modern and performant PHP. Check out the module on Github to see this update in action! https://www.drupaleasy.com/blogs/ultimike/2024/10/why-drupal-module-developers-should-be-excited-about-object-oriented-hooks #drupal #drupal11 #drupaldevs
-
@drupal 11 was recently released and the Drupalize.Me User Guide needed to be updated accordingly! Here's a quick rundown of the changes made https://drupalize.me/blog/we-updated-drupal-user-guide-drupal-11 #drupal #drupal11
-
Oliver Davies has updated his free, 10-day email course, where you'll learn to write automated tests and do test-driven development in @drupal, for Drupal 11! https://www.oliverdavies.uk/atdc #drupal #opensource #drupal11
-
Upgrading to @drupal 11 means you have to consider the impact on backward compatibility. Here's an extended review of the key areas of concern: https://drupal.com.ua/133/extended-review-backward-compatibility-questions-when-upgrading-drupal-11 #drupal #drupal11 #opensource