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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | sharethis_theme.patch | 723 bytes | k3vin_nl |
Comments
Comment #1
k3vin_nl commentedThis patch seems to fix it.
Comment #2
k3vin_nl commentedComment #3
shawngo commentedIt looks like this has been added to the 6.x-1.x-dev version.
Comment #4
avpadernoI 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.