Re: Need help with API
by Matteo Scaramuccia. Hi Nano,appreciated .I've changed your initial code after having read the details of the Zopim API and created something that could be used by any user. If everything will work...
View ArticleCreating a chat using SQL
by Guilherme Estevão. Guys I am developing a method (JAVA) where I create a chat room just by entering values in the database and moodle to make use Hibernate persistence enWhat is being done:1st I...
View ArticleAccessibility - useful links
by Andrew Nicols. There's been a bit of talk recently about accessibility and I thought it may be useful to start a post inviting people to post the resources that they use or are aware of which are...
View ArticleRe: Image Filepicker with Badges not loading (Moodle 2.3)
by William Mair. Yuliya,I upgraded to the most recent version and I still get the same problem.I have moved over the /badges and /blocks/badges folders and moved the following new files as...
View ArticleRe: Truncated text in modified booking module
by David Bogner. Hi Neil,if you could post your code on github (just fork the actual repository https://github.com/dasistwas/moodle-mod_booking ) somewhere and provide a link here, then I could have a...
View ArticleRe: Creating a chat using SQL
by Jitendra Gaur. Hi,To insert/create chat activity directly from database you need to insert into following tables -course_id = (course id where you want to create a chat activity )chat_id =...
View ArticleRe: advertising course (hide links)
by Sonya Svetik. Thank you so much for your help!!!! Goood luck!!)
View ArticleRe: Truncated text in modified booking module
by Neil Horner. Hi David,Thanks for your reply. I've forked the code as you suggested and commited my new code. https://github.com/nrhorner/moodle-mod_booking.gitI think I've narrowed down the problem...
View Article[SQL Query] Given a Course ID, find all assignments with a grade greater than 0.
by Sergio Tapia. Hi guys,I just created my account here on Moodle and wanted some help.I want to create a SQL query that let's me easily find:How many assignments there are in a course.Out of those,...
View ArticleRe: Creating a chat using SQL
by Guilherme Estevão. Thank you for your help, especially the part where I have to clear the cache of the course, it was very helpful to meThanks Jitendra Gaur
View ArticleRe: [SQL Query] Given a Course ID, find all assignments with a grade greater...
by mohamed alsharaf. Hi SergioIt would be helpfull to know what database you are using (MySQL, PostgreSQL, MSSQL)? and Moodle version you are using? For Moodle 2.3+ the query below show do what you...
View ArticleRe: Accessibility of links
by Damyon Wiese. Jason, IMO this reasoning is 100% incorrect. Related article:http://a11yproject.com/posts/title-attributes/Summary (and WCAG agrees):"There are a few times when using a title...
View ArticleUsing isloggedin()
by Wayne Lee. Hello All,I am trying to determine if someone has logged into moodle on another page outside of moodle.This extra page is also on a different web server.I have...
View ArticleYUI tooltip
by Mark Chaney. Hi guys is it possible to create a tooltip upon hover over of an element. Ive done it loads in JQuery but cant find any guides, documentation or examples anywhere on how to do it using...
View ArticleRe: YUI tooltip
by Andrew Nicols. Hi Mark,From Moodle 2.5, there's a new tooltip module - moodle-core-tooltip. You can see it in use for help popups on http://qa.moodle.net. The popuphelp implementation is set to use...
View ArticleRe: YUI tooltip
by Hittesh Ahuja. I did the same in Moodle 2.2 long time back.. i used this yui gallery module http://yuilibrary.com/gallery/show/yui-tooltip
View ArticleRe: YUI tooltip
by Mark Chaney. Ive seen the Gallery Tooltip a few times but that uses the source as an attribute that it installed upon load. I want the source to be ajax. Not sure if this can be modified to include...
View ArticleRe: YUI tooltip
by Mark Chaney. Im building it for 2.4 but could have a look and nick the code for 2.5 so thanks for the link. As for accessibility. The information presented using the hover over is additional extra...
View Article