Line 120:
'#description' => t("This setting controlls wether or not the node title is displayed when viewing the node. The title field is going to appear on the 'create node' form regardless of these settings. To avoid its display and automatically create nodetitles ou can use the module !url", array('!url' => l(t('Automatic Nodetitles'), 'http://drupal.org/project/auto_nodetitle', $options = array('attributes' => array('target' => '_blank'))))),
should be changed to :
'#description' => t("This setting controls whether or not the node title is displayed when viewing the node. The title field is going to appear on the 'create node' form regardless of these settings. To avoid its display and automatically create nodetitles or can use the module !url", array('!url' => l(t('Automatic Nodetitles'), 'http://drupal.org/project/auto_nodetitle', $options = array('attributes' => array('target' => '_blank'))))),
Sorry I don't know how to use patch things.
Regards,
John
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Node_and_Comments_Form_Settings-fixed_description-1213890-2.patch | 1.65 KB | nupur.lohokare |
| Drupal 7 Theming Button 2011-07-09 Typo.png | 37.5 KB | Clean |
Comments
Comment #1
nupur.lohokare commentedComment #2
nupur.lohokare commentedHi Clean,
Found the issue you mentioned.
Changed the description to -
#description' => t("This setting controls whether or not the node title is displayed when viewing the node. The title field is going to appear on the 'create node' form regardless of these settings. To avoid its display and automatically create nodetitles you can use the module !url", array('!url' => l(t('Automatic Nodetitles'), 'http://drupal.org/project/auto_nodetitle', $options = array('attributes' => array('target' => '_blank'))))),
Thanks
Nupur
Comment #3
vipul.patil7888 commentedHi,
I have tested the patch and it looks good.
Thanks,
Vipul
Comment #5
ram4nd commented