hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: 2.1 not displaying HTML correctly?
Welcome to the community! Add $Configuration['EnabledPlugins']['HtmLawed'] = 'HtmLawed'; to your /conf/config.php file to manually enabled HtmLawed. (View Post)1 -
Re: Can I set permissions for plugins by user role? (Vanilla 2.1 stable) SOLVED
No worries! You can register permissions automatically on plugin enable by adding 'RegisterPermissions' => array('AnyName.You.Want' => 1, 'Plugins.PluginName.PermType… (View Post)1 -
Re: Can I set permissions for plugins by user role? (Vanilla 2.1 stable) SOLVED
I can't see a use case for this, but you can definitely do it! public function CheckForRole($ID = -1, $Name = '') { if((!is_numeric($ID) || $ID < 0) && $Name == ''… (View Post)1 -
Re: NEW: official docs, repo changes, site updates, and releases!
Woot! Time to update client installs. :) @Kasper I am loving the new mobile theme! Where can I submit feedback? (View Post)2 -
Re: Update from 2.0.18 to 2.1
From the release discussion: (View Post)1
