#drupal10

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.

hashbangcode.com/article/drupa
#drupal #drupal10 #drupal11 #drupalDevelopment #hashbangcode

amazee.ioamazeeio
2025-05-16

Migrating your enterprise website to a new hosting provider with zero downtime and full support? What sounds like a dream can be your reality! 🥳

Discover how we did just this for Renesas and learn how, with the right preparation, communication, team skills, and custom solutions, a platform migration can be a strategic business opportunity! 💪

ℹ️ amazee.io/case-study/migrating

Specbeespecbee
2025-05-14

API’s can be great when you want your website to communicate with other third-party sites/apps to give or request any kind of data. Learn how you can expose APIs in Drupal 10 in this brief tutorial.

specbee.com/blogs/exposing-api

drupal api
Specbeespecbee
2025-04-30

Blocks are chunks of content that can be placed in various regions and can be easily moved around the web page of your Drupal website. Learn how to create complete flexible and custom blocks programmatically in Drupal.

specbee.com/blogs/programmatic

create blocks in drupal
2025-03-13

Basic Setup For Drupal 10 in AWS

Basically the environment will consist of an Application Load Balancer (ALB), two or more Elastic Compute Cloud (EC2) instances, an Elastic File System (EFS), and a Relational Database Service (RDS) instance. The EFS provides shared file storage for the EC2 instances to access, while the RDS instance provides the MySQL database that Drupal will use, and the ALB distributes incoming web traffic to the EC2 instances. It is critical to understand that each of these components will bet setup with redundancy and fail-over capability across two or more Availability Zones (AZs) in a single AWS Region.

Source: Setup Drupal 10 with High Availability in AWS Linux 2023 | SYSOPS GUIDE

Article gives a good basic starting setup getting Drupal up and running in AWS and leveraging AWS tools. I will be interested in seeing how it scales.

#AWS #Drupal10

2025-01-21

Funny, works fine on one site, not at all on another. #facets #drupal10

Specbeespecbee
2025-01-08

Drupal 7 is officially retired. Staying on this outdated platform could expose your site to security threats, performance issues, and increased costs. Find out why upgrading to Drupal 10 is crucial now.

specbee.com/blogs/why-you-cant

Doris :fediverse:🦉🇪🇺Doris@top-netz.de
2024-12-16

Vielleicht gibt es im Fedivers nette und hilfsbereite Menschen die sich mit Drupal 10 (CMS Content-Management-System ) auskennen!
Mein Umstieg von Drupal 7 auf Drupal 10 verläuft leider etwas holprig, und ich hoffe, es gibt jemand der mir bei einigen scheinbar kleinen Stolpersteinen weiterhelfen kann.
Aktuell habe ich folgendes Problem: Ich möchte im Benutzermenü die Anzahl der ungelesenen Nachrichten anzeigen lassen. In Drupal 7 hat das einwandfrei funktioniert, aber in Drupal 10 stoße ich auf Schwierigkeiten.
Hier die Details:
In Drupal 10: Modul Private Messages (privatemsg), Version 2.0.0-rc10
In Drupal 7: Modul Private messages Version 7.x-1.4
Gibt es eine Möglichkeit, die Anzahl der ungelesenen Nachrichten im Benutzermenü unter Drupal 10 ebenfalls für die jeweils angemeldeten Benutzer anzeigen zu lassen?
z.B.
bei -Verwaltung - Ansichten -Benachrichtigungen ?
oder
-Verwaltung - Struktur -PrivateMsg Message Settings
oder
- Verwaltung - Struktur -PrivateMsg Thread Settings

Vielen Dank für eure Unterstützung!

#drupal #drupal10 #CMS

Bildschirmfoto von Drupal10 mit Benutzermenü
2024-12-04

Working on a task to migrate civicrm which is using drupal-7 to drupal-10, for this we need to upgrade from php7.2 to php8.2.

Compared the tables of drupal 7 and drupal 10, there are so many new tables in drupal 10, no idea if these are new tables or they have renamed some of the old tables.

Let me know if anyone has any experience in migration of drupal / civicrm

#civicrm #drupal7 #drupal10 #migration #php82

New! Drupal 11: Using The Batch API To Process CSV Files
Part four in a series of articles about the Batch API in Drupal.
hashbangcode.com/article/drupa
#drupal #drupal10 #drupal11 #drupalDevelopment #hashbangcode

Aslak Raanesaslakr
2024-09-18

Is the British Museum pages supposed to be this bad?

Search for "brewing beer Deir el-Medina" britishmuseum.org/collection/s and go to the object with the museum number and and click on the link for copying the official address britishmuseum.org/collection/o

The address does not work!

A stone (ostracon) with some text on reasons why workers was absent from work.

From the description:

Ostracon with register of attendance at work. Labelled 'Year 40' of Ramses II, it provides a workmen's register for 280 days of the year. There are twenty-four lines of New Egyptian hieratic on the front and twenty-one lines on the back. A list of forty names is arranged in columns on the right edge of each side, followed to the left by dates written in black in a horizontal line. Above most dates is a word or phrase in red, indicating the reason why this individual was absent from work on that date.
Palantir.netpalantir
2024-09-09

Batch processing allows complex or time-consuming tasks to be split into smaller parts. In this article, understand the core Batch API and learn how to get set up with your first batch run. More articles about various aspects of the Batch API and how to use them to come! hashbangcode.com/article/drupa

New! Drupal 11: Batch Processing Using Drush
Part 2 in the current series on using the Batch API
hashbangcode.com/article/drupa
#drupal #drupal10 #drupal11 #drupalDevelopment #hashbangcode

Specbeespecbee
2024-08-23

The Drupal Facet module works along with the Search API module to provide users with faceted search capabilities. Check out this comprehensive tutorial on configuring and implementing faceted search in Drupal 10.

specbee.com/blogs/configure-fa

Palantir.netpalantir
2024-08-19

Once you're ready to upgrade to @drupal 11, this 5-step checklist from @acquia will help you through the process with minimal fuss dev.acquia.com/blog/drupal-11-

New! Drupal 10: An Introduction To Batch Processing With The Batch API
This is the first part in a series of posts looking at the batch API.
hashbangcode.com/article/drupa
#drupal #drupal10 #drupal11 #drupalDevelopment #hashbangcode

Specbeespecbee
2024-08-07

Want to deploy only a subset of your configuration instead of exporting the entire configuration while moving to different environments in Drupal 10? Learn how to split configurations with the Drupal Configuration Split module.

specbee.com/blogs/how-to-split

Dima StorozhukDimaStorozhuk_
2024-08-05

🎉 Hello, !

We at iTech4Web are thrilled to welcome the latest advancement in the universe! This release is a transformative leap in web development.

New in :

✨ Recipes: Easy feature enhancements.
✨ Single-Directory Components: Efficient, organized code.

Still on ? Time to upgrade! ⏰ Contact me for a migration quote. Keep your site secure and ahead of the curve!

Palantir.netpalantir
2024-07-12

In @drupal 10.3, there's a new way to assign permissions to users that goes beyond the traditional roles and permissions and allows the implementation of complex access control systems. In this blog post, @lussoluca explains how the new Access Policy API works and how to use it tech.sparkfabrik.com/en/blog/d

Specbeespecbee
2024-06-21

Mix Drupal with Tailwind CSS and you get a winning combination that can allow you to build highly customizable, visually stunning, and efficient websites with ease. Explore all the details in this comprehensive article.

specbee.com/blogs/integrating-

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst