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.
Now, before anybody says 'theres already a module for that', let me point out that what I am trying to build is a special use case that doesn't quite fit into all the other modules I can piece together to make work, so let me explain.
I am working on a management system where users can store addresses in a personal address book. Simple enough, right?
Sure, but to go beyond that, there is other functionality that I need to build, and was wondering how best to approach it.
I have created a role labeled Editor. I am trying to create a rule to send the editor an email with all the information that was created on a specific content type. So when someone adds content of Account Number type, send email to Editor Role with all of the content that was added.
I'm running Drupal 8. I chose 8 because of a theme I really like.
I'm trying to do something that I thought would be straightforward, but I don't see how to do it.
My front page is the only public facing page and includes a login. After a user logs in, I want it to redirect them to a private, user specific page. I do graphics consulting and so I want users' page to be accessible to only them.
I tried login toboggan module, but that doesn't seem to be user specific.
I am looking for help in the further development of my personal drupal project. A few years ago I started building a drupal website www.guitartonemaster.com as a hobby. The website now has 12,000 visitors per month with 5000 registered users and consists of 4500 pages.
Is there a way to hide custom fields on password reset form when first time user click click on temporary login link then hide all custom fields. Because now it is showing all custom fields on the form.
When checking status report, with SimpleTest core module in use (Drupal 8.9.11), the below is reported:
The testing framework requires the PHPUnit package. Please run 'composer install' to ensure it is present.
However, 'composer install' does nothing, nor there are matching recognizable 'phpunit' modules/projects, suitable for Drupal 8.*. How can the above be handled without disabling testing framework?