R_J
AdminR_J Admin
-
Re: Updating to 2.5 => dashboard don't working
I think you have to delete all *.ini files in the /cache folder after deleting the settings controller (View Post)1 -
Re: "Basic Pages" Plugin not working
I guess you are using Vanilla with a lesser version number than 2.5? Please update as soon as possible. In the Basic Pages description you could find "Only supports Vanilla v2.5+" (View Post)1 -
Re: Template Cache Issues
Yes it can be done and I guess you had some code error, but it shouldn't be done like that. There is no need to change any file that comes with Vanilla and it is a bad idea to do so. Let's … (View Post)3 -
Re: 2.5?
I made a pull request to help the author updating the plugin. But you could easily make it work again by changing lines 35 and 179 the way that you can see in the PR (View Post)1 -
Re: How to create custom Smarty functions
The part in the ThemeHooks file must be: public function gdn_smarty_init_handler($sender) { $sender->addPluginsDir(__DIR__.DS.'SmartyPlugins'); } But I've tested it and I wasn'… (View Post)1
