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.
We have migrated our drupal environment to version 8.5.5 (from version 8.3.4).
We have several views showing user information of users with different roles like:
Contact persons
Users
Etc..
This section also allows us to change the information and that still works perfectly.
In our former drupal version we were able to add users in these places but that does not work anymore.
The only way to add users is by choosing "People/Add a new user".
We have a site setup in Drupal 8. Caching is set to a maximum age of 3 hours. When the cache expires, in most cases the cash is regenerated just fine. However, sometimes image URL's are created as http://127.0.0.1 rather than the sites actual domain name.
I can't figure out why this is happening, but to me it appears that something on the server is accessing the site via the localhost IP address 127.0.0.1, which is then causing Drupal to create the cache based on the IP rather than the domain name,
Can someone point me to a good book/video/tutorial on working with Views in Drupal 8? Particularly formatting how the output is formatted/displayed? I have created the view, and my information is showing up in the block. I have figured out how to get an individual field to display as Italic or Bold or H1 or whatever, but I want to learn more on how to place/position the fields within the block.