How do you disable the course welcome message?

How do you disable the course welcome message?

by Henry Brubaker -
Number of replies: 2

I'm using Moodle 1.9.16 and trying to disable the welcome message for a course, but cannot locate the place to do that.  Please advise.

Thanks.

Average of ratings: -
In reply to Henry Brubaker

Re: How do you disable the course welcome message?

by Patrick Pollet -

Goto to site Administration, Enrolements and turn off 'Send course welcome message'

or add to config.php

// moodle 1.95
$CFG->sendcoursewelcomemessage=0;

Cheers

 

In reply to Patrick Pollet

Re: How do you disable the course welcome message?

by Deleted user -

I tried this on Moodle 2.2, 

Site Admin>Plugins>Enrolments>Self Enrolment

I changed  "Send course welcome message"  to off,

but it is still sending the welcome email. 

I purged the server cache but still no joy.

Any ideas please?