I'd like to adjust the position of the forward form on the page. I have added some CCK fields to the page node and the forward form, is appearing before the added CCK fields.
Is there some way to adjust it? I have tried changing the weight in the hook_nodeapi op=view, but it has no effect.
Thx
/voipfc
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | forward_adjust_form_weight_640120.patch | 1.28 KB | jonathan_hunt |
Comments
Comment #1
ggalan1173 commentedany help on this?
TIA
Comment #2
seanrYou can use the forward block instead of the inline form and put it wherever you want it. I also increased the weight of the nodeapi form from 10 to 50, so that should fix it once the new release gets posted.
Comment #4
jonathan_hunt commentedThis patch implements hook_content_extra_fields() to allow the position of the forward form to be adjusted via the CCK Manage Field UI.
Comment #5
john.oltman commented