Change history for Themes in Version 2.0

This page lists all changes in the Theme folder inside the Version 2.0. If you update to a new version, so you have to commit 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 take into account these adjustments if necessary. This can, for example, be the case with colors.

If you are upgrading to a higher version than Admin 2.0, you have also to do the adjustements Theme changes in version 2.1.

  • Scroll with the Lightbox in IE 7:
    In file css/photos.css Line 151 remove “background:”
  • Replaced Icons icons/arrow_turn_left.png and icons/arrow_turn_right.png
  • In Modern-Theme in file my_body_bottom.php Change Line 105: if($g_current_user→approveUsers()) with line 111: if($g_current_user→editUsers())
  • In classic Theme replace icons:
    announcements.png
    dates.png
    download.png
    forum.png
    forum_big.png
    new_registration.png
    new_registration_big.png
  • add Icon in classic Theme:
    mylist.png
  • In classic Theme in file overall_header.php Line 50 add code:
header('Content-type: text/html; charset=utf-8');
  • In modern Theme in file overall_header.php line 50 add code:
header('Content-type: text/html; charset=utf-8');
  • Add icon:
    page_white_text.png
  • Change code in css/system.css:

Line 380ff:

.editInformation{
    font-size:          8pt;
    margin-top:         8px;
    text-align:         left;
    color:              #555555;
}

replace with

.editInformation{
    font-size:          8pt;
    margin-top:         8px;
    clear:		both;
}

Line 393ff:

.navigationPath{
    margin:             5px;
 }

replace with

.navigationPath{
    margin:         	5px 0px 5px 0px;
 }
  • en/2.0/aenderungshistorie_fuer_themes.txt
  • Last modified: 2015/10/09 21:21
  • by thomas-rcv