Multimedia Chat Activity

Multimedia Chat Activity

โดย Paul 'Fire' Preibisch -
Number of replies: 2
Hi everyone,

I want to modify the Moodle Chat activity so that if someone enters a url to an image, or a youtube video, the chat would automatically embed that youtube video or image directly into the chat window.

Can anyone give me some pointers on where to start my modifications in the code?
Example:
Chat activity with multimedia
การประเมินโดยเฉลี่ย: -
In reply to Paul 'Fire' Preibisch

Re: Multimedia Chat Activity

โดย Martin Dougiamas -
รูปภาพของCore developers รูปภาพของDocumentation writers รูปภาพของMoodle HQ รูปภาพของParticularly helpful Moodlers รูปภาพของPlugin developers รูปภาพของTesters
Actually the mediaplugins filter cvs:/moodle/filter/mediaplugin/filter.php already does that for youtube videos.

http://cvs.moodle.org/moodle/filter/mediaplugin/filter.php?revision=1.54&view=markup&pathrev=HEAD

You can see where it's detecting patterns and substituting code.

Makes sense to extend that for images too. Send us a patch in the tracker!
การประเมินโดยเฉลี่ย: -