mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Set default donation message and add helper for donation message configuration
This commit is contained in:
parent
216fd5f011
commit
c7f409e9e2
1 changed files with 2 additions and 0 deletions
|
@ -393,6 +393,8 @@ class CustomizeUser extends PluginAbstract
|
|||
$obj->allowWalletDirectTransferDonation = false;
|
||||
$obj->UsersCanCustomizeWalletDirectTransferDonation = false;
|
||||
$obj->donationWalletButtonLabel = ('Donate from your wallet');
|
||||
$obj->defaultDonationMessage = 'Thank you for your great content!';
|
||||
self::addDataObjectHelper('defaultDonationMessage', 'Default Donation Message', 'This message will be shown as the default donation message.');
|
||||
$obj->disableCaptchaOnWalletDirectTransferDonation = false;
|
||||
|
||||
$obj->showEmailVerifiedMark = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue