Allow for any data to be displayed which belong to this user
This update allows you display any data the user holds in the database ( statistics excluded ), previously only 3 were allowed.
Due to this, the old template tags did changed. If you made use of child templates for this plugin, please update the following tags in the files, else simply ignore and reupload
vote_message.html and vote_message_fail.html
{$voted_for_user_title} becomes {$vote_message_title}
{$voted_for_user_url} becomes {$voted_message_url}
{$voted_for_user} becomes {$vote_message_username}
This allows us to display any data, you take the original template tag and prefix it with vote_message_
So, lets say you want to display the users description also, the tag would be
{$vote_message_description}