Resource instead of Activity

Resource instead of Activity

by Paul K -
Number of replies: 1

Hi,

I'm trying to change the category in which a Moodle plugin will appear. This is for sure a trivial question but how to change the plugin from activity into resource? Which parameter and in which file needs to be customized?

Best regards

Paul

Average of ratings: -
In reply to Paul K

Re: Resource instead of Activity

by Davo Smith -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
In function [plugin]_supports() (in lib.php), return MOD_ARCHETYPE_RESOURCE for FEATURE_MOD_ARCHETYPE.


Average of ratings: Useful (2)