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 am trying to create a view of all the users and am wondering whether the views module can really be used for this purpose. It seems that views only supports nodes and users do not seem to be nodes?
I want to create a list of all users filtered by the role of the user. The list will then have various profile fields included and should be sortable by various fields. (which is pretty much standard for views).
Can I do this with a view? If not, then how else can I easily do this?
I am looking for a way to search profile fields. I know there are different options. Could anybody recommend a way of doing this, or let me know what is the best option.
I've got an Apache server with 2 Drupal sites: www.myserver.com and secure.myserver.com. At the moment a user can access either site with http:// or https://. That's fine for the www site - I'm happy for them to access that with either http or https protocol. However, if they try to access the secure site with the http protocol I'd like to immediately and transparently redirect them to https://secure.myserver.com/.