Closed (won't fix)
Project:
Pageroute
Version:
4.7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2006 at 06:19 UTC
Updated:
7 Jan 2007 at 21:03 UTC
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
Comment #1
kevinwalsh commentedI'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.
Comment #2
fagohm 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..