Kasper
Vanilla StaffKasper Vanilla Staff
Reactions
-
Re: Theme Error?
@ilovetech: Please read the release notes - there's a good reason (3 actually) why Vanilla 2.2 is required https://github.com/kasperisager/vanilla-bootstrap/releases/tag/v2.0.1 (View Post)1 -
Re: Are there any theme dev guidelines available
All the core Smarty functions and modifiers can be found here: https://github.com/vanillaforums/Garden/tree/master/library/vendors/SmartyPlugins {debug} is another good one that will show you all the… (View Post)4 -
Re: Not working in Opera or Mobile, Emotify also not working
@Dr_Sommer: It is actually a combined WYSIWYG/Markdown/BBCode editor that handles all formats depending on your config. The WYSIWYG-aspect is handled by wysihtml5 v0.4. @hgtonight: I've not aware of … (View Post)3 -
Re: Vanilla API
You're sending the data as POST fields - that's not what you're supposed to do. You need to append them to the URL as query parameters, as per the documentation: > (View Post)1 -
Re: Vanilla API
The API operates purely in JSON or XML so that's what you'll need to send in all POST/PUT/DELETE requests – and remember to set the "Content Type" header of course. Per design, form data is… (View Post)3