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.
I want to create a Drupal site, based on some qualification site admin will credit a user with a certain amount in his wallet. The user when he wishes will request withdrawal and the admin will make a transfer, off-site, to his bank account; and then mark the request-for-withdrawal as paid. Can I be able to build this with D8? Thanks for your time.
Unfortunately, its shopping cart feature is not working. I can not add any thing to the shopping car. Could anyone please let me know what might be missing? Unfortunately, the developer is not responsive at all.
I am an absolute beginner on Drupal, and am using the book Drupal 8 for Absolute Beginners in order to learn. Chapter 1 of the book, "Installing Drupal," uses Acquia to install Drupal. I attempted to do this and failed; the installation logs claimed that Acquia was not compatible with my version of Windows (I am using Windows 7, which is supposed to be supported). Instead, I am attempting to follow the installation steps as described in the book's appendix, "Installing Drupal with XAMPP on a Windows Machine."
Hi everyone, pretty straightforward question here but one I have not had success finding an answer for as of yet. I am part of a small team who looks after a company website of approximately 30,000 pages. We just moved our website from Sharepoint (eww) into Drupal 8 (yay!) but one of the difficulties we are still having is how to configure permissions for specific users/groups for specific sets of content.
For example, our Human Resources staff should only be able to edit Human Resources pages, while our Finance department should only be able to edit Finance pages, etc.
I know the title may be a bit difficult to understand. Basically, I have created a paragraph type in Drupal that holds a label and a link. Then I have page content that adds it and allows me to make more of them on the back end when building a page. Unfortunately, I want to style them in a way similar to some CTA buttons we already have, but the Twig debugging is saying that my paragraph type is a field, and thus isn't recognized as a paragraph. Could this be a result of a hook somewhere, or have I misunderstood what counts as a paragraph?