I wanted to know if there is a module that allows the user to submit all their profile details to a set email address (ie. the admin).
I need to build a web site where the person simply signs up, places an order on something, then upon submitting the order (which delivers an email to me) all their profile detail (name, address, etc) will be delivered to me. That simple, because I don't need anything else.
I tried the e-commerce module, but that just shows a blank page upon enabling. Any help?
Is there a module used to subscribe to content posted in certain taxonomy terms?
Basicly, you could press a button on the taxonomy page, and you would get an email if anyone posted in that category.
If a module like that doesn't exist, I would be happy to code my own, and any guidance would be useful.
I use a few tables on my site with data from the database, and the rows are ordened by a date field.
But when multiple rows have the same date, the next thing it gets ordered on, is the node ID (so basically the adding order).
Now i want to achieve that multiple rows with the same date, get sorted alphabetically instead.
How would i achieve this? Normally that could be done with simple SQL, like "ORDER BY date,title", but the SQL is dynamically generated in Drupal.
Here's a bit of the code: