crc-ict Posted May 20, 2009 Posted May 20, 2009 I've been asked by our head of English to find some suitable subject-related Moodle themes for them to use on their English department sections of the VLE. Now, I have been having a search this morning and haven't really come up with anything. Does anyone know somewhere good to find this sort of thing, or even have some good English themes they know of? Thanks :-)
apoth0r Posted May 20, 2009 Posted May 20, 2009 Sorry to intrude, but any themes at all that would look good as a generic whole site template! The one I've pieced together is not worthy of being used, we need something with a little more pizzaz!!! (again sorry to jump on your thread!!)
danIT Posted May 20, 2009 Posted May 20, 2009 Here is a suggestion for you, Use the EduGeek Moodle Theme: Available here: EduMoodle You can then use some site specific css to change the Header image based on the course being used: Something like: .course-2 #header-home { background: url('EnglishTypeImage.png'); } A course with the id=2 in the url = .course-2 in css If you have multiple English courses you just need to add them to the CSS: .course-2 #header-home, .course-3 #header-home, .course-4 #header-home etc.. { background: url('EnglishTypeImage.png'); } Hows that?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now