x00
MVPx00 MVP
Reactions
-
Re: Vanilla is licensed under GPL v2! Why NOT GPL v3?
Lets not make personal comments! (View Post)1 -
Re: How to change url permalink?
It refers to an actual controller so it is not trivial to do this. rewrites only redirect, it is not going to change all the links in place. you could override Url, Anchor functions and similar funct… (View Post)1 -
Re: How to change url permalink?
you do not change the controller! (View Post)1 -
Re: set default profile tab
Very good question. I had a look at the controller and you would have to do this with redirects. Got to /dashboard/routes and "Add Route" Route Expression ^profile(/(?!activity|notification… (View Post)1 -
Re: Is it possible to script Vanilla installation?
You could put something like this in conf/bootstrap.after.php file. It will be applied on first run <?php if (!defined('APPLICATION')) exit();$PluginManager = Gdn::PluginManager();if(!$P… (View Post)1
