Replacing activity scorm icon with another

Replacing activity scorm icon with another

by Alex Legg -
Number of replies: 1

I'm trying to replace the SCORM icon with another image.

The location of the element is: /moodle/theme/image.php/clean/scorm/1431688479/icon

But there's no such location on the server side.

I'm guessing I need to do something along the lines of naming the image scorm/icon and moving it into /moodle/theme/clean/pix

If anyone's done something like this and could help I'd appreciate it, thanks.


Average of ratings: -
In reply to Alex Legg

Re: Replacing activity scorm icon with another

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Hi,

To do this successfully you would need to add a pix_plugins directory to your theme and add the image in it using this path:

Here is a link to Afterburner theme that uese alternative icons such as SCORM,,,

https://github.com/moodle/moodle/tree/MOODLE_26_STABLE/theme/afterburner/pix_plugins/mod/scorm

There is a short tutorial too that explains the process: Using images in a theme

Hope that helps?

Mary

Average of ratings: Useful (1)