Quantcast
Channel: General developer forum
Browsing all 37667 articles
Browse latest View live

Re: Useful SQL Queries? - find links to youtube, vimeo, etc.

by prakash mishra.  i have problem regarding moodle query .. my sql query is to find the list of course have enrolled by a user the sql query executing properly in sqlyog but on moodle only one course...

View Article


course not completed

by nikhil pednekar.  Does anyone knows what will be the exact query for showing list ofuser who have not completed the course?thanks,Regards,Nikhil Pednekar

View Article


Re: Programming with Eclipse

by Luis de Vasconcelos.  Joseph, what do you use now in place of Eclipse?

View Article

Re: Programming with Eclipse

by Joseph Rézeau.  Luis, I use http://code.google.com/p/tortoisegit/

View Article

Re: course not completed

by Jitendra Gaur.  Hi Nikhil,Use this query SELECT u.username, c.fullname FROM {course_completions} ccJOIN {course} c ON (c.id = cc.course)JOIN {user} u ON (u.id = cc.userid)WHERE cc.timecompleted IS...

View Article


Re: Useful SQL Queries? - find links to youtube, vimeo, etc.

by Jitendra Gaur.  Can you tell me what is the code you are using i think you should use $DB->get_records_sql() to get all the records dont use $DB->get_record_sql()

View Article

JavaScript Question

by Christian Thompson.  Hi Everyone,I am the Moodle Admin for an online university and we are using a JavaScript bookmarklet which I programmed to change the settings for each of our course actvities...

View Article

Re: JavaScript Question

by Christian Thompson.  Naturally, pretty much as soon as I submitted my post, I realized how to do it - using the click() method.  I hope somebody else finds this useful.  Take it easy and keep on...

View Article


Image may be NSFW.
Clik here to view.

Re: JavaScript Question

by Christian Thompson.  OK.  Now, I am having the same problem with the dropdown menu for completion tracking.  For checkboxes, I can use the click() method as outlined in my previous response to...

View Article


Is this true of Git?

by Gareth J Barnard.  Is this true of Git?... http://geek-and-poke.com/2012/07/simply-explained-2.html

View Article

Image may be NSFW.
Clik here to view.

Re: Is this true of Git?

by Mary Evans.  YES!

View Article

Image may be NSFW.
Clik here to view.

Re: Is this true of Git?

by Mary Cooch.  Brilliant! I love it

View Article

Is Canvas a threat?

by Gareth J Barnard.  Hi,On another forum (https://moodle.org/mod/forum/discuss.php?d=217586#p960570) there has been some discussion about usability and Canvas was mentioned -...

View Article


Image may be NSFW.
Clik here to view.

YUI combo not found

by edu g.  Hi,I created a YUI extension in my theme. It works in localhost but when I deployed in my pre-production server, Moodle can't found the file.My extension has...

View Article

Re: YUI combo not found

by edu g.  solved.the name of the directory was toggleListBox and it had to be all lowercase, as written in the code. parts of the name of the module are used as namespace.

View Article


Etherpad with different users

by Kate Fernando.  I created users in moodle. They individually login to the system and work with etherpad. But in etherpad there is no different color for the users. All the things which all users...

View Article

Re: Is Canvas a threat?

by Marcus Green.  I don't see it as a threat, more as a potential inspiration for user interface concepts. It would make sense for developers to login/install copies of canvas and see how they do it...

View Article


ctags

by Bas Brands.  Hi All,I used to be able to find a Moodle function easily using the file tags.txt. Now it only contains a line that tells you how to create this file yourself or where to download it....

View Article

It is possible to Add Activity Or Resource into an exiting Activity?

by Black Dream.  Hello, I have created my own module called "Teaching Flows" with PHP and i want to know if it is possible to add an activity or resource into an exiting"Teaching Flow" activity. If...

View Article

Re: ctags

by Onno Schuit.  Hey Bas,Did you do sudo apt-get install exuberant-ctags?The command you supplied works fine for me (from within Vim, using Ubuntu 10.04 LTS).Groeten!Onno 

View Article
Browsing all 37667 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>