Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: How to add validation to settings activated via the Configuration model
You could also assign the ConfigurationModule to the controller (like $sender->ConfigurationModule = $confand create a simple view where you render the form: echo $this->ConfigurationModule->… (View Post)1 -
Re: No admin facilities
Does your themes default.master.tpl include this? {asset name="Foot"} (View Post)1 -
Re: How to add validation to settings activated via the Configuration model
Since you are commenting under this plugin, I guess you are referring to the configuration module. There is no way to add validation to the configuration module currently, other than handling the for… (View Post)2 -
Re: One comment per discussion
Adding to what peregrine said: Take a look at the InThisDiscussionModule https://github.com/vanilla/vanilla/blob/master/plugins/VanillaInThisDiscussion/class.inthisdiscussionmodule.php It should give… (View Post)3 -
Re: Lost the System account
It will automatically return once it is needed by the software. (View Post)2