0
votes

I am creating a Drupal-7.12 test site. After adding a new content type "famous airplane", how do I add a "famous airplane entry" link similar to "Blog entry" link under "Add content" menu at our user loginned top page?

Own Answer:

Home » Administration » People >> Permissions TAB

Node

  • famous airplane: Create new content
  • famous airplane: Edit own content
  • famous airplane: Edit any content
  • famous airplane: Delete own content
  • famous airplane: Delete any content

Check above for authenticated user.

2

2 Answers

0
votes

If you want the normal user to add content, then you need to set the permission. Under People > Permission you will find node. And there you have to add the permission so that users can add content. But yes, giving permission to users who add content directly has a lot of security implications.

So act accordingly. Hope this solves your problem.

0
votes

If you have successfully created the content type then the link will come automatically under node/add link. But I am not sure if you mean the top black toolbar or somewhere else.

If you need to add the link at the top of the toolbar then go to the create content and then to your famous airplane add content form, there at the top you will see a black plus icon which will help you add the link at the top in the black toolbar also know as shortcut bar.

Hope this answers your question.