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.
My site originally started as Drupal 4, I think and I have slowly upgraded it to 5, 6, 7 and now I'm on 8.
I encountered all sorts of issues with my 7-8 upgrade, but I got here in the end and it's working great but I have one odd/minor annoyance I can't figure out.
I have a list of checkbox in a table but instead having many choices I wanted to have just one possible selection (Exemple radio button), I was thinking to use hook_form_FORM_ID_alter to get the elements and then rebuild a radio buttons.
My problem is how to explore the form and table and get elements? remove checkbox table? rebuild radio button?
Do you think this way is the best one? can you please provide some advices and code exemples.
I installed drupal 8 via cpanel. It looks after installation it shows me as logged in. It shows different admin menu (like content, structure, configuration, people etc). If I press any of this
Not Found
The requested URL /admin/config was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request
Hi, I am new to Drupal. Can you help me? I have different kinds of content. I want users to be able to select various nodes (tick them) have them sent to a separate page ( kind of "go to cart" option) where users will have options: print, download, remove, add items. Is this possible, without all this commerce apps? Thanks