I'm just learning to inquire on the user registration data. I don't understand why the first piece of PHP works, but if I use a subselect instead of giving explicit values, I can't get it to work. Here's the first piece that works:
Does drupal have any support for setting the PHP locale based on the drupal locale, so that locale-based number, currency, and date formatting features can be used?
Alternatively, does drupal have any locale-based number, currency, and date formatting features on its own?
How can I add a book (and it's direct child nodes) to the blocks column as a block, this without using the menu, to configure every item?! The idea is to use the already created book structure as a controlled block navigation, also before the need to enter a book node to the navigation appear.
New to Drupal - I've read how to create a simple module by copying the story.module in 4.7... http://drupal.org/node/40684
How do I expand this into a database-driven module? I'd like to have a specific db table for this module and then have various views of the data (aggregated lists and individual records).
Is there a doc out there that covers this? I didn't find anything when searching "database module". Maybe it is just pointing me to the API hooks needed? Thanks in advance.