PDA

View Full Version : [SOLVED] ADD vbookie to rep system !


gsup084
07-01-2006, 08:15 PM
Edit the functions_vbookie.php file. in the /includes folder.


change "Ucash" and replace with "reputation".

Then save locally and ftp it over. Make sure you back it up incase you did it wrong.

===========================
EXAMPLE
===========================

case 'vcash':
$cash = (int)$vbulletin->userinfo['vbookie_cash'];
break;
case 'ucash':
$cash = (int)$vbulletin->userinfo['reputation'];
break;
case 'ebux':
$cash = (int)$vbulletin->userinfo['ebux'];
break;
case 'custom':
($hook = vBulletinHook::fetch_hook('vbookie_get_user_cash') ) ? eval($hook) : false;
================================================== =====

DO NOT EDIT THE "UCASH" AFTER THE "CASE"

FOLLOW THIS STEP FOR ALL "UCASH".

ALSO go to your ADMINCP and change the point system to UCASH and save the settings.

:)

Chicago_VLNU_4s
08-05-2006, 10:14 PM
thanks... it works! and when he says make sure "ucash" is replaced, CTRL + F and find all the "ucash" AFTER CASE and replace with reputation then FTP back to your includes folder

daticus
08-11-2006, 05:59 AM
what does this do?

Evil X
08-14-2006, 05:55 PM
so this makes it so you can bet rep?

Mutt
03-10-2007, 04:55 PM
thanks

desibw
10-13-2007, 05:36 PM
thanks bro