Create Content in Drupal
cmgui - December 19, 2008 - 00:29
hi All
Drupal is quite unique amongst CMS in that it has a Create Content block containing the links to create contents for the different content types or nodes.
While this may be good to administrators, most users would prefer a Create FAQ, or Create News, or Create Story link at the top of the FAQ (a Drupal module), News (self created content type) or Story page. This is the more common way of creating contents.
Does anybody know how to hack Drupal for this?
Thank you
cmgui

=-=
I don't see why you feel you have to hack drupal for what you are asking.
you can create any kind of page content you want and link to them in the menus. You can also manipulate and create your own menus instead of using the default menus.
hi VeryMisunderstood thank
hi VeryMisunderstood
thank you for the fast reply
yes, i did that for my News content type.
i created a new content type called News and set it to publish to the front page.
i then created a Menu called News linking to the front page .
then i created a child menu item for Create News -- and made the parent News menu 'expanded'.
however, because News menu is linked to , the child menu item is always exposed even if the News menu item isn't selected.
anyway that is not what i want.
i like to have a "Create News" link at the top of the page containing all the News articles.
likewise for the Frequently Asked Questions module.
some modules, like Blog, already have a Post Blog in the blog page.
=-=
you have two methods to create lists.
first and foremost, core supports taxonomy listing pages. Create a taxonomy for your "content types" associate this taxononmy with the content type and you have lists created by core see: http://drupal.org/handbook/modules/taxonomy
another more advanced method would be to use the views.module and build your lists.