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.
Vanilla Ocean
This discussion is related to the Vanilla Ocean addon.
This discussion has been closed.
Comments
Changed this:
[code]echo 'TabClass($this->CurrentTab, $Tab['Value']).'>[code]
To this:
[code]echo 'TabClass($this->CurrentTab, $Tab['Value']).' id="Menu'.$Tab['Text'].'">[code]
Then changed in the vanilla.css of Ocean the corresponding #Discussions to #MenuDiscussions.... etc..
I did a few other changes, so might be more to do to get it to work (like moving the padding from the li to the UL)
www.12vbb.org - Check it out SO far.... still working on fixing it up. It's most likely going to become a theme on it's own, instead of just a style, to accommodate the old features it had, with the new...
I'm sure it can be done with all new and as just a style, but it'll be easier first to hack it together, then clean it up.
BTW, the website is still a work in progress..... so pardon it's appearance!
Anyone had feel like bundling all the changes up for this and getting an updated release on this?