Does anyone know if it is possible to sort flexinodes by a timestamp that is in the flexinode and not the published date/ revised date using the views module?
I deleted a few users from our university research project website. Their contents is still in the database, but the "delete user" interface provided no warning on the fact the nodes wouldn't be visible anymore (shows n/a error page).
I'm talking of DOZENS OF HOURS of valuable work that is no longer accessible, so I feel a bit stupid not to have just blocked users. I know there's a vivid debate about how user deletion should be handled generally, but it doesn't help me solve my problem in the short term.
My first thought when considering this was that the Views module would fulfil my requirements exactly. But now I'm not so sure. Could someone tell me whether this is possible?
I want to create an application that tracks financial transactions. Users need to be able to enter the details of a transaction (date, location, purpose, currency, amount etc.) into the database. This much is easily handled by CCK. But what I want to do next is perform various operations on the data, such as:
i m planning to start a website using drupal but i have few questions before i do that and i guess what is ther best place other then this to ask this question
I just installed the views module on Drupal 4.6. It does a lot of what I need, however, I would like to create a url alias for the page. Instead of views/my_page, I would like to simply have the page named my_page. Does anyone have any suggestions on how I can accomplish this?