Changeset 168 for devel/THEMECHANGE

Show
Ignore:
Timestamp:
01/21/06 23:23:25 (3 years ago)
Author:
ben
Message:

Updated documentation
Created upgrade.php
Enabled wysiwyg by default

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/THEMECHANGE

    r45 r168  
    33--------------------------- 
    44 
    5 Elgg 0.3x has a radically different navigation and theme structure 
    6 than the previous version. As a result, themes from previous versions 
    7 will not work, and by default old themes are deleted on upgrade. 
    8 However, if you would like to use old themes, you can perform the 
    9 following actions using the theme editor: 
    10  
    11  
    12 A. 'CONTENT HOLDER': 
    13  
    14 1. Copy the contents of infobox into contentholder 
    15 2. Change {{name}} to {{title}}, {{content}} to {{body}} 
    16 3. Add {{submenu}} just above {{body}} 
    17  
    18 B. 'PAGE SHELL': 
    19  
    20 1. In pageshell, add {{topmenu}} directly after {{menu}} 
    21  
    22 C. 'SELECTED INDIVIDUAL MAIN MENU ITEM': 
    23  
    24 1. Copy 'individual main menu item' to 'SELECTED individual menu item' 
    25  
    26 D. 'STATUS MENUBAR SHELL': 
    27  
    28 1. Copy 'main menu shell' to 'status menubar shell' 
    29 2. Replace {{menuitems}} in the status menubar shell with {{topmenuitems}} 
    30 3. Copy 'individual main menu item' to 'individual status menu item'  
     5Elgg 0.4 has a radically different theme structure than the previous  
     6version.  By default, previous themes will be deleted, as they no 
     7longer work with the system and may cause problems.  Documentation on 
     8developing themes is available at http://elgg.org/; these are now 
     9based on standard CSS and should be significantly easier to create 
     10and share.