Quote:
Originally Posted by Dark s.s. Trunk
yes, everything is being ran the way it is according to the instructions
is there any mods that are required for this to work or something
|
No, but having said that there might be some plugins that are incompatible with this hack. I'm running a fair number of plugins at my own forums and its displaying properly.
Edit your plugin for postbit_display_complete for the eBux / eStore and make sure near the top it says ...
Code:
// add the points to the userinfo
$post['points'] = number_format($post[$vbulletin->options['ebux_pointsfield']], $vbulletin->options['ebux_decimalplaces']);
This is where it formats the number and sets the number of decimal places to be used according to your ebux_decimalplaces setting. Also make sure you have set this setting inside eBux Settings, the eStore Settings for decimal places only handles prices/taxes when displaying the purchase items from the estore.php link.
Quote:
Originally Posted by Stangsta
can you make it so when a thief attempt fails, the amount of points risked goes to the person they tried to steal from?
|
Yeah, I could probably add an option inside eBux Settings in the next release.
-CMX