Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBookie for vBulletin 3.5 Details »»
vBookie for vBulletin 3.5
Version: 1.0.7, by Andreas Andreas is offline
Developer Last Online: Jan 2023 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 08-11-2005 Last Update: 02-17-2006 Installs: 633
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #832  
Old 05-03-2006, 09:18 PM
frandy frandy is offline
 
Join Date: Mar 2006
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does anyone know of a way to make the Vbookie run off the rep points rather than vcash. Also im having a few problems with changing the permissions in the usergroups. Every time i change it for the admins everythin is "yes" then you click save and look back and they are all back to the default of "no" :S

anyhelp is appreciated
Reply With Quote
  #833  
Old 05-03-2006, 11:17 PM
Underserial Underserial is offline
 
Join Date: May 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by frandy
Does anyone know of a way to make the Vbookie run off the rep points rather than vcash. Also im having a few problems with changing the permissions in the usergroups. Every time i change it for the admins everythin is "yes" then you click save and look back and they are all back to the default of "no" :S

anyhelp is appreciated

thats my problem too!
Reply With Quote
  #834  
Old 05-04-2006, 10:31 AM
tvsf tvsf is offline
 
Join Date: Apr 2006
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Underserial
thats my problem too!
Also my problem. Already solved above...my bad. Everyone just go to admincp/index.php?do=buildbitfields
Reply With Quote
  #835  
Old 05-04-2006, 04:36 PM
frandy frandy is offline
 
Join Date: Mar 2006
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I managed to fix it....

in the functions_vbookie.php change the 8 instances of "vbookie_cash" to "reputation" upload the file again to replace the current then hide the Vbcash keep cash system as the Vcash, and it shud work with reputation.

Does for me!

also when editing usergroups and it goes back to "no" you needa switch off the vbookie in the "vbulletin options > vbookie settings" and then edit usergroups then switch back on and that should work.
Reply With Quote
  #836  
Old 05-04-2006, 06:25 PM
Underserial Underserial is offline
 
Join Date: May 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by frandy
I managed to fix it....
also when editing usergroups and it goes back to "no" you needa switch off the vbookie in the "vbulletin options > vbookie settings" and then edit usergroups then switch back on and that should work.
sorry doesnt work!
Reply With Quote
  #837  
Old 05-04-2006, 07:05 PM
frandy frandy is offline
 
Join Date: Mar 2006
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

just re-run the xml then....
Reply With Quote
  #838  
Old 05-04-2006, 07:21 PM
Underserial Underserial is offline
 
Join Date: May 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by frandy
just re-run the xml then....

what do you ment with re run im german sorry my english is not the best.
Reply With Quote
  #839  
Old 05-05-2006, 03:49 PM
frandy frandy is offline
 
Join Date: Mar 2006
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Um, install the XML again and set over-right permitions to yes. Then try and edit the usergroups. If that doesnt work I got a feeling that something else has been done wrong. Im not an expert with this hack so im not 100% sure. But re-installing the xml should fix any errors
Reply With Quote
  #840  
Old 05-05-2006, 04:38 PM
cmbehan cmbehan is offline
 
Join Date: Mar 2006
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I love this hack, and our users love it as well.

On our site, we have different usergroups, and when we rolled vbookie out I assigned different levels of points to the usergroups.
I made a php file with the following code with the intention of bumping people back up to their starting levels once a month.

Code:
    $rs = mysql_query('UPDATE vb_user SET vbookie_cash = (500) WHERE vbookie_cash < (500)');
    $rs = mysql_query('UPDATE vb_user SET vbookie_cash = (750) WHERE usergroupid=(x) AND vbookie_cash < (750)');
    $rs = mysql_query('UPDATE vb_user SET vbookie_cash = (1000) WHERE usergroupid=(y) AND vbookie_cash < (1000)');
    $rs = mysql_query('UPDATE vb_user SET vbookie_cash = (1250) WHERE usergroupid=(q) AND vbookie_cash < (1250)');
    $rs = mysql_query('UPDATE vb_user SET vbookie_cash = (1500) WHERE usergroupid=(z) AND vbookie_cash < (1500)');
It works well, and I made a cron job to run it, but we've decided to change our system to just give everyone an "allowance" of 500 vcash per month.

I know I've seen the SQL query to simply add (x) vcash to each user somewhere here, but I can't find it now.

Can anyone point me in the right direction?

Thanks!
Reply With Quote
  #841  
Old 05-07-2006, 09:34 AM
VBUsers's Avatar
VBUsers VBUsers is offline
 
Join Date: Aug 2004
Posts: 830
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

my vbookie stopped working now that we have moved out of ebux and into vbplaza. is there a fix for me to use my new vbplaza points with my vbookie? if so what do i do?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:41 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08050 seconds
  • Memory Usage 2,315KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete