Quote:
Originally Posted by lordofgun
here's mine:
|
thankyou kindly,now after i upload that do i do the below changes.less the query?
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.