Closed (works as designed)
Project:
Notifications
Version:
6.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Dec 2009 at 11:50 UTC
Updated:
30 Aug 2013 at 03:12 UTC
Jump to comment: Most recent file
Comments
Comment #1
dave reidNote the patch should use a group value of "additional_settings" and not "additional settings"
Comment #2
jcmarco commentedComment #3
dave reidLooks good to me. One small step closer to being Drupal 7 ported. :)
Comment #4
jcmarco commentedAdditional patch to add vertical support for the comment form.
This way you can add a form_alter for $form_id = 'comment_form'
$form['#pre_render'][] = 'vertical_tabs_form_pre_render';
And have all the notifications and subscriptions options for comment forms in
vertical tabs as well.
Comment #5
jcmarco commentedThis patch adds support for Vertical Tabs in the node edit forms.
For D7 that already has the vertical tabs integrated, this patch is mandatory to add VT integration,
and in the case of D6 if you have the vertical tabs module then it will be integrated with vertical tabs.
It was updated for 6.x-4.x release
Comment #6
develcuy commentedPatch at #5 is no longer needed.
Patch at #4 is a nice enhancement but new features should be addressed to Drupal 7. You are welcome to reopen this ticket to send a new patch for D7.