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.
Add-on: Fresh, elegant, clean, simple and a blog like Vanilla theme!
sjeeps
✭
Fresh, elegant, clean, simple and a blog like Vanilla theme!
It attempts to bring out the importance in your forum's content while looking as sleek as possible.
Tested and looks good in:
FF 2.0.0.6
IE 7
Safari 3.0
Files included:
discussion.php
foot.php (features the traditional footer links which you can edit to suite your site's needs and Vanilla powered link)
head.php (the only change i made to this file is to change how the title displayed. So instead of Your Site.com - All Discussions, it's All Discussions - Your Site.com)
menu.php (features skip to content link, h1 for site's title removed and replaced with a div in discussion.php file)
panel.php
It attempts to bring out the importance in your forum's content while looking as sleek as possible.
Tested and looks good in:
FF 2.0.0.6
IE 7
Safari 3.0
Files included:
discussion.php
foot.php (features the traditional footer links which you can edit to suite your site's needs and Vanilla powered link)
head.php (the only change i made to this file is to change how the title displayed. So instead of Your Site.com - All Discussions, it's All Discussions - Your Site.com)
menu.php (features skip to content link, h1 for site's title removed and replaced with a div in discussion.php file)
panel.php
0
This discussion has been closed.
Comments
jimw &mdsh; the purpose of the skip to content link is better understood when you don't have style sheets, since unstyled content can sometimes be unclear where the navigation/sidebars end and the main page content starts. Usually I hide that kind of link with style sheets since it's usually pretty clear with a decent style.
I just noticed something that happens when you have a lot of "tabs". A second row is created (when you login) but you can't see the tabs because of white text on white background. This is not just a problem with your theme but with all. I've been working on some code to count the number of tabs and try to display them correctly with the appropriate background.
@jimw
As [-Stash-] mentioned the "Skip to content" link is also there to provide a method for skipping over the navigation links to get to the main content of the page. (accessibility and mobile)
@[-Stash-]
I used WinRaR to create the ZIP file.
This is a theme based pretty much on the default Vanilla theme since I only had to alter discussions.php, menu.php, foot.php and all I did to panel.php is just adding a div for the site's title instead of using h1 (removed from menu.php and I don't think it should be used as a site's title) and the head.php file is really an option to change how the site's title is displayed (SEO).
I think you can fix this pretty easy by changing the #Nav width from 55% to anything you want so you have room for more tabs. You also need to change the #SignIn width and maybe get rid of the a.Skip?