This page lists all changes in the Theme folder inside the Version 2.2. If you update to a new version, so you have update all the changes from your previous version to your new version Admidio, otherwise it may cause display problems.
The changes shown here always refer to both of our standard themes. Did you make changes here, so you have to consider when assigning these adjustments if necessary. This can, for example, be the case with colors.
When updating from version 2.1.7 or later, the following files need to be adjusted in the Theme folder. Changes to version 2.1.6, check out Change history of 2.1
(if you have not made changes, you can also upload the entire folders and just adjust the CSS folder manually)
css/photos.css
css/colorbox.css
icons/captcha.png
icons/error_big.png
icons/home_big.png
icons/information_big.png
icons/light_off.png
icons/light_on.png
icons/loader_inline.gif
icons/no_profile.png
icons/warning_big.png
ecard_templates/brief_grosses_foto.tpl
ecard_templates/brief_standard.tpl
ecard_templates/grusskarte.tpl
overall_header.php
overall_footer.php
css/thickbox.css
images/colorbox/loading_background.png
images/colorbox/border.png
images/colorbox/loading.gif
images/colorbox/overlay.png
images/colorbox/controls.png
images/colorbox/internet_explorer/borderBottomLeft.png
images/colorbox/internet_explorer/borderTopRight.png
images/colorbox/internet_explorer/borderBottomRight.png
images/colorbox/internet_explorer/borderTopCenter.png
images/colorbox/internet_explorer/borderBottomCenter.png
images/colorbox/internet_explorer/borderMiddleLeft.png
images/colorbox/internet_explorer/borderMiddleRight.png
images/colorbox/internet_explorer/borderTopLeft.png
#search_members { margin-top: 10px; padding-bottom: 10px; }
with:
#search_members { margin-top: 10px; margin-bottom: 0px; }
#profile_roles_box ul li dl dd { margin-left: 70%; text-align: right; } #profile_roles_box_other_orga ul li dl dd { margin-left: 70%; text-align: right; } #profile_former_roles_box ul li dl dd { margin-left: 50%; text-align: right; }
with:
#profile_roles_box ul li dl dd, #profile_roles_box_other_orga ul li dl dd, #profile_former_roles_box ul li dl dd { margin-left: 50%; text-align: right; }
/*spezielle Anpassung Hilfe Thickbox*/ #message_window .formBody ul { padding-left: 20px; }
with:
/*spezielle Anpassung Hilfe Colorbox*/ #message_window .formBody ul { padding-left: 20px; padding-right: 20px; }
The following adjustments you just have to perform if you use a theme based on the Modern Theme:
if($g_valid_login) { echo "<h3>Angemeldet als</h3>"; } else { echo "<h3>Anmelden</h3>"; }
/* Einstellung fuer die Thumbnailtabellenzeilen */ .photoThumbnailRow{ padding: 0px; list-style-type: none; }
with:
/* Einstellung fuer die Thumbnailtabellenzeilen */ .photoThumbnailRows{ padding: 0px; list-style-type: none; } .photoThumbnailRow{ clear: left; }