Quote:
Originally Posted by Frugal
Section 1 (vbbokie installed ucash not installed)
Ok here is how to integrate ebux and vbookie without having to edit the vbookie files.
Install eBux as per the readme.
Search for and remove the following if it exists in postbit and postbit_legacy templates
Code:
<if condition="$vboptions['vbookiecashon']">
<br />vCash: $post[vbookie_cash]
</if>
Go to AdminCP >> eBux Options >> Manage Settings and change Points Field Name to ucash (this option should be just over half way down the list.)
Go to ACP >> Maintenance >> Execute SQL Query
Execute the following query
Code:
ALTER TABLE `user` CHANGE `ebux` `ucash` DECIMAL( 30, 5 ) NOT NULL DEFAULT '0.00000'
Then go to ACP >> vBulletin Option >> vBookie Settings and set Enable uCash to yes
eBux and vBookie will now work together.
Frugal
|
so if i choose to do this ebux will work ok with vbookie, i just want to be sure