Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: How to increase Vanilla 3.3 Max post length
It is also worth noting that 50k is about as high as you can go as the text field in the database can only hold 64kb. That's somewhere between 16.000 characters if all you use to communicate is emoji… (View Post)1 -
Re: How to stop sending notification email in a custom plugin
You should always use ActivityModel::queue , ActivityModel::queueNotification and ActivityModel::saveQueue as you can specify the preference there. Check out the discussion model: In your case that w… (View Post)1 -
Re: 2.0.18.1 upgrade to 2.8.1 - Which versions to jump through?
No need to do it in increments. Disable all plugins, make a backup and then just upgrade normally. Visit utility/upgrade and utility/structure once you are done. I would also consider removing everyt… (View Post)8 -
Re: Date is wrongly displayed
Just guessing, but check if anything changes if you add this to your conf/config.php: $Configuration['Garden']['LocaleCodeset'] = 'UTF-8'; Some systems may need the dash. (View Post)1 -
Re: Yaga Badges in profile
Yes: https://github.com/hgtonight/Application-Yaga/pull/164/files (View Post)1