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.
Is any major improvement of Olivero planned for Drupal 11?
Something worth preparing yourself for?
I have customized my Olivero with nearly 100 lines of JavaScript code and nearly 1,000 lines of CSS code and few Twig tweaks as well and don't know what to expect.
I am not a PHP/Drupal programmer but I build websites with Drupal for nearly 14 years including creating sub-themes with lots of new JavaScript and CSS and to a lesser extent, some new Twig and HTML as well.
The devel module is described here as A suite of modules containing helpful tools for module developers and themers.
What is the main problem devel solves for themers?
How could devel help me if one day I decide to develop a theme and not just sub-themes for themes?
Hello, I've been trying to work out the best approach to this but failing.
I have two content types, and a I need a view that shows all the songs that have been played within a date range.
I have a list of songs played on a radio station, stored in the SongsPlayed contenttype. This includes Artist, Title and a Timestamp of when the song was played. This could be a list of 300 songs over the course of a day.
I have Square, Paypal checkout and a few offline payment options as the payment gateways. All payment options show properly on the customer's checkout page. However on the admin's page, when the admin goes to an order, then click the payment tab, and click "Add payment", all other payment options are displayed , except for Paypal Checkout. Paypal Checkout is simply missing from this view. Anyone else experience this? The reason I need Paypal checkout to show on admin's add payment view is because some of the customers selected "Pay later" first because they have payment terms.
I'm moving from Drupal 7 to 10, so I've installed Drupal 10 on a directory of the root website /d10/...
On Drupal 7 I have the variable $base_url to manage subdirectory. Where is the equivalent setting in D10?
I've seen that is declared as global on core/globals.api.php, but where I can set it?