whu606
MVPwhu606 MVP
Reactions
-
Re: Great addition to my forum, small layout problem
@piotr What is it you want to achieve? By using a web inspector, you can click the relevant part of the page and see which css element(s) affects it. Then you can use the CSSEdit plugin to add the ch… (View Post)1 -
Re: How do I use one theme for all devices instead of using a separate mobile theme?
@Ellsworth The response you have been given is correct assuming that: you have a single theme which you want to display in both desktop and mobile devices. By default, Vanilla assigns a basic mobile … (View Post)2 -
Re: I downloaded Vanilla 2.2 from control panel and when launched I get "Something has gone wrong".
@dmatheny Where your Vanilla is installed, there is a folder called conf, and in that a file called conf.php (NOT the config-defaults file!) Add the line in that file and save it. When you try to acc… (View Post)1 -
Re: Top Menu
@johnberman If you are looking to make more than very minor css changes (and you seem now to be in that position) it really would benefit you to get to grips with how custom themes work. Take a look … (View Post)2 -
Re: Tutorial: A Fool Proof Way to do a Vanilla Upgrade from 2.1 to 2.2
In your conf/config.php file, set $Configuration['Debug'] = false; (View Post)2