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 have created a sub-section of our site where logged in users of a given role can access a set of forums. I have the core forums module enabled.
I want the path of the new forums to respect the subsection paths. ie, rather than /forums/topic/2 it should be /private/discussion/2.
I have used Pathauto to re-write the individual topics and that works fine. But I am having far more problems with the containers and forum list pages.
Sorry I am a noob to Drupal but I have a fair bit of experience with .NET.
What i need to setup is a website for my fire brigade. We will have the standard public pages (Simple) but the members only section is where I need the advice.
I will need to create multiple tables.
1. Personal Details
2. Training qualification 1-many
3. Training attendance 1-many
Hello, I am hoping somebody can help me. I am trying to install Drupal 8 on a Windows 2012 server. I have installed and configured PHP 7 and MariaDB on the same server, and I think all is working, in that, I can bring back PHP Information using phpinfo() and all seems to be fine.
Am new to drupal, am working on version 8.3.5 trying to install a new module administration menu to my localhost without FTP.I have extracted all files of module to /sites/all/modules folder.The menu is displaying in 'Extend' section but not displaying in my website.The modules are 'checked' too, but how to enable it and display in my website? Thanks
I want to make a simple module for Drupal 8 that provide a Add New Page button in the book.admin_edit page. On clicking Add New Page the same book.admin_edit should be reloaded but now with a new page named "New Page" in the list. That's it. I have tried to understand the Drupal 7 Outline Designer but still I am facing problems to add this single button.