Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: How to retrieve the plugin own Plugininfo fields
Gdn::pluginManager()->getPluginInfo('name of the plugin'); (View Post)12 -
Re: Standalone Vanilla Forum Installation (Admin Locked Out Issue Resolved)
Vanilla will remove all additional super admin flags when updating. But I'd actually argue for not using the super admin account or not having a super admin at all, especially if you are developing. (View Post)2 -
Re: plugin->isEnabled() has changed
I always use c('EnabledPlugins.NAME') directly :D (View Post)2 -
Re: Can members only delete your comments and discussions?
Add to conf/config.php: $Configuration['Vanilla']['Comments']['AllowSelfDelete'] = true; (View Post)9 -
Re: Render-blocking javascript as reported by Google PageSpeed Insights
It should solve exactly this issue. What version of Vanilla and Consolidate do you have installed and how did you configure it? (View Post)1