Hello all,

I am working om my new website which will lean very heavily on Locations and other Geo based modules.
Every thing works fin except one thing.
In my posts I get the node Location(s) information before (above) the actual post body.
I have tried the Contemplate module but that does not help.

Can anybody give me an idea as to what i need to change and where to fix this.
What i had expected is that i could move the position of the node Location(s) info
like you do with the node images.

My URL is http://paul.velder.net.

Thanks in advance for any help.

CommentFileSizeAuthor
clip_image002.jpg41.78 KBoboema

Comments

discursives’s picture

me too!

scottrigby’s picture

is there no way to do this? In the module I see the code:

$form['location'] = array_merge(
      is_array($form['location']) ? $form['location'] : array(),
      array(
        '#type' => 'fieldset',
        '#title' => t('Locative information'),
        '#collapsible' => TRUE,
        '#collapsed' => TRUE,
        '#weight' => 0
      )
    );

I would have assumed we could just change the weight, but in my "manage fields" section on content type I'm using this, the weight is "-4". I don't understand how this wroks, or what I could do to fix this?

scottrigby’s picture

also, I didn't mention this --
Location(s) comes before the body in the teaser,
but after the body in the full post.

Anyone have ideas how to fix? even as a workaround in the meantime?

bdragon’s picture

Status: Active » Closed (duplicate)

Marking as duplicate of http://drupal.org/node/47831
Please followup there.
Thank you.
--Bdragon