- #310484 by merlinofchaos - Views integration: Allow relationships to work nicely with multiple values.
- Views integration: reorder elements in the field's settings to ba a little more logical.
- #306604 Views integration: fix relationships with 'group multiple values' option. Thx merlinofchaos for the help.
+- Add a message on the 'Manage fields' screen about the benefits of advanced_help module.
CCK 6.2-rc7
===========
$order = $dummy ? explode(' ', trim(drupal_render($dummy))) : array();
$vars['help'] = theme('advanced_help_topic', 'content', 'manage-fields') . t('Add fields and groups to the content type, and arrange them on content display and input forms.');
+ if (!module_exists('advanced_help')) {
+ $vars['help'] .= '<br/>' . t('Note: Installing the !adv_help module will let you access more and better help.', array('!adv_help' => l('Advanced help', 'http://drupal.org/project/advanced_help')));
+ }
$rows = array();
while ($order) {