Posted by voipfc on November 23, 2009 at 2:25am
5 followers
| Project: | Forward |
| Version: | 6.x-1.9 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
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
Comments
#1
any help on this?
TIA
#2
You 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.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.
#4
This patch implements hook_content_extra_fields() to allow the position of the forward form to be adjusted via the CCK Manage Field UI.