Message My Teacher
Maintained by
Mark Johnson
This block allows configuration of roles to be considered "Teachers" of a course. The block will
then display a list of these teachers for the current course in the block, with a link to message
each one.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
1) This isn't currently a configurable setting, but you could create a local override for the block_messageteacher "pluginname" string using Moodle's Language customisation feature
2) I'm not sure exactly what you mean by "the black name" but the block uses the theme's defaults wherever possible to keep consistency with other blocks. Your theme may allow you to add custom CSS in its settings to override it.
3) The roles that are displayed in the block are configurable in the plugin's settings.
I have this working on our 3.1 site and working well. Just a couple of things I don't know if its possible to do:
1) Is there a way to change the name that appears on the block?
2) Is it possible to specify the colour to be used in the black name rather than the theme's default
3) We want to list a few roles, but would like to be able to show in the block those roles. For example... Teacher (then the names of those in the Teacher role), Marker (then the names of those of those in the Marker role) etc.
Thanks heaps, love the block
PHP Notice: Missing firstnamephonetic property in $user object, this is a performance problem that needs to be fixed by a developer.
this was fixed by simply adding them into the query on line 59 of block_messageteacher.php
The extra fields are: u.firstnamephonetic, u.lastnamephonetic, u.middlename, u.alternatename
Hope this helps
As far as I'm aware the block should work with 2.6, but if you get an error when you try to use it please let me know and I'll try to fix it.
Thanks
Mark
or how can i apply this for moodle 2.6?
Thanks,