By turtle182 on
On the "create content" page there are descriptions for each content type for which a node can be created. I know when I create a custom content type I can control the description that appears on that page, but what about "page" and "book page" types? I am using both for vey specific purposes and would like to have that reflected in this description rather than having users clicking into a type and reading the explanation at the top of that type's add page.
I looked around in the database for where this info might be stored but didn't spot it. Any suggestions?
Comments
Good question. I've looked
Good question. I've looked for this as well. Very interested in any guidance people can provide.
edit x.module: hook_help
Open the module in question in a text editor (in your case, page.module and book.module), and look for the modulename_help() function (so page_help and book_help). There you will find the text you want to change.
Is this a bug?
When editing the content identification at admin/content/node-type/page the help text under the description field says the field text will be displayed on the create content page. The field is editable so I assume it should be stored in the database. If it really isn't it's an issue, right???