Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Awesome App! Question about setup: can't see Reactions on posts?
Add this to your custom.css .Item .Reactions > * { visibility: visible;} edit: @hgtonight was faster (View Post)4 -
Re: Perhaps Themes (and plugins) that don't work in vanilla 2.1 or above just be deleted from add-ons ..
A major cleanup of the addons repo would be great. I wouldn't entirely delete the old addons though, as there are numerous examples of people who have rewritten old addons to work with current versio… (View Post)11 -
Re: Modifying existing table structure - best practices?
Yes. It is definitely non-destructive for plugins that do it like in @hgtonight 's example. I have never disabled the vanilla application though. If that is destructive it should be changed. (View Post)1 -
Re: Installed 2.1.11 and I have a WSOD
Delete all of them. They are only for caching purposes. (View Post)2 -
Re: $Definition['Don't announce'] = 'Don't sticky'; Locale.php issue
Yes, you can escape it with a backslash \' or use double quotes. http://php.net/manual/en/language.types.string.php (View Post)3