Email to forum | Position of message

Email to forum | Position of message

by Derek Chirnside -
Number of replies: 1

When this new functionality arrived on Moodle.org the message in the notification was at the top, now it is below.

Is this location configurable?

I'd like to do what happened at Moodle.org: put it on the top for a while and then ,move it below.

-Derek


Attachment 18 email reply to.jpg
Average of ratings: -
In reply to Derek Chirnside

Re: Email to forum | Position of message

by Andrew Lyons -
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Hi Derek,

This was changed in core in MDL-48227 and to change the location of the message you would need to modify code I'm afraid. We made the change because many email clients (mobile in particular) were showing the "--If replying..." text as the preview of the message, thus making the preview particularly useless.

At around the same time, Ankit also designed a new way of adding this kind of information to outbound messages. Sadly this is master-only, but it may be of interest to you for 2.9. You can see it in action at https://github.com/moodle/moodle/blob/master/mod/forum/lib.php#L789

When 2.9 comes out, you will be able to move the text from the footer to the header by changing that 'footer' key to read 'header'.

If you feel it worthwhile to add the ability to swap them at will, perhaps you could add an issue to the tracker?

Best wishes,

Andrew

Average of ratings: Useful (1)