I'd love to be able to do this. I currently get around it by not putting the link on the menu and assuming the users don't know Drupal to go there directly. A better way would be great. Unfortunately, what Gábor wrote is greek to me. Do you have time to explain this in a bit more detail? Off list, if you don't want to clutter the list. Thanks, Michelle PS: I think it's tie to change your nick name. ;) ----- Original Message ----- From: "Augustin (Beginner)" <drupal.beginner@wechange.org> To: <development@drupal.org> Sent: Wednesday, December 05, 2007 7:17 AM Subject: Re: [development] D7 small survey: listing of node types at/node/add On Wednesday 05 December 2007 20:41, Gábor Hojtsy wrote:
Both Drupal 5 and to my knowledge Drupal 6 has the ability to overwrite the registered handler functions for paths you wish to override. So you can do your own listing or whatever shiny page content you'd like to display.
I just tried. It's so simple this way!! I never thought about using hook_menu() this way. I knew that what I was doing were dirty hacks. :-/ Thanks a lot, Gábor. :) Augustin.