Jump to content

Recommended Posts

Posted

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 :-)

Posted

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!!) :D

Posted

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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...