01-17-2008, 09:02 PM
Hello MyBB Community,
When i updated from .10 to .11 I had to FTP all of the files into my directory again, etc...
Shouldn't there be an easy way to update the forums? For example, look at the SMF forums, they’ve got it so you just click a button, and it installs the new files automatically.
If you want to go a step further... You can have your upgrade script loop through the PHP file that you need to upgrade, find the code that changed and add/remove/update any changes. The really cool thing about this would be that all of my modifications I’ve made won’t get overwritten. Now, how cool would that be?
See, when I upgraded, I had to go into the PHP files, and add my eval()’s to set my template variable’s, and it was kind of a pain… I just put all of my code into a PHP custom file, and just include it so every time I upgrade, I only have to include that one file. But, I’m thinking it would just make my life a LOT easier if this functionality (to update the code changes) existed with my new favorite board software, MyBB.
When i updated from .10 to .11 I had to FTP all of the files into my directory again, etc...
Shouldn't there be an easy way to update the forums? For example, look at the SMF forums, they’ve got it so you just click a button, and it installs the new files automatically.
If you want to go a step further... You can have your upgrade script loop through the PHP file that you need to upgrade, find the code that changed and add/remove/update any changes. The really cool thing about this would be that all of my modifications I’ve made won’t get overwritten. Now, how cool would that be?
See, when I upgraded, I had to go into the PHP files, and add my eval()’s to set my template variable’s, and it was kind of a pain… I just put all of my code into a PHP custom file, and just include it so every time I upgrade, I only have to include that one file. But, I’m thinking it would just make my life a LOT easier if this functionality (to update the code changes) existed with my new favorite board software, MyBB.

I'm just happy to have my forum running the way I want it to...and to have the software being free is just icing on the cake.