R_J
AdminR_J Admin
-
Re: Feedback here! :)
Try this one: https://vanillaforums.org/addon/reply-plugin (View Post)3 -
Re: Advanced Editor: download stats and downloading under original name
https://github.com/vanilla/vanilla/issues/3099 There has been a pull request and this would be in Vanilla 2.3 https://github.com/vanilla/vanilla/pull/3409 You might want to take a look at that: https… (View Post)1 -
Re: Get values from a particular plugins via fireEvent
Oh, hoppla, das habe ich total falsch verstanden ;-) Basically you want to reuse a piece of an existing plugin. That is not always possible. Sometimes you would have to create a third plugin which co… (View Post)2 -
Re: Custom Fields per Category?
Sure, but the best way to do this depends on what you really want to have. a) Do you want always the same number of fields per category or would that also vary? b) Will this be a required field? c) D… (View Post)1 -
Re: Get values from a particular plugins via fireEvent
You cannot set the order in which the plugins will be executed. By now they would be executed alphabetically. In the plugin that is executed first, you could use Gdn::session()->stash('SomeUn… (View Post)1
