Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Drupal 4.7:
I am making a module which specifies a new node type. But I do not wish this node type to have a link in the "create content" page. I did not include a hook_menu function at all, however my new node type still shows up on the "create content" page.
Hi,
I have worked hard to produce a working module, which is great from my point of view. As I wanted to share it, I was aiming to create a project on this website. I tried once to fill fields that I was able to, without any success of creation. I have no idea of what was wrong, but it didn't work.
I was stumbling through the handbook looking for info on using the CVS. I thought I'd examined most topics, and finally tried the "Bazaar-NG" topic. http://drupal.org/node/45368
So if this is the CVS software, what is ViewCVS? Are they the same? Are they alternatives?
I started off making a copy of the dashboard module just because it's short and simple and using a bit of the how to create a simple module tutorial.....
Now the module (lag) half works in the <>/module/dashboard folder - that is it appears on the create content page, but not in the create content menu....
However when i move it to the <>/module or it's own folder, it doesn't show up in either the create content menu or on the create content page...