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'm trying to customize user login form in (/user/login) page and I want to use a hook_form_alter function to add some awesome style and placeholder to each of user login form fields and remove or hide:
"Enter your admin username" and "Enter the password that accompanies your username" description expressions under each of theme.
I added something like below code to my ThemeName.theme:
I like Drupal and its been nice to learn about and get stuck into. Unfortunately I've hit a road block.
Use Case:
The application needs a hierarchical custom menu (Already exists)
The menu needs to be shared as a block within different regions (Achieved) What seems to be the hard parts
1, Render the menu differently in different regions structurally and visually (i.e. a different surrounding css class)
2, Show or hide different nodes in the hierarchy
Why is it when a patch like the current 8.1.8 is released, I get notice on my websites that an upgrade is available. Then I go to drupal.org and the older previous update is listed on the home page, not the current 8.1.8 update. Then I go to the get started section and finally find the current recommended update. Then I download it, try to do a few simple updates to a few websites and experience problems I've never had before with the same simple 8.0 websites. Then I start searching around and can't seem to find anything other than random obscure references to problems with 8.1.8.
i tried to use the imce module with drupal 8 but after i installed it and activate the image widget in the ckeditor preferences it always open a "acces denied" page when i try to go into the imce widget during creating a new content.
What i have to do, to install the imce module correctly with D8?