After submitting a node and checking the option 'share this', the pase is redirected to the homepage (site-url) with ?simpleshare=true added, so without the url to the node, this is missing.

Comments

Rob_Feature’s picture

Hmm....I'm betting you don't have path module enabled? I see where I'm redirecting to a path, which would break without path module...confirm?

This will be updated in the next release, for now change line 70 in the .module file to

drupal_goto('node/' . $node->nid, $query);

and let me know if it works.

Rob_Feature’s picture

Version: 6.x-1.0-beta2 » 6.x-1.0-beta3
Rob_Feature’s picture

Status: Active » Closed (won't fix)

FYI: we've eliminated drupal_goto completely in the newest version (which will release once drupal.org's version control situation is stable. So I'll mark this as won't fix, since we're basically not using this method anymore.