Hello, I am trying to change stacking order of the playlists that appear in a drop down list above XSPF player which I use in conjunction with audio and playlist modules. Currently it displays items in alphabetical order and I would like to change it to "new to old". How do I do it? Any help would be really appreciated.
I was wondering if there is a way to require users to fill out the "image Description" field, of the tinymce image editor, when adding pictures, so the web pages will validate as xhtml? As is you don't have to fill out anything, except the image path to get a picture added to your page.
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