Kasper
Vanilla StaffKasper Vanilla Staff
Reactions
-
Re: Page Not Found when trying to access API endpoint
I've released a version compatible with Vanilla 2.3: https://github.com/kasperisager/vanilla-api/tree/v0.5.0 (View Post)8 -
Re: Activation Fail
The latest version of the API requires the master branch of Vanilla. (View Post)6 -
Re: Name of parent category
Hi again Lisa, I feel like some more basics are in order here, learning a bit about programming as a whole would be a good start. Let's get to it! First off, randomly editing files, no matter the lan… (View Post)9 -
Re: The Transient Key. How does one make use of it?
The Transient Key is used as a measure against "Cross-Site Request Forgery" (CSRF for short). What the Transient Key does, is provide a session- and user-specific access token that must be … (View Post)8 -
Re: How to get domain from config.php
If you want to bypass config.php you can use a nifty method of the Gdn_Request class called Domain(). It would look like this: Gdn::Request()->Domain(); (View Post)12