Hey everybody,
I want to develop a program to upload for example an excel document or access database with events into the database. I work with xamp as server. Can somebody tell me which tables I have to change to add an event?
I've postedtwice regarding the creation of my module and found a developer. However, upon upgrading to Drupal 5, the part of the module that gets the date and overrides it no longer seems to work. The developer shot me a few emails to point me in the right direction, but it was all stuff I had tried in one way or another. First, here's the MAQUM.module:
I've create a module that uses nodeapi to add a select dropdown to the story edit form. I can select "yes" to have the node saved as a template. I have a database table that stores nid / template value pairs, so that if I choose "yes" to save as a template, then a record is created in the database table as so: nid/1. Then I use the node clone module to clone the template node, and create a new editable node. The problem is, this new node now has it's "save as template" select dropdown set to "yes". How can I cause the select dropdown to be reset to "no" when the node is cloned?