hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Mobile Theme Selection
I used the following config options: $Configuration['Garden']['Theme'] = 'bootstrap';$Configuration['Garden']['ThemeOptions']['Name'] = … (View Post)3 -
Re: Move chat on top of site
I believe the search box is not a module. This means you will have to edit that theme's master tpl file: https://github.com/kasperisager/vanilla-bootstrap/blob/5e7ec7dad31794548d2ac62955aa7036b7… (View Post)2 -
Re: Move chat on top of site
You need to prevent Van2Shout from adding the module itself. Comment out or remove the following lines: https://github.com/Caerostris/Van2Shout/blob/c06bde832cd60feb7610e779e571ccca4929756c/class.van… (View Post)3 -
Re: The road to the next major release (2.2)
But that setting only is only accounted for by the theme itself. That is, the framework doesn't automatically remove unfriendly plugins, the theme has to do it. https://github.com/vanilla/vanill… (View Post)1 -
Re: No event on clicking on the button "change schedule"
Welcome to the community! Per the release notes: "Vanilla 2.0/2.1.b. Plugin was not tested with the production version of Vanilla 2.1" I would inspect the JS, set a breakpoint, start debugg… (View Post)1
