Menu
Index

E107 Upload and Configuration

 
 
E107 Upload and Configuration
 
 
1

Upload

1. Upload
    Login as administrator.
    - If theme default size is greater than 1 MB then open the e107_handlers/theme_handler.php and find
    <input type="hidden" name="MAX_FILE_SIZE" value="1000000" /> in the file and replace it with
    <input type="hidden" name="MAX_FILE_SIZE" value="10000000" />
    - Go to the Tools option located in the menu.
    - Select Theme Manager option from the Tools drop down menu.
    - Browse the exported theme and click on Upload Theme button.
    - Find the uploaded theme in theme list and then click on Set As Site Theme button.
2

Configure

2. Configure
  Configure Modules:
 
    - Go to the Content option located in the menu.
    - Select Menus option from the Content drop down menu.
    - Change the settings according to the requirement.
    - Go to home page to see the changes take effect.