Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: 1.7 theme upgrade.

1.7 theme upgrade: Difference between revisions

From MoodleDocs
m (cat edit)
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Themes}}
{{Themes}}
{{Moodle 1.7}}
{{Moodle 1.7}}
== Changeable theme directory ==
1.7 provides support for specifying an alternative theme storage directory which works with the theme selector. Developers should read the [[Development:Theme directory guide]] to ensure their themes start to use the appropriate variables to work with this feature. Administrators can read [[Theme directory]] to see how to take advantage of this feature.


== Changeable Theme Directory ==
== What is new in the Moodle 1.7 standard theme? ==
1.7 will provide full support for specifying an alternative theme storage directory which will work with the theme selector. Developers should read the [[Development:Theme directory guide]] to ensure their themes start to use the appropiate variables to work with this feature. Administrators can read [[Theme directory]] to see how to take avantage of this feature.


[[Category:Developer]]
The following links give you an overview of the changes in the header, footer, config.php and the CSS files from the actual 1.6.x to 1.7.x version. When you open the linked pages you will see all changes made in that file.
[[Category:Administrator]]
 
[[Category:Themes]]
You can add these changes to your theme header, footer and CSS files to update them for Moodle 1.7.
 
These html pages show only those parts of the files which are different, not the whole file. The line numbers of the 1.6 and 1.7 files will help you locate the areas. If you need to apply the changes to completely different files, you may search for the old (1.6) property in your files and replace it with the new/changed one.
 
* [http://unodo.de/files/reports_16_17/report_layout.html styles_layout.css]
* [http://unodo.de/files/reports_16_17/report_fonts.html styles_fonts.css]
* [http://unodo.de/files/reports_16_17/report_color.html styles_color.css]
* [http://unodo.de/files/reports_16_17/report_moz.html styles_moz.css]
* [http://unodo.de/files/reports_16_17/report_header.html header.html]
* [http://unodo.de/files/reports_16_17/report_footer.html footer.html]
* [http://unodo.de/files/reports_16_17/report_config.html config.php]
 
--[[User:Urs Hunkler|Urs Hunkler]] 17:17, 11 April 2007 (WST)
 
[[Category:Themes|Upgrade]]
 
[[es:Actualización de temas 1.7]]
[[fr:Adapter un thème pour 1.7]]

Latest revision as of 10:22, 18 June 2007


Moodle1.7


Changeable theme directory

1.7 provides support for specifying an alternative theme storage directory which works with the theme selector. Developers should read the Development:Theme directory guide to ensure their themes start to use the appropriate variables to work with this feature. Administrators can read Theme directory to see how to take advantage of this feature.

What is new in the Moodle 1.7 standard theme?

The following links give you an overview of the changes in the header, footer, config.php and the CSS files from the actual 1.6.x to 1.7.x version. When you open the linked pages you will see all changes made in that file.

You can add these changes to your theme header, footer and CSS files to update them for Moodle 1.7.

These html pages show only those parts of the files which are different, not the whole file. The line numbers of the 1.6 and 1.7 files will help you locate the areas. If you need to apply the changes to completely different files, you may search for the old (1.6) property in your files and replace it with the new/changed one.

--Urs Hunkler 17:17, 11 April 2007 (WST)