Resource icon

Unmaintained Display AddThis Share Bar in Posts 1.0

No permission to download
PROBLEM:

Unfortunately, it appears that certain parameters aren't passed to the ad_message_below template hook.

You might notice when using this add-on that the link which is shared does not contain the post number. In fact, the link that is shared doesn't even work properly.

This is because the details of the post ID aren't passed to the URL.

TEMPORARY SOLUTION:

As odd as this sounds, please disable the add-on. This will of course disable the Listener containing the template hook and template create events. It will, however, leave you with the templates that make this add-on work.

To call these templates, edit template ad_message_below and add the following at the bottom:

Code:
<xen:include template="addthis_ajax_post">
     <xen:set var="$url">{xen:link full:threads/post-permalink, $thread, 'post={$post}'}</xen:set>
</xen:include>

This enables all functionality of the add-on.

NOTE:

You do not need to re-download this resource. Once it is installed, follow the above instructions to make it work correctly.
Top Bottom