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'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
I am using Drupal 10, CKEditor 5 and IMCE File Manager. In Drupal 7 you used to have an Advanced tab where you could assign CSS classes to the images. I found the module Editor Advanced Link for links but cannot find anything similar to add a class to the IMG tags. Anyone know of any modules that help bring back that Advanced tab for images where someone can add CSS classes to the images?
I know I can do it clicking SOURCE and hand coding it but trying to make it easier for the end user that does not know how to do that.