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 be able to delete some of the menu items on a Drupal 9.59 website. But no matter what i do I can not delete any of the menu items. I tried to follow ChatGPT as well but to no avail.
I've created a new tutorial on how to create role-specific registration forms, though any post-registration tasks that need to be automated can be handled in this method:
I've been struggling for several days to display the same exposed filters (facets) as different form elements across two pages.
On the view's main page, the filters work correctly as checkboxes. However, on another page, I need to display them as select dropdowns to allow single selection.
What I've tried:
Using hook_preprocess_views_exposed_form() - didn't work
Using hook_form_alter() - partially worked but introduced URL parameter issues