Posts made by Patrick Malley

The standard theme applies font-family choices in the following manner:

body, table, td, th, li {
font-family:Arial, Verdana, Helvetica, sans-serif;
}

Keep this in mind whenever setting fonts within your theme.

You cannot just apply fonts to the body, or to a table, ul, or ol because the td, th, or li will screw you up every time.

Don't change the Standard theme. Just add the above CSS to your stylesheets and set your own default fonts there.
I've done this before. What you're describing is something like this:

Wordpress at:

http://moodle.org

And, Moodle at:

http://moodle.org/moodle/

Then, the Wordpress rewrites will interfere with your Moodle directory. Therefore, you have to turn RewriteEngine off in the Moodle directory.

Took me a couple weeks to figure this one out myself. Good information to have around!

Moodle in English -> General help -> Moodle 1.5.X -> Re: Moodle 1.5.X

by Patrick Malley -
Hey James,

Your request seems simple enough, but isn't likely to get much of a response because you haven't asked any specific questions. Have you seen the Moodle Documentation at http://docs.moodle.org? Start there. If you have questions as you go, post them here. This is a very helpful community and I'm certain someone will lend a hand.