I want to create a new node type where users can select among other nodes (by selecting the nodes by taxonomy I suppose) and combine these small nodes together to create a new node that is a combination of the other nodes.
Is there module out there that does this already? Or should I start from scratch?
hi,
How to customise Event module. ? I would like to add more fields to event? In which module I want to modify? Say an additional Text box in Submit Event page?
Hi
How I can generate pdf file (i have installed pdfview module)?
I have taxonomy:
##########################
Car
--Motor
--bla-bla-bla
--bla-bla-bla
--bla-bla-bla
--Enghine
--bla-bla-bla
--bla-bla-bla
--bla-bla-bla
--bla-bla-bla
--somting else
--bla-bla-bla
....
###########################
and how can I generate only ONE pdf file, for example if I stand on file Motor/bla-bla-bla/bla-bla-bla/somting else
I am running Drupal 5.1 and just enabled nodeform template.
When i go into admin/content types to add a form template, i receive the following error message:
Fatal error: Cannot pass parameter 1 by reference in D:\Program Files\xampp\htdocs\drupal\sites\all\modules\nodeformtemplate\nodeformtemplate.module on line 72
I'm developing a module that uses JpGraph to draw some graphs. JpGraph works by generating an image, so you set an img tag's src to be some .php file. I'd like the graph to grab some data from the Drupal database, but the graph .php file isn't defined within any hook functions, so it doesn't have access to any Drupal functions.