Kasper
Vanilla StaffKasper Vanilla Staff
Reactions
-
Re: What's the best practice for image resizing?
I can indeed confirm—responsive images is a separate component in Bootstrap and it seems I've forgotten to implement it. Fix coming right up! (View Post)2 -
Re: N00B Question: How to Update the Bootstrap Theme?
The changes made in v2.2.2 were pretty minor—you just need to update the master view as well as about.php (https://github.com/kasperisager/vanilla-bootstrap/compare/v2.2.1...v2.2.2) (View Post)3 -
Re: Can't delete private conversations - vanilla 2.1
I've seen something like this before. The forum admin was using Bootstrap and had enabled a plugin that caused a Javascript error. This prevented all modals from properly loading, leaving the page st… (View Post)4 -
Re: MeModule not showing on responsive
Let me help you all out before you go chasing red herrings: https://github.com/kasperisager/vanilla-bootstrap/commit/b9c62de8f5d3c1503e15d4b2e698b6b50bced2a4 (View Post)3 -
Re: How to exclude the Searchbox from certain pages?
@gohunter Seeing how you're using 2.1, you can also make use of the InSection function: {if !InSection("Entry")} {searchbox}{/if} (View Post)1