The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBookie for vBulletin 3.5 Details »» | |||||||||||||||||||||||||
vBookie
Introduction This is a Port of the original vBookie Hack created by tdjrico; full credits to him for the idea and the kind permission to port his work A t t e n t i o n This Hack is unsopported and incompatible with vBulletin 3.6+ You are hereby advised to not use it. Please do not ask me about support and/or updates - there will be none. Supporters / CoAuthors Show Your Support
|
Comments |
#732
|
|||
|
|||
Quote:
Quote:
|
#733
|
|||
|
|||
thanks to psybernaut,i've vbookie events paying out from the vbookies themselves.works great!thanks alot!
|
#734
|
|||
|
|||
I just installed this hack and can't get it to except my attempts to change the usergroups permissions. I click on a usergroup and set everything to yes and then save it. It says it saves but then I check to see if its set to yes and they arn't. Has anyone else had this proble? or am I doing something wrong?
|
#735
|
||||
|
||||
> Has anyone else had this proble?
Everyone has because the install code is "broken". Just import the XML again and select override |
#736
|
|||
|
|||
Quote:
|
#737
|
||||
|
||||
Should have been deleted too, though as it has not been deleted ... not possible.
|
#738
|
|||
|
|||
On the main vbookie page, the dropdown to show different events:
Currently showing * Events. Switch to * Events If you choose "settled", it brings my forum down. mysql gets a too many connections error. I do have a lot of settled events, but I can't understand why one query would bring it down. Either way, just thought I'd report it. I took the option off of my forums for the meantime. I'm using the latest version of vbookie. |
#739
|
||||
|
||||
Edit vbookie.php and replace
PHP Code:
PHP Code:
UPDATE vbookie_items, thread SET vbookie_items.threadid=thread.threadid WHERE thread.vbookie_item_id=vbookie_items.item_id; [/sql] Execute these queries and check if it does help. |
#740
|
||||
|
||||
I'm currently testing this mod. I think you've done an awesome job, Andreas. Is it possible to add (either in XML or SQL Query) variance in the amount of cash (default 500) by Usergroup upon registration and current registries? This is what I'm thinking:
In XML: Code:
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "user ADD vbookie_cash BIGINT UNSIGNED DEFAULT '500' AFTER pmunread WHERE usergroupid='x'"); $db->query_write("ALTER TABLE " . TABLE_PREFIX . "user ADD vbookie_cash BIGINT UNSIGNED DEFAULT '1500' AFTER pmunread WHERE usergroupid='y'"); $db->query_write("ALTER TABLE " . TABLE_PREFIX . "user ADD vbookie_cash BIGINT UNSIGNED DEFAULT '5000' AFTER pmunread WHERE usergroupid='z'"); Code:
$db->query_write("UPDATE " . TABLE_PREFIX . "user SET vbookie_cash=500" WHERE usergroupid='x'); $db->query_write("UPDATE " . TABLE_PREFIX . "user SET vbookie_cash=1500" WHERE usergroupid='y'); $db->query_write("UPDATE " . TABLE_PREFIX . "user SET vbookie_cash=5000" WHERE usergroupid='z'); ------------------------ EDITED: I modified the code bit and this part worked in SQL Query. Well, sort of. It only changes curent registered members upon usergroupid definition. New registries still inherit default vcash settings: Code:
UPDATE user SET vbookie_cash='500' WHERE usergroupid='x'; UPDATE user SET vbookie_cash='1000' WHERE usergroupid='y'; UPDATE user SET vbookie_cash='5000' WHERE usergroupid='z'; Code:
ALTER TABLE vbtest_user ADD vbookie_cash BIGINT UNSIGNED DEFAULT '5000' WHERE usergroupid='z' AFTER pmunread; ------------------------ Edited Again: I could set SQL Query for userids such as: Code:
UPDATE vbtest_user SET vbookie_cash='5000' WHERE userid='z'; |
#741
|
|||
|
|||
Love this mod, adds such value to my board.
Wondering if might be able to get a bit of help. A member created an event in vBookie, then my some mistake, they deleted the thread before they had closed the event. The event is now still listed in vBookie, and can't be closed or deleted. Any help appreciated. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|