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.
N00B Question: How to Update the Bootstrap Theme?
r0obert
✭
I'm using 2.1 stable, Bootstrap 2.2.1 and wish to update to the latest version which is 2.2.2.
Thanks in advance!
Tagged:
0
Comments
I assume it like every other theme and plugin just copy the new one over the old one. and if that doesn't work.
just erase the old folder and download the new one and install it.
the new one works right out of the box.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
@peregrine what other files besides custom.css should I save?
that would be a kasper question. I didn't modify anything at all on 2.2.1 and just upgraded 2.2.2 by copying files over.
if you modified the .tpl file I would think you would want to make any changes you made on the new tpl file aside from that kasper can clue you in... and any changers you made to the css , you made make on the new one.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
The changes made in v2.2.2 were pretty minor—you just need to update the master view as well as
about.php
(https://github.com/kasperisager/vanilla-bootstrap/compare/v2.2.1...v2.2.2)Kasper Kronborg Isager (kasperisager) | Freelance Developer @Vanilla | Hit me up: Google Mail or Vanilla Mail | Find me on GitHub
that's what I was looking for the compare .
https://github.com/kasperisager/vanilla-bootstrap/network - this is kind of cool too you can see the changes.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Thanks both! @Kasper @peregrine
Does this small update also take care of Basic Pages Application error where header menu links aren't showing?
to use plugins and apps like basic pages, extrapage, membership enhanced, add menu item, etc that addlink (s) to the menu.
you must change the views/default.master.tpl and add in {custom_menu} among the menu items and in your case basic pages will show up. (kasper told me here ....https://github.com/kasperisager/vanilla-bootstrap/issues/62
e.g.
http://vanillaforums.org/discussion/comment/207403/#Comment_207403
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Working, thanks!
Awesome set of themes Kasper!