View Full Version : Add-On Releases - Nexia's POINTS system - ADDON vBookie
SORRY - HACK DROPPED
Here is is, the Addon to integrate Nexia's Points System to vBookie.
this is a simple addon, as there is not that much to do...
You have to set the configuration inside vBookie Settings >> "Cash/Points System" to use the "Custom" cash system...
i can't support this addon as i'm not used to vBookie... sorry! .. but it is working, hey!
update: DS MrSinister corrected a SQL error... (i corrected over it..)
If you cant support it, why did you tick the Supported option?
nexialys
04-02-2007, 09:50 AM
If you cant support it, why did you tick the Supported option?
oups... bad habitude.. lol
Hehe, i still dont know what vBookie is. Doesnt seem like something to appeal to me =/
subnet_rx
04-02-2007, 06:10 PM
Thanks! This points system is looking better and better.
DS MrSinister
04-05-2007, 12:13 PM
Not sure if anyone else is getting a error when making a vbookie event. If any gets a error this is how i fixed it..
OK log into admincp goto Plugins & Products --> Plugin Manager --> Product : Nexia's Points System - vBookie Integration --> Do Charity - Apply "Give to Poor" setting -- click on the edit and replace with the code below.. only problem i have so far..
# if members have less than the "Give to Poor" setting, they receive that amount as gift.
$vbulletin->db->query_write("
UPDATE " . TABLE_PREFIX . "user
SET nex_points_hand =" . $vbulletin->options['vbookiegivetopoor']
. " WHERE nex_points_hand < " . $vbulletin->options['vbookiegivetopoor']
);
nexialys
04-05-2007, 12:28 PM
i'll try to see what's going on with the query, but as i don't have the bookie on site, i can't test it...
edit: updated the first post... i edited your edit, it is now supposed to be ok!
ktutorials
04-05-2007, 02:35 PM
wats this vBookie means'
nexialys
04-05-2007, 02:47 PM
wats this vBookie means'
when you don't know what a specific term is used for, go on top-right of this site, you will find a SEARCH ENGINE...
i may not be polite enough, but please, be intelligent and search a little...
DS MrSinister
04-05-2007, 09:03 PM
I am still getting a error on adding a event. Not sure if its do to version different of php and mysql or not.. host as mysql 4.0.16 -- test place mysql has 5.0.33
UPDATE user SET =25 WHERE < 25;
MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '=25 WHERE < 25' at line 1
nexialys
04-05-2007, 09:13 PM
adding an event ?!
what is that query... did you deactivate the vBbux products yet? looks like not.. you imported the vbbux point but the addon to vBookie is not deactivated...
DS MrSinister
04-05-2007, 09:33 PM
One thing I over looked on my site thanks... Great Job on this :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.