hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Setting a website background
Don't put style information in your markup! Open your theme's custom.css file (located in /themes/ThemeName/design/custom.css) and add the background rule to the body selector. Why should y… (View Post)2 -
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: Custom Vanilla Theme
You need to hook into the controller and add the module. E.g.: public function profileController_render_before($sender) { $sender->addModule('SideMenuModule', 'Content');} (View Post)2 -
Re: Building a Site Around Vanilla
Welcome to the community! What kind of site are you making? If you are just looking to throw up some static pages and have a forum, there are already some great addons in the repository for you. I hi… (View Post)2
