R_J
AdminR_J Admin
-
Re: Module in /themes/MyCustomTheme folder
/cache was the clue! I first tried the full path, then changed it to the shorter path, not knowing that the first info was already cached. Disabling my plugin has obviously deleted that mapping and t… (View Post)1 -
Re: Hide/Show Pocket Based on User Role
My first intention has been that there should be a Smarty function to check for roles, but I guess it is the "wrong" way to do so. Using the above described permission solution is much more… (View Post)1 -
Re: How to allow a non-moderator to manage tags?
Sorry, didn't want to be a smart ass, just wanted to point out my concerns. I should have given you that answer first: It should be possible to add a "Edit tags" option to discussion option… (View Post)2 -
Re: Module in /themes/MyCustomTheme folder
You've said recursive and I read relative, that's why I've used Gdn_Autoloader::RegisterMap(Gdn_Autoloader::MAP_LIBRARY, Gdn_Autoloader::CONTEXT_THEME, 'modules'); and it worked. Then I deactivated a… (View Post)1 -
Re: Getting Plugins to Enable with CloudFlare
Maybe you can also exclude /conf directory? Don't know if it is useful/possible but that's the folder where the config files resides (View Post)1
