I have multiple object types that I would like to have all use the hierarchical architectural structure of Book. E.g. a number of tutorial, a number of policies (these 2 would have the same frields, so no big problem except the confusion of the user when says add "xxxx"). My problem is that I would like to add some objects that require different additional CCK fields for the different object types.
I have installed Drupal 7.x with AT Core theme and Pixture-Reloaded subtheme. Most of the vanilla funcions are fine but I am having a problem with "Quotes". I installed it and set the permissions and ccreated a quote. I saw an error when I built or edit the quote which I reported. (Notice: Undefined property: stdClass::$format in quotes_node_view() (line 696 of /home2/jerseysa/public_html/lrrp14/sites/all/modules/quotes/quotes.module).)
I can see the quote in the list of contents but I have not figured out how to get it into a block.
Using php inside a php enabled body field of some content, how to determine the node id 'nid' for that content ?
Is there a global variable helps on this? if not, is there another way ?
i use the webform module to collect registrations to a sports event. After submitting the form, i would like to send an e-mail confirmation and attach the invoice.
The webform2pdf module (http://drupal.org/project/webform2pdf) looked great, but isn't working with Drupal 7. Is there something similar available?
Is the webform module the right choice for my issue?
Hopefully this is the right place to post this... If not, please let me know and I'll delete & repost.
What I want to do is enable some users to create their own forms.
For example--
I have a base form (member full name, email, group) that would display, then allow group organizers to add or create fields as they choose
(e.g.- are you cpr certified, dog's shots up to date, uncle's name, shoe size, etc)