Version: 2.0.7, by vlrick
Developer Last Online: May 2014
Category: Administrative and Maintenance Tools -
Version: 4.2.0
Rating:
Released: 04-26-2010
Last Update: 04-30-2014
Installs: 249
DB Changes Uses Plugins Auto-Templates
Translations
No support by the author.
Info: VigLink is the easiest way to monetize your outbound links. You get paid when visitors click from your forum to a retailer and buy something. The VigLink analytics dashboard tells you which outbound links are clicked most, which are making you the most money, and more.
You've created something special. Your community is a place where people congregate to discuss their passion. It turns out they also make decisions about what to buy and where to buy it?and that's valuable. VigLink helps you capture this value, effortlessly.
In fact, VigLink is second only to AdSense as the most widely used monetization technology for vBulletin. Don't take our word for it, here's the breakdown.
This add-on will install the VigLink javascript on your forum, without the need to edit templates.
VigLink Convert
Your members are constantly posting links to retailers. If any go to over 35,000 retailers, VigLink will automatically convert them to monetized links that pay you a commission. Learn More >>
VigLink Insert
Forum threads often reference products, brands, and retailers. VigLink can automatically link these references, making sure they always go to the most valuable destination. Learn More >>
Controls
Version 2.0 now gives more control over how VigLink runs on your site. You can enable or disable VigLink Convert and VigLink Insert for specific user groups and forums.
I cant unistall this plugin and i get this database error message in my vbulletin 3.8.10 admin panel
please help me to remove this plugin
PHP Code:
Database error in vBulletin 3.8.10:
Invalid SQL:
ALTER TABLE userfield DROP COLUMN field5;;
MySQL Error : Can't DROP 'field5'; check that column/key exists
Error Number : 1091
Request Date : Monday, May 27th 2019 @ 01:22:26 AM
Error Date : Monday, May 27th 2019 @ 01:22:27 AM
Script : http://www.mysite.com/vb/admincp/plugin.php?do=productkill
Referrer : https://www.mysite.com/vb/admincp/plugin.php?do=productdelete&productid=viglink&s=
IP Address : ***.***.***.**
Username : admin
Classname : vB_Database_MySQLi
MySQL Version : 5.7.26-cll-lve
Server : **.**.**.***
User Agent :
I cant unistall this plugin and i get this database error message in my vbulletin 3.8.10 admin panel
please help me to remove this plugin
PHP Code:
Database error in vBulletin 3.8.10:
Invalid SQL:
ALTER TABLE userfield DROP COLUMN field5;;
MySQL Error : Can't DROP 'field5'; check that column/key exists
Error Number : 1091
Request Date : Monday, May 27th 2019 @ 01:22:26 AM
Error Date : Monday, May 27th 2019 @ 01:22:27 AM
Script : http://www.mysite.com/vb/admincp/plugin.php?do=productkill
Referrer : https://www.mysite.com/vb/admincp/plugin.php?do=productdelete&productid=viglink&s=
IP Address : ***.***.***.**
Username : admin
Classname : vB_Database_MySQLi
MySQL Version : 5.7.26-cll-lve
Server : **.**.**.***
User Agent :
Because the symbol is not closed in the delete code.
Open .xml file.
Find:
Code:
$vbulletin->db->query_write("DROP TABLE IF EXISTS `" . TABLE_PREFIX . "viglink_link_insertion");
Replace with:
Code:
$vbulletin->db->query_write("DROP TABLE IF EXISTS `" . TABLE_PREFIX . "viglink_link_insertion`");