Kasper
Vanilla StaffKasper Vanilla Staff
Reactions
-
Re: Name of parent category
Hi Lisa, No bother at all, the community is here to help! I'm thrilled to hear that you've learnt a thing or two from playing around with Vanilla! As for the code, I see now that I made a small mista… (View Post)5 -
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: 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: Opening popup programatically
jQuery.popup(options, data); simply calls the function with whatever options and data you pass it. Meaning that these two $('.P > a:first').popup(); and $.popup({},"Hi"); have nothing to… (View Post)3 -
Re: This addon should be a "locale"
The description seems pretty clear about it not being a locale per se: (View Post)1