How can I add note directly in the database? I already done it with my database but after that when i create new node (in drupal) it alert error: " Dulicate node id". Please help me.
I'm trying to import events with terms & files into my website using node_import. I can upload the node and event correctly, but the file and term are not propigating to the db. I assume this is due to the 1:N relationship in the BLL. Is there a way to adjust node_import to accept the term and files fields?
My plan is to FTP the associated files and then import the nodes. The files are 45 minute mp3s so I'm not about to use the interface to transfer these files. Just to confirm: the acutal file is not required when saving a node via the import routine?
If node_import only operates with 1:1 entities import-export module may be the solution. This will require some coding on my part as import-export does not handel file or event entities natively. It does appear to handel term entity.
Questions about import-export:
Since event entities have a 1:1 relationship with nodes via the logic (not db schema) would this information automatically be handeled by the module the same way node_import works?
The function import_export_nodeapi has 'hooks' for story, page, book and image. Is this where I would add a hook for files (and event if needed)?
Would I need to add code anywhere else to hook files(event) into the import/export process?
Hi people.
I might be very much in the wrong place, but I dont know anything about programming still I have come to appreciate the capabilities of Drupal community so I will pose my problem: I would like to implement in my drupal site a node with a very simple paint like application. The hard thing is that I would like something like this: http://www.imaginationcubed.com/LaunchPage
Do you have any idea if is feasible?
Thanks
I was hoping to get a general feel for what people thought of the 'Print Friendly Pages' Module. I am thinking of testing it to see what types of printing advantages it can give me.
One concern I had was it had listed like 17 bugs on the specifics node for the module. Should I worry about that at all?
And is there a better printing module to choose?