Hi All,

i use computed field in my site
i need a module or code to do auto create node from the URL.
exmaple:

when visitor tpye an adress like this
www.mysite.com/test

i want my site to auto create test node

how can i do this?

King Regards

Comments

cayenne’s picture

Either in a module or as the PHP script in your default "page not found" module

It sounds like a bunch of work, as programmatic creation of nodes is a little tricky (google it).

This looks like a way to create a lot of useless empty nodes. Can you share with us the reason for doing it?

:)