Ziiven / flarum-daily-check-in

Add a button in the index page that allow user to daily check in the forum and receive reward.
MIT License
7 stars 2 forks source link

Prompt reward text #1

Closed salavesca closed 1 year ago

salavesca commented 1 year ago

Requires the antoinefr/flarum-ext-money extension

Example: Gained [reward] reward

If we type Gained [reward] reward, back in antoinefr extension we have

Name of the money (ex: [money] points) Balance: $ [money]

So it prompts gained $ 0.

For now i am using: Example: Gained [reward] reward

Gained $0.05 reward (just as a text that may have to be changed regularly)

Thanks I also have a proposal, if you can create an extension for share buttons that will display under discussions after like - reply. (Users can pick/choose the buttons they want to use)

Share discussion buttons

Ziiven commented 1 year ago

Just fixed this bug, thanks for reporting 😃

I'll think about your proposal, but I cannot guarantee that I can do it since I'm not fully familiar with building extension.