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 :

  • http://locahost/drupal-4.6.0/?q=node-example
    and this :
  • http://localhost/drupal-4.6.0/?q=node/node-example
    and, of course, the result is : "Page not found"

    If the answer is somewhere, please tell me.

  • Comments

    FranckL’s picture

    All in the title.
    Please help me.

    FranckL’s picture

    Yes, someone answer me today. I put the wrong name to the file. The name is "node_example".
    A small mistake, but ...

    Thank you.

    SimonP’s picture

    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?

    FranckL’s picture

    Hello,

    I want to do a new form page with a few tabs. Have you got an example?

    Thanks

    FranckL’s picture

    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.

    willistg’s picture

    pretty much explains it.

    see the function node_example_form()

    Thomas G. Willis