credit system

  1. B

    Solved Exchange rate option is missing

    As the title says.
  2. NikitOS

    Solved Bugs, bugs again, everywhere...

    Hello Many bugs again. #1: Invalid payment provider class specified during installation. \XenSoluce\CreditSystem\Setup :: installStep2: public function installStep2(array $stepParams = []) { $db = $this->db(); $db->query('INSERT INTO `xf_payment_provider`(`provider_id`...
  3. B

    Solved Payment profile name is missing

    As the title says.
  4. B

    Solved Payment profile didn't get deleted on uninstall

    When reinstalling the add-on I get this error because the payment profile is still stored in the xf_payment_provider table even after uninstalling the add-on.
  5. B

    Implemented Hide disabled/uninstalled add-ons

    I suggest hiding disabled/uninstalled add-ons from the event list and sidebar widget.
  6. B

    Implemented View transactions page permission

    The transactions page is currently accessible to all visitors including guests, so I suggest adding new permission for who can view this page.
  7. B

    Solved Credits amount is missing in the error message

    As the title says.
  8. B

    Solved User balance didn't get updated on event reset

    As the title says.
  9. B

    Implemented About popup window and URLs

    The Donate and Modify window is currently displaying in the same window with tab header to switch between each other, it would be better if displayed each option in its own window. Regarding URLs; In transactions page donated/ to credits/donated/ In the popup menu Donate...
  10. B

    Implemented Add white space before event name

    If the custom calculation method not enabled, no white space being added between the event name and its value.
  11. B

    Solved Can't reset user credits

    As the title says.
  12. B

    Solved Can't modify user credits from the front-end

    Can't modify user credits from the front-end even if the user has the permission.
  13. B

    Solved Transactions page error

    Transactions page error after a clean install.
  14. B

    Implemented Sum all events by default

    And add a checkbox option to sum all events' credits by default. If unchecked, the below filed gets enabled and the user can enter a custom calculation method for events.
  15. B

    Implemented Move event columns in a separate table

    I suggest moving all columns of events in a separate table called xf_xs_cs_events_credits because its messy to add a column for each event in the xf_user table.
  16. B

    Implemented Move all non-event transactions to a separate tab

    It would be better if added all other transactions (donated, modified, etc) to a separate tab called misc.
  17. B

    Solved Transaction list sort issue

    Transactions are not sorted descending by default. I can't even set the descending sort from the filter.
  18. B

    Solved xs_cs_last_update_credit didn't drop on uninstall

    As the title says.
  19. B

    Implemented Prevent logging credits value on rebuilding

  20. B

    Solved The rebuilding process is very slow

    It took two days to rebuild user's credits on a forum with 150K posts.
Top Bottom