Active
Project:
Node Family
Version:
5.x-1.3
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2008 at 11:47 UTC
Updated:
28 Aug 2013 at 16:51 UTC
Hi,
I have a node profile and the submission guidelines will not display - they will display on normal nodes and when you first create a node profile however when you access it through nodefamily/nodetype they will not display.
Thanks
Comments
Comment #1
bnobleman commentedThe code below works for me. Could be added to the module itself.
/**
* Implementation of hook_help().
*/
function nobleprog_help($section) {
if (arg(0) == 'nodefamily') {
$type = node_get_types('type', str_replace('-', '_', arg(1)));
return '
'. filter_xss_admin($type->help) .'
';
}
}
-------
Bernard Szlachta
http://www.nobleprog.co.uk/drupal/training
http://www.nobleprog.us/drupal-training-courses