Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Best practices for upgrading themes
I'm working on my first Vanilla site and have my custom theme almost completed. Today I upgraded from 2.0.12 to 2.0.16 and was greeted with a fatal error in my sidebar, where the "Categories" box is usually located, referencing a line in
Comparing the content of this file to the one in the main Vanilla core directory revealed some differences and allowed me to fix the problem, but that involved integrating all this embedded PHP into my own customized file, a tedious and time consuming process.
Given the amount of logic in Vanilla views, it seems that any upgrade could break parts of the site at any time. How are other people managing this on their own sites?
vanilla/views/modules/categories.php
within my theme directory.Comparing the content of this file to the one in the main Vanilla core directory revealed some differences and allowed me to fix the problem, but that involved integrating all this embedded PHP into my own customized file, a tedious and time consuming process.
Given the amount of logic in Vanilla views, it seems that any upgrade could break parts of the site at any time. How are other people managing this on their own sites?
Tagged:
0
Comments
Vanilla Forums COO [GitHub, Twitter, About.me]
(Can we also get our config stored in the database instead of a writable PHP file?)