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.

CommentFileSizeAuthor
#2 nodereview_help.patch1.84 KBgreggles

Comments

greggles’s picture

Version: 4.7.x-1.x-dev » master

I 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.

greggles’s picture

Status: Active » Needs review
StatusFileSize
new1.84 KB

Ok - 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.

Crell’s picture

Version: master » 4.7.x-1.x-dev
Status: Needs review » Fixed

Committed a modified version that also handled the edit page in addition to the add page. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)