The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
[SOLVED] ADD vbookie to rep system !
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. |
#2
|
|||
|
|||
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
|
#3
|
|||
|
|||
what does this do?
|
#4
|
|||
|
|||
so this makes it so you can bet rep?
|
#5
|
||||
|
||||
thanks
|
#6
|
|||
|
|||
thanks bro
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|