Antoine Hello, you can go to your database and in the table users, there is a field named money. You can manually set it to 0, as there's currently no way to reset the money from the website.
You can also run a query like UPDATE users SET money = 0; to reset every user.

thanks this is what i need. But could u add reset button in admin?

    Very good extension! This extension makes communication more interesting. I would like to be able to set up different Tags in the release of content can be a different number of rewards. Thanks again for making this extension!

      maruco
      ccrice

      Thank you for your suggestions!

      If you want to reset the money for a specific user, you can do this from his profile, there is a button to change the money earned. But there is currently no way to do this for all users.

      Sadly, I don't have much time to add these features to this extension now (and maybe not enough skills to develop the differentiation for tags).

      5 days later

      for lenght is for create discussion and post? and what the meaning of lenght, it mean character or word?

        maruco It counts characters using the strlen PHP function, and it isn't used when you create a discussion, it is used only for the reply posts.

        • [deleted]

        • Edited

        pic

        pic

        Why so many numbers?

        【solved】---> ALTER TABLE users modify money decimal(6,2)

        25 days later

        I made my forum so you need

        500 posts for $1
        or 300 new discussions for $1 . For some reason nothing shows on my profile about for the $ sign lol.

        Forum is https://forum.senpa.io (not sure if I configured it wrong)

          Up2Vex check the messages higher in the discussion for similar issues. Don't forget to include the [money] token in your setting.

          I'm however not sure if you're supposed to use { or [, maybe both work. I'm not using the extension myself.

          Antoine You can change the full format of the money in the User Profile by using the tag {money} in the extension settings.

          Antoine In the money name you need to add the text [money], which will be replaced with the actual amount

            danielunited It's just a number that is shown on your profile, you can name it as you want (points, experience, ...) which will be awarded when someone posts a discussion or a message.

            100% virtual 🙂

            I think it isn't work on my freeflarum forum 🙁 nothing change

              2 months later

              @Antoine any idea why I don't see the value show up? Only the currency is being showed (VND) I tried clearing cache

                huuduy216 Hello, you have to include a specific tag in the money name that will be replaced :

                For example you can use [money] $ which will render 150 $.

                2 months later

                I install it but just show money but no number

                I'm sure have money not 0
                can you help me?

                  xxwn See my message just above:

                  You have to include a specific tag in the money name that will be replaced.
                  For example you can use [money] $ which will render 150 $.