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

smurk75’s picture

Same 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.

greenskin’s picture

You 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.

TheCrow’s picture

Version: 5.x-1.1 » 6.x-2.x-dev
Status: Active » Closed (fixed)

weight is available for 2.x