By FranckL on
Hello,
I'm new here ( yes a newbie ) and I try to use the node-example module.
I found nothing about to use and see working in my Drupal site.
I made the file "node-example.module" with the file 1.11 found here:
http://drupaldocs.org/api/head/file/contributions/docs/developer/example...
but I don't know what to do after selecting it in the administration page.
1. In this page, nothing appears after the name, no description
2. I try this :
and this :
and, of course, the result is : "Page not found"
If the answer is somewhere, please tell me.
Comments
Is there someone for help me?
All in the title.
Please help me.
French people are the best
Yes, someone answer me today. I put the wrong name to the file. The name is "node_example".
A small mistake, but ...
Thank you.
Ummm - it's an example...
This is just an example of a module to help anybody developing a new module.
The current modules available for your version of Drupal are listed under Downloads. What is it you're trying to do with the module?
A new form page
Hello,
I want to do a new form page with a few tabs. Have you got an example?
Thanks
Indeed
it's an example but I try it to be sure that's working and learn to install a new module.
My mystake was about the name. Now I've learn that, I have to implement a new form.
just went through the node_example.module
pretty much explains it.
see the function node_example_form()
Thomas G. Willis