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 create a view with a contextual filter with the default set to current date. The UI won't save the filter and when I check the error log I see the following error:
-I have created a custom module with custom entities in drupal 8 site. A user role "admin", give access to a view of entity. The view has a filter field "region" exposed. This user has a field "region" in this account.
For the role "admin" only, I want to set the filter in the view depending of the field "region" of the user. I notice that in the field data I can use ['expose']['reduce'] = "true". It's probably reffered to the option in the exposed filter " Limit the list of selected items"
How can I tell to the filter to limit value to the user field "region"?
The company I work for asked me to make a site using Drupal. It was very difficult (even simple stuff like having two forms in a single page were a headache) and although it’s almost finished, I’m still having trouble with it.
Last month, there was another site that we also started with Drupal, but it was quickly clear that for the things that were expected, I simply couldn’t see any way of doing (for the life of me, I couldn’t even make fields not visible or disabled in the content creation page depending on the value of a drop down list).
I have a website that is my personal blog. I realise Drupal's not what you'd chose these days, but I've had it since ~2000 (was PHP-Nuke, Then Postnuke, Then Drupal...) and I'm not about to change now :)
I want something I think is really simple, but it's doing my head in.
I want to get an email when a user posts a comment on a story! That's it! That simple. The only thing I'd also like is for the Node Title and the URL of the Node to be in the email, so I can just click on it.