R_J
AdminR_J Admin
-
Re: Sharing code across plugins
Bundle them in a plugin. You wouldn't be the first to do so: https://vanillaforums.org/addon/aeliafoundationclasses-plugin You can also put them in your conf/bootstrap.before.php (View Post)2 -
Re: What Is this Plaging
Pointing people to files is somewhat "dangerous" when you don't know why they are asking. They might end up changing that file without even knowing that this is highly disadvisable. (View Post)1 -
Re: How to add/replace default Jquery-UI file of vanilla?
I don't know about "resizable", but here is the answer to your question: you need to do two things a) remove the already linked jquery-ui b) add your version Do you have a custom theme? If … (View Post)3 -
Re: SettingsPermission
As far as I know this plugin info is useless, but I find it quite of good style to use it, because a) someday someone might create such a pull request, b) it is an extra info which might some day be … (View Post)1 -
Re: Controllers in Plugins
That code works flawless in a setting screen. I've used this in a plugin I've never released. My approach was making the route translatable. That way I didn't have to mess around with a setting ;) Al… (View Post)1