On admin/settings/nodereview/{nodetype} I would like to have a textarea for admins to be able to set a string of advice for the user.
This is mostly a placeholder and a request to get input on the idea. I'm implementing it on a site, the only question is whether the patch will get added or if I should do this by theming the nodereview input form.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | nodereview_help.patch | 1.84 KB | greggles |
Comments
Comment #1
gregglesI just realized that for my situation it is possible to do this on the admin/settings/content-types/nodereview page so I won't be providing a patch to do this. Also, it will require a new database table to store the instructions which is a bit beyond the time/scope I have.
Comment #2
gregglesOk - and I'm back to this issue. The node submission instructions don't get shown because nodereviews are on a page with a url that doesn't fit the node/add/stuff pattern
Also, I realized that I CAN save the information in the variable table.
I took a major pointer from line 51 of the node.module - this may not be 100% the right way to do it, but it works for node.module.
Comment #3
Crell commentedCommitted a modified version that also handled the edit page in addition to the add page. Thanks!
Comment #4
(not verified) commented