R_J
AdminR_J Admin
-
Re: Hook custom validation error
Hard to tell without any code from you. Look at this code, taken from the EntryController: $this->fireEvent('SignIn'); if ($this->Form->isPostBack()) { $this->Form->validateR… (View Post)1 -
Re: How to render view from service not from controllers?
Maybe you are looking for ?DeliveryType=VIEW&DeliveryMethod=JSON. Those are http get parameters that you can use by simply attaching it to the url: https://open.vanillaforums.com/discussion/36476… (View Post)1 -
Re: Custom Permission
I assume you like to define permissions for your plugin and you want to know how to add them? You can simply do so by namig them in the PluginsInfo array / the addon.json There is a snippet in the do… (View Post)1 -
Re: Mentioned user can receive email?
You can add $Configuration['Preferences']['Email']['Mention'] = '1'; to your conf/config.php and that will cause every new user to start with this setting. But… (View Post)1 -
Re: How to upgrade from 2.0.18 to 2.6?
The importer is not for updating, it simply wouldn't work. Although I like the idea of a video, it sounds simpler than this would be. It would only help those people who have no additional plugi… (View Post)7
