Etherpad in moodle
by Kate Fernando. Hi, I successfully integrated etherpad in to moodle..I created 3 users to the moodle including the admin user. But etherpad don't change according to the 3 users. All the text each...
View ArticleRe: error on custom form
by roc mehra. Hi Onno,Thanks for your reply.I will explain you my problem.Now i have changed the folder module. What i have done isAdd some fields under xmldbeditor. But does not change the default...
View ArticleRe: Grading assignments in etherpad
by Achini Randeni. Thank you for your reply. I tried to edit the lib.php code in etherpad. But still the etherpad has not been added to the grade report. Can you give me some hints how to do that or...
View ArticleRe: Drag and drop pictures into labels
by Frankie Kam. Hi DavoI've implemented the patch as per https://tracker.moodle.org/browse/MDL-34137. It seems to work except that the upload effects (yellow daisywheel) keep going round and round,...
View ArticleRe: Move Login and Logout Link on Menu to the right and end
by Pete Currington. ok, so I got the username/password login into the upper right corner, but I still don't see how to get the actual signup form onto the login page. I don't want just a link to a...
View ArticleRe: Drag and drop pictures into labels
by Frankie Kam. My web browser is Google Chrome Version 24.0.1312.57 m. I've also tested it under Firefox 17.0. Same thing. I've tried using a basic theme that does not use autohide. To no avail. The...
View ArticleRe: Drag and drop pictures into labels
by Davo Smith. Frankie - please open up the chrome developer tools and the 'network' tab, then try again.Copy and paste the results of the call to course/dndupload.php
View ArticleRe: Writing Behat tests with filepicker
by David Monllaó. Hi Yuliya,At the moment the set of steps definitions is limited and there is no way to interact with the filepicker with the current ones, the same with other complex moodleform...
View ArticleRe: Drag and drop pictures into labels
by Frankie Kam. Hi DavoThanks for the speedy reply. Cor, I didn't know such a tool existed. Here is the screenshot.I can see ajaxloader doing its thing. It's just spinnin' its wheels. Hope this...
View ArticleRe: Why does my login redirect to draftfile.php rather than Home?
by Kris Stokking. Redirects happen because $CFG->wantsurl is set to something on login. Usually that happens when you set a bookmark to something other than the login page for your site (in your...
View ArticleRe: Drag and drop pictures into labels
by Davo Smith. Frankie - you've found the right place with the first screenshot. Now could you click on 'dndupload.php' and then click on 'response' and copy + paste what is found there.It is clear...
View ArticleRe: Drag and drop pictures into labels
by Frankie Kam. <br/><b>Fatal error</b>: Call to undefined function course_get_cm_edit_actions() in <b>/home/frankie/public_html/m24/course/dnduploadlib.php</b> on line...
View ArticleRe: Drag and drop pictures into labels
by Frankie Kam. Thanks a million for nudging me along to success in ironing my own patch bug. NOW the drag-and-drop image to label is working PERFECTLY.BTW, I noticed that if I drag and drop a PNG...
View ArticleHow do I hide a block or what have you?
by Liam Cuff. Seriously I have no idea how to hide anything (such as a block) from one user but show it for another (I'm trying to give staff secret menus so they can pass files to each other, make...
View ArticleOwn mod_form.php
by Silvan Voser. Hi everybody,I need to create an own edit page for an activity. So if I click in the course on "Update", I get to this page.I am new to moodle and it would be great if you can give me...
View ArticleRe: Drag and drop pictures into labels
by Davo Smith. Frankie - png, gif, jpeg, svg files all work perfectly for me.Please open a bug report if you have a problem with this feature and include the file that is not working.
View ArticleRe: How do I hide a block or what have you?
by Davo Smith. In the get_content() function:Check the capability of the user that you are interested in.Return NULL if they do not have the capability that allows them to view the block.(Note the...
View ArticleRe: Own mod_form.php
by Davo Smith. If you are wanting to create your own settings form, then take a look at the file mod_form.php in any of the existing Moodle activities (mod/page/mod_form.php is a fairly...
View ArticleRe: Is it consider ok to use jquery?
by Andrew Normore. I'm using Jquery in my theme, to do some neat interface stuff. As far as interface stuff goes, like sliders and drop down menus, notifications and "cool stuff", it's been working...
View ArticleRe: Move Login and Logout Link on Menu to the right and end
by Mary Evans. The only way you can do this is to find out which php loads the signup form. A clue is in the url for that actual page. So if you make a note of that file name, then find it in the...
View Article