Could you please assign the finished service links output to a property of the node object like $node->servicelinks... and then provide a preference setting for "Show Links > In Template?" If true, don't use _nodeformat at all. Just let the template designer wrap the links.
THis would spare me a lot of drama and customization when combining your links up with other buttons in a toolbar.
Great module. Thank you;
Comments
Comment #1
frjo commentedYou can add this in your template.php with the function _service_links_render(). I think that is a better solution.
Comment #2
frjo commentedHere are some example code for template.php, I will include this in the next release.
Use
<?php print $service_links ?>to insert in your node.tpl.php file.Comment #3
frjo commentedInstructions and example.php added to cvs.
Comment #4
(not verified) commented