mattoid / flarum-ext-money-history-auto
Automatically notify Money History extension of any money changes
Package info
github.com/Mattoids/flarum-ext-money-history-auto
Type:flarum-extension
pkg:composer/mattoid/flarum-ext-money-history-auto
Requires
- flarum/core: ^1.2.0
Requires (Dev)
- flarum/testing: ^1.0.0
README
A Flarum extension to automatically notify the Money History extension of any changes make to the 'money' field, facilitating the recording of user's money change.
这是 Money History 的一个拓展插件,用于监听money字段变化后通知 Money History 插件来达到记录用户资产变化。
Please note: This extension serves as a temporary solution until other extensions are updated to fully integrate with Money History.
注意:本插件只是一个在其他插件适配 Money History 前过渡用的临时解决方案。
Problem
This extension has been developed and tested only on Chinese forums and did not take into account that there will be multiple languages on the forums at the same time. Therefore, there may be problems when being used on multilingual forums. PRs are welcomed!😊
本插件仅在中文论坛上进行开发与测试,并未考虑到在论坛上同时存在多种语言的情况,因此在多语言论坛上可能存在问题。欢迎PR!😊
Screenshots
Installation
Install with composer:
composer require mattoid/flarum-ext-money-history-auto:"*"
Updating
composer update mattoid/flarum-ext-money-history-auto:"*"
php flarum migrate
php flarum cache:clear