Vote Message 1.5 plugin problem

cajkan

Active Member
Hello guys,
I've installed today the plugin and I've noticed few problems:

1. When you vote success/fail says - you have successfully voted for
it's missing user title name, same happens on already voted message

2. After voting, buttons dont work - RETURN TO WEBSITE / VIEW STATISTICS
HTML:
 You have successfully voted for <strong>{$voted_for_user_title}</strong>

    <div class="center">
        <a href="{$voted_for_user_url}" onclick="out(this,'{$voted_for_user}');" rel="nofollow" class="btn btn-success" >{$lng->plugin_votemessage_return}</a>
        <a href="{$list_url}/{$url_helper_a}details{$url_helper_u}{$voted_for_user}{$url_tail}" class="btn btn-warning">{$lng->plugin_votemessage_stats}</a>
    </div>
3. In admin panel says plugin version 1.4, but on VL resources page says 1.5


I'm not sure this happened to everyone
 

Mark

Administrator
Staff member
please post in the plugin thread (resource manager) rather than filling up General help :) its always best to keep topics as organized as possible.


1) I have never used this plugin so need to look closer at how it was built to see why that is failing, odd becuase I assume it worked before.
2) Same as above.
3) that was a bug I caused when I updated a batch of plugins for mySQLi support. You can ignore the update warning for you, I will fix that on next update.
 
Top