How to manually copy files from one course to another

How to manually copy files from one course to another

by Helena Garcia -
Number of replies: 3

I'm coding a local plugin in Moodle and I'm trying to copy resources from one course to another one manually (not doing a backup and restoring).

I've tried to manually get the resource, the course_module, the context and finally the file from DB, then copying rows and updating the fields that concern to the new course, and also chaning SHA1 from pathnamehash file's table field.

Any ideas or alternatives to do that?

Thanks!

Average of ratings: -
In reply to Helena Garcia

Re: How to manually copy files from one course to another

by Tim Hunt -
Piksa bilong Core developers Piksa bilong Documentation writers Piksa bilong Particularly helpful Moodlers Piksa bilong Peer reviewers Piksa bilong Plugin developers
In reply to Tim Hunt

Re: How to manually copy files from one course to another

by Helena Garcia -

It was very useful, thank you smile

In reply to Helena Garcia

Re: How to manually copy files from one course to another

by whitegod k -

Hi,

If you need moodle installation?