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.
Hello, I'm a former Drupal 6/7 user who created a new intranet site (8.x version) a few months back. When I initially setup 8X site, I had a Staff Directory that had all 30 employees listed on a single scrolling page (including pictures and key pertinent information such as: First name, Last name, Work Status, Job Anniversary date, Employee ID, Team, Job Position/Title, Reporting Supervisor, Job Function/Description, Work Mailing Address, Work Email & phone...
Hi! I want to publish a list of organizations (not huge - a few dozen.)
They provide a variety of services in a variety of geographic locations. (for example, cat breeders in Smith County.) The non-logged-in user needs to be able to what kind of goods or service (say: dogs, cats, gerbils, grooming) an organization provides, and what area they service to just see the organizations that match.
I'm sure I'll be doing this with a Content Type and a View, but I don't know how to add the user-selectable part. Where should I start?
We have developed a module for interesting and prospective startup. Setka Editor is WYSIWYG post builder, a user-friendly editorial design tool for creating beautiful layouts that attract, engage and convert. So now it’s available for Drupal sites. Read our case study to learn how it can help you.
Hello. I'm trying to restrict access to the /taxonomy/term/[ID] pages on my site but I can't get it to work. I've tried two approaches:
1) adding a route subscriber to alter the route "entity.taxonomy_term.canonical" in order to do $route->setRequirement(...). This seems to work for other routes than the taxonomy term overview page but not for that page.