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.
Proper (meaning valid and semantic) Markup and CSS, Please.
I love this forum package but while it has tons of things (including the forum itself) that make it different from every other forum package out there, it has one thing in common - horrible semantically incorrect markup and CSS (although not as bad as the markup).
I understand I am a new member here and my comment may come off as arrogant or rude but that is not my intention.
I would like to create a couple static HTML pages of the index and topic view page.
I haven't looked through the markup or styling in great detail but I can already see many things that should be changed for this forum package to be as complete as it can be as of this point.
If my suggestions and static HTML mock ups will go unused, tell me so I don't have to waste both our time. However, if you will listen to my suggestions, I don't mind helping at all since Vanilla has such great potential.
0
This discussion has been closed.
Comments
Make your changes to the templates and the css.
Send it over to me so I can see that it works in all browsers.
I will implement.
I've been asking for this for (literally) years from the community, because it is not my strong suit. And you are the first to step up to plate.
If you don't have any idea how to install and set up subversion, I will send you a zip of the site from my local copy.
I will hold off on any fixes that involve the templates until you are finished.
The way I like to work it is,
- Clean up the markup or clear it and start again. This is complex however since it requires certain elements/IDs for the javascript to work. I shall probably have to just sanitize it.
- Clean the CSS. Again, since the javascript requires certain things, I will probably append them to the file (since last declaration takes effect).
- View the original CSS and attempt to recreate it using my own method(s).
- Start testing!
With that, perhaps the people who are interested can help by each of us "cleaning" the CSS and see what works best/is the smallest/etc?