On lonely node management pages, i've noticed that neither the "Explanation or submission guidelines:" nor the "help text" (for cck content types) appears at the top of the node submission form.

I know it's been said already, but these are great modules Fago!

Comments

kevinwalsh’s picture

Title: Help text missing on node » Help text and titles missing on node forms

I'm not sure if this is a related but i just noticed that for "node edit form" and "node adding form" pageroute types, the Title field defers to the content type title rather rather than the optional Title field specified in the pageroute edit page.

fago’s picture

Status: Active » Closed (won't fix)

hm you are right.

unfortunately the help text is presented through the hook_help() system of drupal to the user - so it's hardcoded to the node/add URL. Perhaps it would be best to just insert it with through hook_help too, but then it might appear above the tab-like submit buttons. So as it's quite complicated and I've no time left for it, I won't fix it. However feel free to provide a patch..