The quickest way would be to use git to merge the latest Fuel 1.0 branch (https://github.com/daylightstudio/FUEL-CMS/tree/1.0) on github & run the fuel_1.0_schema_changes.sql in fuel/install/upgrades on your database. If you're using the Fuel B…
I know your pain. I've also run into JS issues with the admin bar in the frontend while building a site using KnockoutJS. I just ended up disabling it in fuel/modules/fuel/libraries/Fuel_page.php where the $inline_edit_bar was being implemented. For…
I think it depends on how you look at it. If you look at it from a theming/content management perspective (i.e. creating a theme and setting it up to display content), they are all pretty similar in the approach so I don't think one is really better…