Brain freeze: I have gone through the docs and the php snippet. What I am trying to do is to put the service links below the node title, above the body.
Brain freeze: I have gone through the docs and the php snippet. What I am trying to do is to put the service links below the node title, above the body.
Comments
Comment #1
smurk75 commentedSame here. I tried clearing the cache on admin when updating the template.php file and added the call to $service_links in the node.tpl. in the theme directory with no luck.
Comment #2
greenskin commentedYou will need to implement the hook_nodeapi() function in a custom module and change the weight of the Service Links to a negative number, do this in the 'view' op.
Comment #3
TheCrow commentedweight is available for 2.x