Content Copyright

Content Copyright

Warren Cole -
Vastausten määrä: 3

I wanted to put a content copyright notice on each page of my Moddle implementation and in my unsophisticated way chose to manually edit the footer.html file in the standard theme folder with the line of text.  Seems to work ok and probably will unless I change themes or the footer.html file is updated in a future upgrade, but it occurs to me that there maybe should be a way to add this to the general configuration.  Thoughts?

P.S.  Is this forum where stuff like this should be posted? 

Arviointien keskiarvo: -
Vastaus Warren Cole

Re: Content Copyright

Martin Dougiamas -
Kuva: Core developers Kuva: Documentation writers Kuva: Moodle HQ Kuva: Particularly helpful Moodlers Kuva: Plugin developers Kuva: Testers
Yes, editing footer.html is the best way to do that for now, and yes this forum or the admin forum is probably best.

I would suggest making a copy of a theme folder with your own name and editing that instead - that way it won't get overwritten when upgrading.
Vastaus Martin Dougiamas

Re: Content Copyright

Warren Cole -
What do I have to modify to call my "custom" renamed footer rather than the standard one? I'm not very good at tracking back the code (though I'm getting better!)
Vastaus Warren Cole

Re: Content Copyright

Martin Dougiamas -
Kuva: Core developers Kuva: Documentation writers Kuva: Moodle HQ Kuva: Particularly helpful Moodlers Kuva: Plugin developers Kuva: Testers
Basically, go into the theme folder and copy a whole theme. eg copy "standard" to "mytheme". You can now edit mytheme/footer.html (and the other files in there!) to your hearts content.

To select the new theme, just use the link "Choose theme" from the admin page.