As the topic shortly states, I'd like to make a big secret of the "last edited on" area. We're using our Moodle as part CMS for our school website and having "Last edited on" at the bottom of each page isn't very helpful. Some pages don't get edited in months and it has somewhat of a sloppy feeling if that shows up there.
Now I can edit the local language file of moodle.php but I can't really find the right string to edit. The "nbsp" tag gives an empty space which would do the trick, but I'm looking for a more elegant solution. Does anyone know if Moodle as a setting somewhere that allows you to turn this off?
Adding a webpage as resource -> Don't want to show "Last edited on..." at the bottom!
Number of replies: 2Re: Adding a webpage as resource -> Don't want to show "Last edited on..." at the bottom!
You could do this with your theme. If you set .modified {display: none;} in your theme file that should hide the line.
Jon
Jon
Re: Adding a webpage as resource -> Don't want to show "Last edited on..." at the bottom!
That worked perfectly, thanks a lot Jon!