There is a nice theme_sharethis function in the module.
However the content gets attached to the node in sharethis_nodeapi with:

'#value' => theme_sharethis($data_options, $node->nid),

Instead of

'#value' => theme('sharethis',$data_options, $node->nid),

Because of this the output can't be overwritten in another theme function.

CommentFileSizeAuthor
#1 sharethis_theme.patch723 bytesk3vin_nl

Comments

k3vin_nl’s picture

StatusFileSize
new723 bytes

This patch seems to fix it.

k3vin_nl’s picture

Status: Active » Needs review
shawngo’s picture

It looks like this has been added to the 6.x-1.x-dev version.

avpaderno’s picture

Version: 6.x-1.8 » 6.x-1.x-dev
Issue summary: View changes
Status: Needs review » Closed (outdated)

I am closing this issue, as Drupal 6 is no longer supported. Please re-open it if the issue is still relevant for the Drupal 7 or 8 version of the module.