Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
A couple of (fairly easy..?) questions
1. I have widescreen monitor, and find that with a maximised browser my Vanilla discussions and comments are far too 'long and thin'. I want to modify the CSS so that the lower part of the screen, below the tabs, is of a fixed width. Preferably centred too, so the side panel moves in a bit, and the text container has a wider right hand side border. I've hacked around in the default stylesheet for ages, but all I managed to do is wreck the layout.
2. Is there a simple way to re-order the navigation tabs? I'd like to have Categories first, followed by Discussions, as it's less confusing for those who aren't used to forums. Seeing a stack of seemingly unorganised threads when they first enter will give some of them the shakes! Is there a way to re-order them and make Categories the default 'first page'?
I have to say that I love Vanilla - beautifully simple to use, and good on the eyes.
0
Comments
Add this code to the end of your stylesheet and you'll see what I mean:
#Body { width: 900px; margin-left: auto; margin-right: auto; }
The
#Body
selector selects all of the content after the tab bar.2. Re-arranging the tabs will not change the home page. For that, you need an extension like DefaultPage
3. Whispers are honestly the best feature of Vanilla. If you're users don't understand it, direct them to the documentation: vanilla:users#whispering. It is much better than any other direct messaging system.