Administator editing students posts?

Administator editing students posts?

by Javier Martínez Alfonso -
Number of replies: 1

Hi

Is it possible for the administrator to edit what a student has written in the forum?

For example, a student wrote something and she wanted to add some images, but they were too big so she has sent them to me (the administrator) to put them at the end of his post, but it looks like this is not possible...

Does anybody know a way to do it?

Average of ratings: -
In reply to Javier Martínez Alfonso

Re: Administator editing students posts?

by Vikram Solia -
Hi Javier!

Encountered something of the sort at our site www.vidyaweb.com

You can edit any post at any time (though not recommended), if you are an administrator by adding this line in your config.php.

$CFG->admineditalways = true;

Take care you add it in config.php before the the line containing:

require_once("$CFG->dirroot/lib/setup.php");

Happy hacking!
Average of ratings: Useful (1)