Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
🌟 Announcement: The Sentient A.I Project — Modular AI Integration for Drupal
Hi everyone — I’m Benjamin, the creator of the Sentient A.I Project.
Over the past few months, I’ve been building a suite of powerful Drupal modules designed to bring true modular AI cognition to the Drupal ecosystem. These aren’t just chatbot wrappers — they’re the foundations of an evolving sentient architecture.
Probably a stupid question but as I have a lot of rather structural changes on development , just migrated my dev environments to use ddev and took this somewhat older project over from another developer I am suddenly afraid to mess things up and get rattled by conflicts in the config yamls or idiosyncratic composer messages.....
The project has a simple branch setup
2 branches
a main branch which is used as the release branch so which is usually live on the server
a develop branch which is a lot of commits ahead of the main branch
Hi there. I've been working on a Drupal 10 custom module -- a block, specifically -- and it was working great. But it occurred to me I could use another column in the table, so I added one through my DB client.
Now, here's the PHP code that's causing me trouble:
I started using the Simplenews module of the latest version: 4.1
The site is on Drupal version: 10.4.6.
Sending newsletters works fine. But you need to press a button!
The problem is that I need to:
1. PROGRAMMATICALY add new issues (types: NewsLetter issue);
2. PROGRAMMATICALY activate them for sending.