====== Update from version 2 to version 3 ====== When updating from Admidio 2.x to version 3.x a few special features must be observed. In version 3 the complete structure of the layout has changed. Additionally the update script has been extended. Before updating you should first check whether your used plugins are released for version 3. This information can be found in the [[en:plugins:index|plugin area]]. Are the plugins up to date then you must know that a simple update of the theme is not possible. The CSS files have changed completely, because we now use [[http://getbootstrap.com/|Bootstrap]] as under lying Framework. Have you previously made adjustments to the Theme, so you need to perform them again in the theme of version 3. If even this is not a problem for you, an update to version 3 is possible. The location of **config.php** has changed. This will be deposited not in the main folder, but in the folder **adm_my_files**. If this folder has the necessary write permissions for Admidio, the **config.php** is automatically moved to the folder with the update. If the rights do not exist, then you must move the file via FTP to the folder **adm_my_files**. Now you can delete the folders **adm_program** and **adm_themes** and replace them with the folders of version 3. The **index.php** in the main folder must also be replaced. Additionally all plugins need to be replaced in **adm_plugins** folder. If you previously haven't used any plugin, you should copy the folder **adm_plugins** with the plugin **login_form** to your installation, as our default theme used this. As a final step you must now call the **index.php** in the main folder with your browser. This guides you to the update dialog. For security reasons you need to insert username and password of a webmaster. Now you can update the database to version 3. You have successfully updated Admidio to version 3 and can work with it.