I have an unusual question that I haven't seen answered in all my searching. However, I recognize that I may not be asking the right question given my limited knowledge to this point with Drupal.
Part of my site will be usable in an iframe on a 3rd party site that allows simple html modules. The 3rd party site is for setting up guilds and clans and acts much like a hosted cms. They allow html 'modules' specifically for doing things like iframes or to pull in linked data from other sites.
What I'm trying to do is create a content type where you can easily add new content to that page.
My goal is for it to be simple as the "Add new comment".
It needs to be the same just with other fields and comment-able.
I don't think this is possible using views, since I want it to be all added automatically when a user adds the new "mother" content.
I'm trying to use hook_form_FORM_ID_alter in a theme, but it doesn't seem to register/fire. I'm just wondering if I'm missing something or if it's even at all possible to do without using a module.
So I'm using a subtheme of Zentropy called Harmony, and I want to add a weight field to each of a Staff content type.