Problem With MultiSelector - Cant save to database
by Black Dream. Hello, I have create a multi selector form with the following code$select =& $mform->addElement('select', 'stuff', 'Assign Stuff', array(1,2,3,4,5));...
View ArticleHow to edit Available Courses Area
by Manoj Dharmarathne. HiI wish to know are there any quick and easy way to modify the "Available Courses Area" in the Home Page before Login and After Login. My requirement is the course link change...
View ArticleRe: Dublin Moodlemoot Hackfest
by Brian Merritt. Thanks everyone - based on your input I have booked the 4 days and look forward to meeting you all!
View ArticleRe: Problem With MultiSelector - Cant save to database
by Black Dream. Hello and thank you for your reply. The code i have so far is this small one:http://pastebin.com/YrZtrVuLAll my other form elements are working perfectly. datestart, datend, and...
View ArticleRe: Problem With MultiSelector - Cant save to database
by Davo Smith. Inside your functions add_teachflow_instance and update_teachflow_instance what processing are you doing on the 'stuff' value returned?You can't save an array of values directly into a...
View ArticleRe: Desktop client for Moodle Tracker
by Mary Cooch. Ah thanks Andrew - I was doing it right; looks like there might be an issue with school internet connection - I will try at home and see if it connects there. (Though I can get onto the...
View ArticleRe: Problem With MultiSelector - Cant save to database
by Black Dream. WOW, i am dump. You are right, i completly forgot to call the implode() function to the add/update instances functions.I fixed it and it works now!!!Thank you boss
View Articlehow show text in center moodle ?
by stephane ng. Hi again,I try add block in moodle, my name block is "block_hello";Now in the left column screen, i success i have a new blok "hello",this is the class block hello<?phpclass...
View ArticleRe: Development idea: Allowing Unconfirmed emails
by Justina Hohmann. Were you ever able to figure out how to implement #3? We're running Moodle 2.3.1+ and this option would be very helpful for a particular need that we have.Thanks!
View ArticleRe: Programming with Eclipse
by Dean Leggo. @Michael_A I've added a little bit to the Eclipse page and I think it would be good if everything is re-written but I don't know what would be important.I haven't touched Eclipse since...
View ArticleNew Block/Mod/Plugin, contexts etc
by Mark Chaney. Hi Guys. I am converting a block/mod from Moodle 1.9 to Moodle 2.4 and just wanted opinions on a few things.In moodle 1.9 there was a block that could be added to a course or front...
View ArticleRe: One Moodle, two networks
by Darko Miletić. What you want is not doable with Moodle as is. Not even with minor modifications.You might want to consider hosting SCORM courses on SCORM cloud and separate access by simple...
View ArticleRe: Desktop client for Moodle Tracker
by Derek Chirnside. Any more comment on the value of the desktop client?Is it worth setting it up?-Derek
View ArticleRe: integrating moolde-local_jquery in view
by Onno Schuit. Hi Erica,Soda author here (sorry to respond so late, didn't see your message before). You can always include a javascript library through your theme. But if you only want to include...
View ArticleRe: Drag and drop pictures into labels
by Davo Smith. I've posted an update to this patch now https://tracker.moodle.org/browse/MDL-34137When an image is dragged and dropped onto a course, the user can select to 'Add image to course page'...
View ArticleRe: AJAX modification to the Private Files block
by Luis de la Torre. And one step further.I basically filled my tree_update.php file with the next code: require_once('../../config.php'); $htmlid = required_param('htmlid', PARAM_TEXT);$context =...
View ArticleRe: Extending Forms with Separate Database
by Mahesh -. Hi OmnoIt would be really nice if you could elaborate the steps more precisely. I couldn't really follow your instruction (that you explained in 3 steps). I am sure I stuffed with with...
View ArticleRe: Extending Forms with Separate Database
by Mahesh -. Hi JeffCan you please share me your experience? I mean, how did you solve your problem? Can you please put them in step-by-step instruction? It will be a big help.
View ArticleHEADS UP: Backporting policy for Moodle core
by Dan Poltawski. Hi,In the integration team we have felt that the rules for backporting changes to stable branches were a little unclear and lacking consistency. Additionally we have received...
View Articleplugin function in custom block
by Oleg Mikheev. Hello to everyone!I was created my custom block and put there filemanger form. In lib.php file i was created plugin function. When file was downloaded, i hava a link via...
View Article