tagecode / flarum-donate
This is a flarum extension to add user donate link in profile page.
Installs: 1 186
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
Type:flarum-extension
Requires
- flarum/core: ^1.0.0
Requires (Dev)
- flarum/testing: ^1.0.0
README
A Flarum extension. This is a flarum extension to add user donate link in profile page.
Description
When some of your discussions or posts on the forum helps someone, he can invite you to have a cup of coffee through the donation link.
The following values are recommended about Donate Link:
- Your Personal PayPal Link.
- Stripe Payment Link.
- Your payment QR code link.
Installation
Install with composer:
composer require tagecode/flarum-donate:"*"
Updating
composer update tagecode/flarum-donate:"*"
php flarum migrate
php flarum cache:clear
Preview
Mainly in these three places, personal homepage, user card page and edit user information page.
Links
FAQ
If the value is set normally, it will be displayed according to the situation.
- When not logged in, the link will be displayed.
- After logging in, the current login person’s own link is not displayed on his own information page, and the values set by other people are displayed.