I have a AJAXy script running with prototype on an install of druapl. I've got it working fine in Firefox but it doesn't work on any other browser (IE, opera, safari). Rather than displaying an error it just doen't rendar the page at all!
It'd be great if someone could help me out - I don't know where to start!
One of my modules uses menu callback to output css. A little overhead might be to generate it everytime. How do I force browser to cache this CSS? Some headers? Or even would be great and I could force that CSS page to be cached by Drupal.
I am writing a module to define a new node type.
I am comfortable with that.
However...
In my taxonomy, I have defined a category called "issues", with the terms "issue_001", "issue_002", and so on. An article needs to set which issue it belongs to.
Within the module, I need to find all the nodes which belong to the category "issue_001". It's important that I getch the nodes starting from "issue_0001", and not from the term id.
This is obviously a simplification of my task. However, it gives you an idea...
Hi, I'm trying to develop a node type module basically to create nodes under a taxonomy term.
When user selects or creates a new taxonomy term I want to take user to a node submision page under that term.
It seems easy just creating one node as usual but I want to have 2 or 3 forms(title and body set of fields) at the submission page each for a different node.
Is this possible?
Are there any core/contributed modules which have a similar function that I can look for inspiration?
I would appreciate any help with the following query. I have tried it many ways but can't get the desired result. I am taking the result of a sql query and inside the loop I am trying to pull some data from another table that has the same c_id#.