There's a recurring issue where the settings modal very briefly appears before closing again. It might not have a GitHub issue yet. It happened in previous Flarum versions as well but I believe it's now much more frequent in beta 14. I still have no idea how this happens. It must have something to do with Mithril redraw priority and some sort of race condition with the bootstrap modal events.
Money extension
Is it possible to add an action based on FoF Best Answer extension? For example, add 10 {money} to the author when a best answer was setted.
- Edited
thebftest
That would be amazing
@Antoine
Do you have any estimate on when you will make this available for Beta 15? Thanks in advance
Also small suggestion, for the edit money button on the user dropdown, use or allow custom label instead of 'money' to be in line with the 'Name of the money' setting used.
v0.10.0
This just changes the requirements for flarum/core in order to be able to install it on Flarum beta 15!
I will adapt my code later to use the latest layout for Flarum permissions, but it can be installed on beta 15 as it is for now
For the questions/suggestions in the latest messages, thank you for this ! I'll see if it can be integrated with Best Answer after I finish the integration with the Likes extension.
I'll see what I can do for the Edit money button
Hello, is there any way to bring the value [money] through html?
I would like to show this value as in the profile on a separate page, is there a possibility to do it?
- Edited
Hey I've noticed that if masquerade extension is enabled, then money are "floating" in space (it displays at last row of masquerede options, second column which looks weird ). Is there any trick to adjust it position? I am FF user btw.
[Username]
[Online] | [Joined: XX.XX.XX ]
[Write something about yourself]
[MasquereradeOption1]
[MasquereradeOption2]
[MasquereradeOption3]
[MasquereradeOption4] |MoneyDisplaysHereRightNow(LooksWeirdRight?)
The best position would be second row , third column like:
[Username]
[Online] | [Joined: XX.XX.XX] | LetMeBeHere!
aaronlbpeterman the order on a user profile depends on the order the extensions were activated. If you would like the money extension to show before another, disable both and enable the money one first, followed by the other.
- Edited
ctml So I've tried this out but it does not solve it.
| [Username]
| [Online] | [Joined: XX.XX.XX ]
| [Write something about yourself]
| [MasquereradeOption1]
| [MasquereradeOption2]
| [MasquereradeOption3]
Nowitshere | [MasquereradeOption4]
aaronlbpeterman I think you also have a problem with the FoF User Bio
extension.
I disabled all 3 extensions (Money, User Bio, Masquerade) and I re-enabled them in this order. I get the following screenshot, which looks like what you want :
v0.11.0
Antoine As I said in a previous message, I updated this extension to use the new beta 15 layout for settings and permissions in the admin page. I also used some new extenders instead of some old listeners.
Feel free to leave a comment if you find a bug with this new version!
Updating
composer update antoinefr/flarum-ext-money
Antoine
Thats it thanks!
Is there a way to consume the currency inside this extension? For example, others must consume the currency when browsing a fixed post
Hello everyone, I thank the author and all the guys who are developing this extension. I want to throw in one idea, it will be cool, upon reaching a certain amount [money], users were assigned a specific group. For example, I have user groups created by me bronze, silver and gold. As soon as the participant scored 10 points, he is assigned a bronze group, 20 - silver, 30 - gold. I hope this idea will be supported and will want to be used in the future)
Paran0lik This could be done quite easily as an integration with my trust levels extension, which is extensible and allows adding custom criteria.
askvortsov Great idea, I think many will support it
This is a really solid extension, thank you! Would it be possible to add a listener to count the characters in a post then give a user x points for each character?
v0.12.0
This extension is now compatible with Flarum beta16. It uses new extenders and removes old code.
Feel free to leave a comment if you find a bug with this new version!
Updating
composer update antoinefr/flarum-ext-money
php flarum cache:clear
thealexvond Sorry for the delay in my answer, I think your use case is very specific and I try to keep this extension as simple as possible.
v1.0.0
This extension is now compatible with Flarum 1.0.
It is also still compatible with beta16!
Feel free to leave a comment if you find a bug with this new version!
Updating
composer update antoinefr/flarum-ext-money
php flarum cache:clear