Feature Requests

Please do NOT use this section of the forum to request help if Joomdle does not work for you in some particular way. Your post will be deleted.

[Closed] Videos being downloaded instead of streamed

More
13 years 3 months ago #21 by Ravi
Thanks to Antonio and you , it works but there are two scenarios one where it works one where it does not.

Anyways my work gets done with this and thanks again.

Please Log in or Create an account to join the conversation.

More
13 years 3 months ago #22 by Chris
Glad to hear you have it working - well partially and sufficiently. Can you provide the two scenarios for our reference and so that we can keep a look out while testing, etc.

Please Log in or Create an account to join the conversation.

More
13 years 4 weeks ago #23 by Antonio Durán
Replied by Antonio Durán on topic Videos being downloaded instead of streamed
Added in R0.91

Please Log in or Create an account to join the conversation.

  • Oleg
  • New Member
  • New Member
More
12 years 11 months ago #24 by Oleg

Antonio Durán wrote: I looked into it, and it turns out the fix seems quite easy.

If you want to try, just edit moodle/auh/joomdle/auth.php, function get_page().
Just before the line with the return statment, add:
$mypage = format_text ($mypage);

Please let us know if it works for you if you try it.

I will add the fix in next release.

Hello
Sory for my bad English.
I'm using Joomla 2.5.11, Moodle 2.4-latest and Joomdle R0.91 for Joomla 1.6/1.7.x/2.5.x
I am facing the same problem as reported below .Please let me know if you have a solution to this issue.
If edit files /moodle/auth/joomdle/auth.php (XML-RPC Error (404): Unknown error)
if origenal function

Code:
function get_page ($id) { global $DB; if (!$cm = get_coursemodule_from_id('page', $id)) { return ''; } $page = $DB->get_record('page', array('id'=>$cm->instance), '*', MUST_EXIST); $mypage['name'] = $page->name; $context = get_context_instance(CONTEXT_MODULE, $cm->id); $mypage['content'] = file_rewrite_pluginfile_urls ($page->content, 'pluginfile.php', $context->id, 'mod_page', 'content', $page->revision); $mypage['content'] = format_text ($mypage['content']); return $mypage; }
not video. Add video instruction post 8.

Please Log in or Create an account to join the conversation.