Kasper
Vanilla StaffKasper Vanilla Staff
Reactions
-
Re: Vanilla API and authentication
To authenticate with the default API, you simply need to authenticate with Vanilla itself using any of the SSO solutions out there. As for my API application, it's very close to being of beta quality… (View Post)2 -
Re: On which url can I find the Vanilla API 0.0.9-dev?
Like I mentioned on Github, what's the version of Vanilla you're using? The API is only compatible with 2.1+ (View Post)2 -
Re: Theme Helper Plugin Possibilities
Ah, I see. What you have in mind is indeed slightly more complicated than my very simplistic "solution" :) However, all the Gdn_Controller::Render() function does, is take a master view and… (View Post)1 -
Re: Theme Helper Plugin Possibilities
What about something along the lines of: public function Base_Render_Before($Sender) { echo '<!-- ' . $Sender->View . '-->';} I haven't tested it out so it's just a shot from the hip :) (View Post)1 -
Re: How to translate "New Discussion" and how to set locale
The "New Discussion" translation is currently borked for some reason and cannot be properly translated. I first ran into the issue with one of our German clients but haven't had time to hun… (View Post)2