Kasper
Vanilla StaffKasper Vanilla Staff
Reactions
-
Re: The Hall Of Code Curiosities
My 5 cents on the whole "recursive vs. iterative" discussion: The functions are by all means iterative and have nothing to do with recursion. The r-suffixed ones are however deep in the sen… (View Post)2 -
Re: Bootstrap Menu Button not working
This is due to a conflict between the latest version of Bootstrap (v3.3.x at the time of writing) and the jQuery version included in Vanilla 2.1. The issue, along with a solution, can be found in the… (View Post)2 -
Re: Language Variables
You can use {t c="Foo"} in Smarty to utilize Vanilla's localization functionality. More info can be found here: http://docs.vanillaforums.com/theming/smarty/i18n/ (View Post)3 -
Re: Language Variables
No problem! All default locale strings can be found on Transifex (account required): https://www.transifex.com/projects/p/vanilla/language/en/ (View Post)1 -
Re: Vanilla versions and APIs
@iolo: Fair word of warning: My API application is not going to run on Vanilla v2.1.x even if you use v0.1.0. This version was simply lacking the proper addon meta but does require Vanilla v2.2.x as … (View Post)1