Change History for Themes in Version 2.2

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)

  • The following files must be replaced in the appropriate folders:

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

  • The following files must be deleted in the appropriate folders:

overall_header.php
overall_footer.php
css/thickbox.css

  • The following files must be added in the appropriate folders:

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

Replace block in css/system.css
#search_members {
    margin-top:         10px;
    padding-bottom:     10px;   
}

with:

#search_members {
    margin-top:         10px;
    margin-bottom:      0px;
}
Replace block in css/system.css
#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;
}
Replace block in css/system.css
/*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;
}
Changes for the Modern-Theme

The following adjustments you just have to perform if you use a theme based on the Modern Theme:

Following block remove (about line 12) in my_body_bottom.php
            if($g_valid_login)
            {
                echo "<h3>Angemeldet als</h3>";
            }
            else
            {
                echo "<h3>Anmelden</h3>";
            }
Replace block in css/photos.css
/* 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;
}
  • en/2.0/aenderungshistorie_fuer_themes_22.txt
  • Last modified: 2015/10/29 14:12
  • by thomas-rcv