Closed (outdated)
Project:
Private
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
10 Nov 2010 at 14:43 UTC
Updated:
18 Feb 2017 at 13:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedI forgot one thing: when the module is installed, existing content types would not have the "private_" in variable table. Then the field does not appear to be reordered in
admin/content/node-type/<node-type>/fieldsuntil the node type was edited. The "-1" solves this.Comment #2
thesaint_02 commentedI patched after installing the module. I can move the field, but it's always stuck to the top of the page none the less. I've tried editing the node type, changing privacy setting and disabling and re-enabling the module - all without result. Are there any DB entries I have to manipulate?
Comment #3
Anonymous (not verified) commentedDid you tried it with the 6.x-1.1 version? We have been using this patch for months with success.
Comment #4
dboulet commentedThanks for the patch eriksen.costa. You forgot to actually make use of the weight in the node form.
Amusing fact: the maintainer of this very module wrote a comprehensive blog post on implementing this feature: http://www.lullabot.com/articles/great-pretender-making-your-data-act-field.
Comment #5
adamps commentedClosing ancient D6 issue that doesn't seem to apply any more. The patch uses a hook that I think no longer exists.