Quote:
Originally Posted by JirQUEST
managed to solve this problem by looking through the "estore.php" in admincp. i am not sure of how appropriate it is to display someone's code in here, but it's a small fix of a misspelling, so i am presuming it's ok. apologies to cmx if that's not allowed. anyway, fix:
line 491 - /admincp/estore.php
$db->query_write("UPDATE " . TABLE_PREFIX . $vbulletin->options['ebux_pointstable'] . " SET " . $vbulletin->options['ebux_pointsfield'] . " = posts");
the option in the last field was spelled as optin. change that and everything is dandy.
|
It's fine, I found this misspelling too and will be putting it into v1.1.0
-CMX