This addon performs the task of diligently monitoring and counting votes on each post. It then compiles these vote records into user-friendly lists readily accessible on the individual user profile pages. This feature simplifies reviewing one's voting history and encourages user engagement with post-voting.
Demo | Download | Documentation
You need to install BWL Pro Voting Manager WordPress plugin to use the addon.
You need at least WordPress version 4.8+ installed for this plugin to work properly. It is strongly recommended that you always use the latest stable version of WordPress to ensure all known bugs and security issues are fixed.
- WordPress 5.6 or greater.
- PHP version 7.4 or greater.
- MySQL version 5.5.51 or greater.
-
Go to plugins section in your WordPress admin panel and click
Add Newto install plugin. -
Now, upload the
user-vote-tracker.zipfile. -
Once plugin successfully uploaded in your server you will get an message to activate it. Click on
Activate PluginLink and plugin will be ready to use. -
After activating plugins, you will redirect in plugins section of wp-admin panel and show new installed plugins information in there.
-
Once you completed installation process, plugin will automatically added a "My Votes" submenu in USER menu section. In
My Votespage you will able to access all of your previously voted information. You can filter them by post type/ date / vote types (liked/disliked).
You can also display voting report page any where of your site using shrotcode. Here goes list of shortcode-
[uvt_front filter="1" limit="5" pagination="1"]// filter= 1 or 2 . 1= Liked, 2= Disliked
// limit = 5 ; No of items you like to show.
// pagination = 1 or 0 . 1= Show, 0=Hide.
echo do_shortcode('[uvt_front filter="1" limit="5" pagination="1"]');-
Addon comes with built-in widget to display top voted products. Go to WordPress
Admin Panel>Appearance> widgets section. There you will get the User Vote Tracker Widget. -
Configure it according to your need.
Widget output
- The addon text-domain is
bpvm_uvt - Inside of addon
languagesfolder you will get a file nameduser-vote-tracker.potfile. To edit this file you need to install "poedit" software in your computer. - Open that
user-vote-tracker.pot', and start adding translated texts. - Suppose you want to translate plugin in to "German" language. So,".po" file name will be
bpvm_uvt-de_DE.po. That's all.