Hi,
I am working with weblinks very frequently. It is working great!
I would very much like to be able to change the order of fields on node-form.
Would it be possible to change the order of fields, such as that the "visit .." field can be situated underneath the node-body?

thanks a lot in advance for your reply!
greetings,
Martijn

Comments

nancydru’s picture

Status: Active » Postponed (maintainer needs more info)

You can certainly create a node-weblinks.tpl.php in your theme and do anything you want.

summit’s picture

Status: Postponed (maintainer needs more info) » Active

Hi Nancy,
Going further on this path.
What I want is that the weblinks url (not the node-title) is not placed in the $content, but underneath the $content. Is this possible please? Do I change a setting somewhere?

Thanks a lot in advance for your reply!

greetings,
Martijn

summit’s picture

Hi Nancy, googling about manipulating $content, I came on this great module set:

http://drupal.org/project/nd_contrib

Wouldn't it be great if weblinks would also have a nd_contrib submodule, so that way weblinks theming could be aranged wihtin the display suite?

Thanks for going into this.
Greetings, Martijn

summit’s picture

Hi Nancy,

After thorough investigation, I see that the weblinks url and title are placed in the $node->body

<?php print($node->content['body']['#value']); ?>

How can I extract the weblinks url with showing the weblinks title in my theme under the $node->body please?

greetings, Martijn