I don't really need to import any data into my D7 build other than users. I have (by SQL) imported my user data however, the D7 password encryption method is now different.
I am working with drupal to develop a web portal where clients can query my DB to download datas.
So I think that after theming my web site now I need two things:
* a module that can connect the website to a Database to download archives of data.
* a module that can allow me to build forms with labels to fill fields like:
-some labels
-date FROM (dd/mm/yyyy),
-date TO (dd/mm/yyyy),
- submit - reset
I want to display content in dependency of the users profile data/user-group BUT I have an external login (not yet implemented), so useres are not stored within the drupal db. Can I somehow store data within the user variable for the session without using $_SESSION? There is no profile data in $user, but a lot of other stuff like name, password, timezone. I want a field like that without database storage... is that possible?
I am running Drupal 7 and I am stuck on finding an ecommerce module that will support my needs. I want to have a simple buy now button and a file download, is that possible with the current modules available for Drupal 7?