<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.6000.16414" name=3DGENERATOR></HEAD>
<BODY>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D075031703-28032007><FONT face=3DAr=
ial 
color=3D#0000ff size=3D2>We have the moodle message "hacked" so that it 
automatically and immediately emails every message so people get the message=
 
either online or in their inbox.&nbsp; Thus we d not have to reply on staff=
 
visiting moodle alone, they also get the students request&nbsp;by email BUT=
 have 
to reply through&nbsp;moodle as they&nbsp;are not told the students email 
address.</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D075031703-28032007><!-- Converted=
 from text/plain format -->
<P><FONT 
size=3D2>-------------------------------------------------------------------=
-------------<BR>Stephen 
Digby, Learning Technology Manager<BR><A 
href=3D"mailto:admin@cheltsec.vic.edu.au">mailto:admin@cheltsec.vic.edu.au</=
A>&nbsp;<BR>Cheltenham 
Secondary College www.cheltsec.vic.edu.au Ph: 613 955 55 955&nbsp; Fx: 9555=
 
8617<BR>--------------------------------------------------------------------=
------------<BR>&nbsp;</FONT> 
</P>&nbsp;</SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D075031703-28032007><FONT face=3DAr=
ial 
color=3D#0000ff size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D075031703-28032007><FONT face=3DAr=
ial 
color=3D#0000ff size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D075031703-28032007>moodle/ message=

lib.php</SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D075031703-28032007>
<P>///commented out the lines that check the users preferences and the onlin=

staus so that all messages get seny by email immediately</P>
<P>/// Check to see if anything else needs to be done with it</P>
<P>&nbsp;&nbsp;&nbsp; $preference =3D (object)get_user_preferences(NULL, NUL=
L, 
$userto-&gt;id);</P>
<P>///&nbsp;&nbsp;&nbsp; if (!empty($preference-&gt;message_emailmessages))=
 
{&nbsp; // Receiver wants mail forwarding&nbsp;&nbsp;&nbsp; Commented out by=
 DIG 
to force all message to be 
emailed<BR>///&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if ((time() - 
$userto-&gt;lastaccess) &gt; ((int)$preference-&gt;message_emailtimenosee *=
 60)) 

//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp; 
$message =3D 
stripslashes_safe($message);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp; 
$tagline =3D get_string('emailtagline', 'message', $SITE-&gt;shortname);</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
$messagesubject =3D message_shorten_message(strip_tags($message), 30).'...';=
</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
$messagetext =3D format_text_email($message, 
$format).<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; 
"\n\n--\n".$tagline."\n"."$CFG-&gt;wwwroot/message/index.php?popup=3D1";</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if 
($preference-&gt;message_emailformat =3D=3D FORMAT_HTML) 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp; 
$messagehtml&nbsp; =3D format_text($message, 
$format);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 
$messagehtml .=3D '&lt;hr /&gt;&lt;p&gt;&lt;a 
href=3D"'.$CFG-&gt;wwwroot.'/message/index.php?popup=3D1"&gt;'.$tagline.'&lt=
;/a&gt;&lt;/p&gt;';<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp; 
} else 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp; 
$messagehtml =3D 
NULL;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
 
}</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
$userto-&gt;email =3D $preference-&gt;message_emailaddress;&nbsp;&nbsp; // U=
se 
custom messaging 
address<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=

email_to_user($userto, $userfrom, $messagesubject, $messagetext, 
$messagehtml);<BR>&nbsp;///&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }&nbsp; omme=
nted 
out by DIG to force all message to be emailed<BR>&nbsp;///&nbsp;&nbsp; 
}&nbsp;&nbsp; Commented out by DIG to force all message to be emailed</P>
<P>&nbsp;&nbsp;&nbsp; return $savemessage-&gt;id;</P></SPAN></DIV><BR>
<DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr align=3Dleft>
<HR tabIndex=3D-1>
<FONT face=3DTahoma size=3D2><B>From:</B> itapps-bounces@edulists.com.au 
[mailto:itapps-bounces@edulists.com.au] <B>On Behalf Of </B>Roland 
Gesthuizen<BR><B>Sent:</B> Wednesday, 28 March 2007 12:52 PM<BR><B>To:</B> Y=
ear 
12 IT Applications Teachers' Mailing List<BR><B>Subject:</B> Re: [Year 12 IT=
 
Apps] FW: room change<BR></FONT><BR></DIV>
<DIV></DIV>I guess that it is just part of how we work, no one method suits=
 
every need or is 'better' than another. Students either page me with the Moo=
dle 
chat option or post an e-mail with our Internal e-mail system (soon to be 
upgraded to Zimbra).<BR><BR>I answer the door if somebody says hello, read m=

faxes and snail mail standing over a rubbish bin, answer the phone if somebo=
dy 
calls and .. (sigh) read my e-mail when and where I can. The office enjoys 
paging me over the school PA system (my difficult to correctly pronounce nam=

has devolved to Mr G), my colleagues enjoy sticking bits of yellow paper on=
 my 
monitor and forests fall as others fill up my pigeon hole. A collaborative a=
nd 
integrated team effort, each to his own modus operatus.&nbsp; My productivit=

and pace has gone up, my attention span has decreased. <BR><BR>I explain tah=

e-mail is the new snail mail and I may take a day or two to get back to them=

phone only if I am near a phone or call my mobile if urgent (* chime sound *=
) .. 
must go another e-mail to read.<BR><BR>Regards Roland<BR><BR>
<DIV><SPAN class=3Dgmail_quote>On 22/03/07, <B class=3Dgmail_sendername>Bren=
dyn 
Hancock</B> &lt;<A 
href=3D"mailto:hancobr@nagle.sale.catholic.edu.au">hancobr@nagle.sale.cathol=
ic.edu.au</A>&gt; 
wrote:</SPAN> 
<BLOCKQUOTE class=3Dgmail_quote 
style=3D"PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,=
204,204) 1px solid">
  <DIV 
  style=3D"MARGIN: 4px 4px 1px; FONT: 10pt Tahoma; font-size-adjust: none; f=
ont-stretch: normal">
  <DIV>Michael</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Your blunder may be just the catalyst to start a thread on how school=

  communicate with there students.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>It would appear that you communicating with your students via email i=
s a 
  very 'normal' thing for you.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>How do others see this? Progressive or 'normal'?</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Regards</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Brendyn</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>
  <DIV><FONT face=3DArial>Brendyn Hancock</FONT></DIV>
  <DIV><FONT face=3DArial size=3D1>IT Manager</FONT></DIV>
  <DIV><FONT face=3DArial size=3D1><A 
  onclick=3D"return top.js.OpenExtLink(window,event,this)" 
  href=3D"mailto:bhancock@nagle.sale.catholic.edu.au" 
  target=3D_blank>bhancock@nagle.sale.catholic.edu.au</A></FONT></DIV></DIV>=
<SPAN 
  class=3Dq></SPAN></DIV></BLOCKQUOTE></DIV><BR><BR clear=3Dall><BR>-- <BR>R=
oland 
Gesthuizen - ICT Coordinator - Westall Secondary College<BR><A 
href=3D"http://www.westallsc.vic.edu.au">http://www.westallsc.vic.edu.au</A>=
<BR><BR>"Never 
doubt that a small group of thoughtful, committed citizens can change the wo=
rld; 
indeed it is the only thing that ever has." --Margaret Mead 
_______________________________________________ <BR><A 
href=3D"http://www.edulists.com.au">http://www.edulists.com.au </A>- FAQ, 
resources, subscribe, unsubscribe <BR>IT Applications Mailing List kindly 
supported by <BR><A href=3D"http://www.vcaa.vic.edu.au">http://www.vcaa.vic.=
edu.au 
</A>- Victorian Curriculum and Assessment Authority and <BR><A 
href=3D"http://www.vitta.org.au">http://www.vitta.org.au </A>- VITTA Victori=
an 
Information Technology Teachers Association Inc<p></p><p><b>Important - </b>=
This email and any attachments may be confidential. If received in error, pl=
ease contact us and delete all copies. Before opening or using attachments c=
heck them for viruses and defects. Regardless of any loss, damage or consequ=
ence, whether caused by the negligence of the sender or not, resulting direc=
tly or indirectly from the use of any attached files our liability is limite=
d to resupplying any affected attachments. Any representations or opinions e=
xpressed are those of the individual sender, and not necessarily those of th=
e Department of Education.</p></BODY></HTML>