Given that every single item in Drupal appears to be customizable, it seems like I should be able to edit my site's "Add Information" page ... but I can't seem to find where. Can anyone tell me where I go to do that?
You can edit the content types at admin/content/types. You can change what they are called and the description.
You can control which items appear in the list, by role, at admin/user/access. If a role doesn't have the "create" permission for a content type, those users don't see that content type in the list. But as administrator, you see them all.
You can change what's in the left sidebar: on admin/build/menu you can edit "Add information" and change it to something else.
Okay I get it now. I don't edit the page itself, I edit the description of each content type individually, and collectively that is what makes up the node/add page.
Content types
By hallmanYou can edit the content types at admin/content/types. You can change what they are called and the description.
You can control which items appear in the list, by role, at admin/user/access. If a role doesn't have the "create" permission for a content type, those users don't see that content type in the list. But as administrator, you see them all.
You can change what's in the left sidebar: on admin/build/menu you can edit "Add information" and change it to something else.
Got it
By curriercOkay I get it now. I don't edit the page itself, I edit the description of each content type individually, and collectively that is what makes up the node/add page.
Thanks.