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 would like to create a liste with all users using the views module. I also use the profile module to define some information about each user, like the firstname, lastname, phone number, ...
After creating a new page type view with fields from the profile form (firstname, lastname, phone, ...), this page display the profile of each story's author.
So, I have created 10 stories, in my new page view, there will be 10 same lines with my firstname, lastname, phone, ...
Is there a way to display a list of each user's profile ?
Does anyone know of any documentation that clearly describes the differences between forms developed with as a node form (mynode_form hook) vs a separate form developed using the Drupal Form API. There seems to be a lot of default processing added to node forms that isn't in standalone forms. I have the book Pro Drupal Development and it helps - but I still find it confusing. I am trying to decided which one to use to develop some data entry forms in. David
I successfully embedded GWT into Drupal 4.7.6 creating a node for my GWT apps and creating a blocks for it. If I were logged in as admin(with $user->uid equals to 1) I got no problem with the integration but when I create a new user and even checked all the permissions including my GWT apps, drupal denied the access of the node. Though the block for my GWT apps is there but not the newly created node.
If someone could explain what happen I would be glad. I just need any idea that is an expert in drupal module development.