Closed (cannot reproduce)
Project:
Drupal core
Version:
7.x-dev
Component:
node system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2010 at 09:19 UTC
Updated:
5 Oct 2011 at 00:51 UTC
Jump to comment: Most recent
Comments
Comment #1
derjochenmeyer commentedConfirming this bug for 7.x-dev
- Before logging in the "Tags" are displayed below the node body
- After logging in the "Tags" are displayed above the node body
To reproduce this:
Comment #2
derjochenmeyer commentedI looked into this.
After installation
$content['body']and$content['taxonomy_tags']have[#weight] => 0.Visiting admin/structure/types/manage/article/display and reordering the weights, solves the problem, once you save the settings.
So, to fix this we need to add a default display order (
[#weight] => 1) for$content['taxonomy_tags'].Comment #3
derjochenmeyer commentedThis has to be added to profiles/default/default.profile
It seems field_config_instance needs a default entry for the field 'taxonomy_tags'
It seem the weight is stored in data (serialized)?
Anybody who has ideas on this?
Comment #4
Anonymous (not verified) commentedComment #5
Anonymous (not verified) commentedComment #6
lgreer commentedI tested this on 7.4 and could not reproduce the problem. The tags displayed below the description without having to log out and log back in again.