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

ggalan1173’s picture

any help on this?
TIA

seanr’s picture

Status: Active » Fixed

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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

jonathan_hunt’s picture

Category: support » feature
Status: Closed (fixed) » Needs review
StatusFileSize
new1.28 KB

This patch implements hook_content_extra_fields() to allow the position of the forward form to be adjusted via the CCK Manage Field UI.

john.oltman’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)