tagecode/flarum-donate

This is a flarum extension to add user donate link in profile page.

Installs: 655

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 1

Type:flarum-extension

v0.2.0 2022-01-01 17:46 UTC

This package is auto-updated.

Last update: 2024-04-06 13:56:57 UTC


README

License Latest Stable Version Total Downloads

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:

  1. Your Personal PayPal Link.
  2. Stripe Payment Link.
  3. 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.

1

2

3

Links

FAQ

If the value is set normally, it will be displayed according to the situation.

  1. When not logged in, the link will be displayed.
  2. 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.

Reference