I'm creating a theme for my website right now, and I really want to implement a menu/navigation system that would be heavily customized with jQuery and all sorts of things.
What I want to know is if I just wrote the menu in page.tpl.php in just plain html (as opposed to setting it up in Drupal menus), would that be equally feasible? I just want to consider any implications for any functionality of my website that I might not be able to foresee right now.
In Drupal 6 I could easily create a group of fields related to one another and also manage whether it was collapsed or collapsible in the edit screen. Is this still possible in Drupal 7 and if so how do I do that now?
I am trying to link content, from a content type, to a user account. For example a content type called projects, that will be created by a user and display in a views block only when the user is logged in. Is this possible? Any suggestions will be appreciated. Thanks.