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 got 2 main categories of content on the website and all are geolocation based.
At first, I'm creating a standard front page. Now I'm wondering, how to make this front page more user friendly.
Meaning:
As soon as the website figured out (by behaviour) whether the visitor is interested in category a or b and the region of interest, it should display content accordingly.
Can Drupal 10 do that?
If so, what are reasonable approaches to do so?
I enabled the Responsive Images core module and configured image styles to match my breakpoints I configured in my theme. I also configured a responsive image style which is ready to be applied to my content types.
The challenge I am facing is that I am trying to apply it to the default "Basic Page" content style. I created a page that contains multiple blocks of text, and images inserted into several spots:
Hey, I am self taught Drupal from scratch starting with Drupal 9. I have mainly done theme developments and I am not even sure if I am following the correct practices as I learnt from difference sources. (drupal doc is pretty confusing to me).
I want to get involved more with Drupal module development. I decided to create a module that works as a stopwatch field.