R_J
AdminR_J Admin
-
Re: Vanilla API List Discussions By Category Endpoint?
That page you are referring to is for the hosted version of Vanilla. Most of what is said there also applies to the OS version, but if you need an API, you would have to use a plugin solution, Thankf… (View Post)1 -
Re: Run vanilla code only and ignore site theme on custom pages
Here is a snippet for the root controller: https://vanillaforums.org/discussion/comment/231753/#Comment_231753 And here is a live example of "view only": https://vanillaforums.org/discussio… (View Post)1 -
Re: End user manuals, does anyone have one lying around?
There are some videos: https://vimeo.com/vanillaforums/videos But since you have asked in another discussions for accessibility features, that might not be appropriate. (View Post)1 -
Re: Vanilla 2.3 release candidates (now: RC2)
Give me some time to backport all the PRs I've made against the master branch. I never thought about also making that changes against a 2.3 release. (View Post)3 -
Re: Run vanilla code only and ignore site theme on custom pages
Simply call it myPages ;) You can add as many public function pluginController_foo_create() {} public function pluginController_bar_create() {} as you like. You can also do it like that public functi… (View Post)2
