Donate

Donate tagecode/flarum-donate

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

User Donate Link

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

Versions

  • Version v0.2.0.

    Likely works with Flarum v1.8.9.

    Unlikely to work with Flarum v2.0.0-beta.2.

  • 1 additional versions.
  • Extension created.