I know that securesite provides tools for basicauth but do i need securesite to use a reader like newsgator to access a protected feed? the news reader has fields for username and password but they don't seem to be working
What's the syntax for exposing more than one table in hook_views_tables() of Views Module Developer API? Are there other things I should know, e.g., additional declarations in the other two hooks -- hook_views_arguments() and hook_views_default_views() -- if I'm exposing more than one table?
I am new to drupal, and I am attempting to make my first module. I created a form that inserts data into a table that I created, but it also creates a record in the node table. How can I tell it to not create a record in the node table?