I had a crack at integrating Node Form Rearrange with Vertical Tabs...
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | node_form_rearrange.js_.txt | 1.86 KB | giorgosk |
| #4 | node_form_rearrange-729732_1_cleaned.patch | 6.35 KB | giorgosk |
| #4 | node_form_rearrange-729732_4.patch | 2.97 KB | giorgosk |
| #1 | node_form_rearrange-729732.patch | 11.32 KB | andrewmacpherson |
| node_form_rearrange_vertical_tabs.png | 56.7 KB | andrewmacpherson |
Comments
Comment #1
andrewmacpherson commentedHere's my patch...
If vertical_tabs.module is enabled, node_form_rearrange_form_alter() now checks to see if a vocabulary should be in a vertical tab. If so, it wraps the vocabulary field in a fieldset and attaches the supporting javascript file.
(I hope the patch works works, since it adds a new javascript file. I followed the cvsdo method for including new files in a patch.)
Comment #2
andrewmacpherson commentedadding 'vertical tabs' tag to issue
Comment #3
chiddicks commentedHas anyone else tried this patch?
Comment #4
giorgosktried patch from #1 with latest dev
did not apply cleanly
I cleaned it A LOT
and applied it by hand
still not working
I don't see the newly created .js file inserted anywhere thus its not doing anything
hence still needs work
Comment #5
giorgosksorry my patch does not include the .js file (which as I said I don't know how it should be called)