Re: insert another aplication in moodle
by Hubert Chathi. I'm not sure what you mean by adding a "menu". Can you explain what you mean?Moodle has several plugin types, depending on what you want to do. The ones that are most likely to be...
View ArticleRe: How should the URL auto-linking filter work?
by Hubert Chathi. As of right now, all three links are incorrect, and #3's problem has nothing to do with the bracket. Here's what I see:My guess is that #2 is a less-important case to worry about....
View ArticleRe: How should the URL auto-linking filter work?
by Gareth J Barnard. Dear Tim,In continuation from the dev chat I consider that:http://www.w3.org/Addressing/URL/url-spec.txtNeeds to be supported in terms of allowable characters. In that...
View ArticleRe: How should the URL auto-linking filter work?
by Tim Hunt. http://tools.ietf.org/html/rfc3986 is a more up-to-date version.
View ArticleRe: How should the URL auto-linking filter work?
by Hubert Chathi. If you check that a URL is reachable, you have to be able to handle pages that the user is able to reach, but the server is not able to, for whatever reason. e.g. the page is...
View ArticleRe: How should the URL auto-linking filter work?
by Gareth J Barnard. So, therefore, implement the 'request for comments' updated version and when the filter muffs it up allow the user to correct it.A Google...
View ArticleRe: How should the URL auto-linking filter work?
by Tim Hunt. Please bear in mind that this is a Moodle text filter. It runs tens of times on every single page. It must be very, very fast.
View ArticleRe: How should the URL auto-linking filter work?
by Hubert Chathi. From a quick glance at the code, urllinker has a set of characters that it doesn't consider to be part of the url if it's at the end of the code. So with Tim's example #1, it would...
View ArticleRe: Embed an applet served by pluginfile.php
by Luis de la Torre. Hi guys,I know this is an old thread but I never really solved this issue Can anybody clarify anything about this problem with the pluginfile.php script?
View ArticleRe: File picker's default value of select .
by Takeshi Matsuzaki. I posted it as 'default value of select in filepicker'. Thank you for your advice .Let me know one more about filepicker . I want to handle when one picture is selected in a...
View ArticleRe: Embed an applet served by pluginfile.php
by Gareth J Barnard. Hi Luis,Perhaps the 'codebase' is being confused by the php, so what if you remove it and specify the full path with pluginfile.php in the 'archive' attribute?This is because I'm...
View ArticleRe: Embed an applet served by pluginfile.php
by Luis de la Torre. Hi Gareth,Thanks a lot for answering and for your suggestion! I'm afraid I have also tried that in one of my many attempts, but it did not solve the problem. However, just to be...
View ArticleRe: Embed an applet served by pluginfile.php
by Gareth J Barnard. Dear Luis,From a Java point of view I think you have the solution. However, looking at the debug of lines 1954 and 4250 of 'filelib.php' it could be that the jar file mime type...
View ArticleTruncated text in modified booking module
by Neil Horner. Hello,Moodle version 2.4.3+ (Build: 20130328)PHP version 5.3.10 I'm new to Moodle and programming in general, so I hope someone is able to understand my problem. I've been struggling...
View ArticleRe: YouTube Anywhere crowd source funding
by Daniel Lombardo. Alright, I made a crowd-sourcing pledge with the same service Indiegogo.http://igg.me/at/update-crot/x/3132962If you need this plugin please contribute and it will be released in...
View ArticleRe: Need help with API
by Matteo Scaramuccia. Hi Nano,here is a brand new Zopim Live Chat widget block for Moodle: https://github.com/scara/moodle-block_zopim.Matteo
View ArticleRe: Embed an applet served by pluginfile.php
by Luis de la Torre. Yup, using the URL"http://localhost/pluginfile.php/25/mod_ejsapp/jarfile/5/ejs_FallingBall.jar" in my web-browser works. It inmediatly opens a window to accept the download of the...
View ArticleRe: Need help with API
by Nano A. Matteo,Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! It works like a treat! Not sure if I can do...
View ArticleRe: Embed an applet served by pluginfile.php
by Luis de la Torre. Anyway, I have just created an issue about this topic in the Moodle Tracker.If you would like to see this problem solved, please vote for it!...
View ArticleRe: Embed an applet served by pluginfile.php
by Gareth J Barnard. Dear Luis,Thanks for the additional information. I think it is now a matter of working back from line 4250 up the call stack to determine what is happening and given the 'HEAD'...
View Article