Not sure if I have missed what I'm looking for, but is there a module with the functionality that:
> recieves a specific RSS feed
> creates a new node for that one feed
> adds a new node when a new feed occurs?
I have a site that receives a news feed, and would like a new node created for each headline/story.
Hello,
Can anyone point me to a site that describes how to insert an admin page for a custom module?
The details of my page may not be important, but I'd like to save a block of text.
Specifically, an email message.
Any help would be appreciated.
Thanks in advance.
peace,
michael
For example, in an app I am developing I have two people nodes and they get married, so i have all the info I need to automatically create a new node wich is an alias for the female node with her new married name, without any forms, i.e. no interaction with users. So I tried to call some functions to insert the new node:
I am new to QTopia & Qt-embedded. I want to do the Host setup to run application on Embedded Board Housed with ARM11 processesor so what are all the priliminary necessasities i have to concentrate .
I built a huge form for user to create this type of content. Now I want to use a multipage form. But the example from drupal.org is for a node type. I do meet many troubles with the example. Is there another good example for creating a multipage form in drupal?
Another problem is that I have to store everything in session before the last submit(it is a requirement). But there are some input file(for uploading) fields in the middle pages. How to hold the file local path and then upload them later?