Great mod, thanks!
However, would recommend instead of using
This
{else}
<a href="{$story_url}"{if $Voting_Method eq 1} onclick="javascript
:{$link_shakebox_javascript_vot e}"{/if}>{$title_short}</a>
{/if}
{/if}
</div>
I recommend this
{else}
<a href="{$story_url}"{if $Voting_Method eq 1 && $link_shakebox_currentuser_votes eq 0 && $link_shakebox_currentuser_reports eq 0} onclick="javascript
:{$link_shakebox_javascript_vot e}"{/if}>{$title_short}</a>
{/if}
{/if}
</div>
This will about getting the popup saying that the story is already voted