README.txt

  1. 6.x README.txt
  2. 6.x modules/tinymce/README.txt
  3. 6.x modules/student_files/README.txt
  4. 6.x modules/batch/README.txt
  5. 6.x modules/lassie/README.txt
  6. 6.x modules/prereqs/README.txt
  7. 6.x themes/how_to_customize/README.txt
  8. 6.x modules/encryption/README.txt
  9. 6.x custom/files/README.txt
  10. 4.x README.txt
  11. 4.x modules/tinymce/inc/tiny_mce/plugins/style/readme.txt
  12. 4.x modules/tinymce/README.txt
  13. 5.x README.txt
  14. 5.x modules/tinymce/README.txt
  15. 5.x modules/batch/README.txt
  16. 5.x themes/basic/README.txt
  17. 5.x inc/pchart/README.txt
  18. 5.x inc/pchart/pchart/readme.txt
  19. 5.x modules/tinymce/inc/tiny_mce/plugins/style/readme.txt
By performing the following steps, you can create your own custom
theme for FlightPath, using fp6_clean as the "base" theme.  This will
allow you to freely upload FlightPath's core files without worrying
about your custom changes being wiped out.

This method will continue to load the core CSS and JS files for the
theme, but it will also utilize a "custom.css" file in the custom
theme folder.

==================
STEPS:
==================


1) Copy the "custom_fp6_clean" directory and all of
   its contents to custom/themes/.

   For example, in a linux/unix environment, the following commands would work:
   
       cp -r /path/to/flightpath/themes/how_to_customize/custom_fp6_clean /path/to/flightpath/custom/themes/.
   
   
2) Log into FlightPath as an administrator, visit the System Settings, and set the new
   "Custom - FlightPath 6 Clean Theme" theme as the default theme.


3) You may now edit the theme's custom.css file to change or override any of the core
   CSS styles you wish to change.  See the custom.css file for an example on how to
   override the login page's wallpaper to an image of your choosing for your
   institution.

File

themes/how_to_customize/README.txt
View source
  1. By performing the following steps, you can create your own custom
  2. theme for FlightPath, using fp6_clean as the "base" theme. This will
  3. allow you to freely upload FlightPath's core files without worrying
  4. about your custom changes being wiped out.
  5. This method will continue to load the core CSS and JS files for the
  6. theme, but it will also utilize a "custom.css" file in the custom
  7. theme folder.
  8. ==================
  9. STEPS:
  10. ==================
  11. 1) Copy the "custom_fp6_clean" directory and all of
  12. its contents to custom/themes/.
  13. For example, in a linux/unix environment, the following commands would work:
  14. cp -r /path/to/flightpath/themes/how_to_customize/custom_fp6_clean /path/to/flightpath/custom/themes/.
  15. 2) Log into FlightPath as an administrator, visit the System Settings, and set the new
  16. "Custom - FlightPath 6 Clean Theme" theme as the default theme.
  17. 3) You may now edit the theme's custom.css file to change or override any of the core
  18. CSS styles you wish to change. See the custom.css file for an example on how to
  19. override the login page's wallpaper to an image of your choosing for your
  20. institution.