Active
Project:
Web Links
Version:
6.x-2.x-dev
Component:
Theming
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2010 at 10:02 UTC
Updated:
2 Sep 2010 at 10:27 UTC
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
Comment #1
nancydruYou can certainly create a node-weblinks.tpl.php in your theme and do anything you want.
Comment #2
summit commentedHi 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
Comment #3
summit commentedHi 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
Comment #4
summit commentedHi Nancy,
After thorough investigation, I see that the weblinks url and title are placed in the $node->body
How can I extract the weblinks url with showing the weblinks title in my theme under the $node->body please?
greetings, Martijn