I just want the ability to have a block boil down to a php file that I can have full control of? - and a block template one that has a different layout? or does not use the block.tpl.php?
One content type is used as an "article", and I have several other content types that I can use to review and "article" - I have made a node-reference and term-reference field (for each review type). The node reference holds the "NID value" for the assigned "Article" and the term reference holds the "tag".
When a user adds a review - I don't want to make the user select the piece of content to assign it to. I would rather just have the "article" push it's ID (NID) to the review form - behind the scenes or via the URL.
I have made a content type that is a simple selection from a (term reference list) - and I want to attach it /them to another content type ( I have several types that I want to be able to add to one main content type).
My question is - I'm not really concerned about having a title. I just need the value (via a node reference filed) - So how do I either get rid of the title or generate a non-meaningful name for it? Can't delete it in the "manage fields" tab of a content type.
Can I edit the form somehow to override it and give it a default value - Assessment + ID etc