Re: Moodle 2 Title of Block not showing in the Dock
by Rosario Carcò. Do I have to provide a vertical image of the title myself? Or will the block-docking-logic of Moodle generate that image dynamically? I will quickly check for the navigation block...
View ArticleRe: Moodle 2 Title of Block not showing in the Dock
by Rosario Carcò. No luck. I can not find any vertical image with the navigation nor course-list title, so it must be dynamically generated.Ahaaa, I just found a YUI SVGDrawing function. I will have...
View ArticleMYSQL server updates causing problems in 1.9
by Paul Cook. Hi guys we are fixing a lot of these issues at the moment due to MYSql updates on servers. Mainly affecting gradebooks. Updating Moodle helps. Cheers Paul
View ArticleRe: Exceptions translation mess
by Joseph Rézeau. My vote for never translating exceptions.
View ArticleREST Service client in Moodle plugin
by Erica Underwound. hi all,i am currently writing on a Moodle plugin that should read from and write to a REST service. Doing some research, I found a lot about REST and Moodle from a server side...
View ArticleRe: Exceptions translation mess
by Tim Hunt. Well, before we start talking in code terms - exceptions - let us talk in people terms.There are two things that are jumbled up in Moodle's exception handline.1. Reporting meaningful...
View Article2.3.2: Open Custom Menu Links in New Window
by Richard Crawford. I'm using Moodle 2.3.2, and a customized version of the Nimble theme. You can see our website at:http://ucdavisextension-onlinelearning.net/As you can see, we're using the custom...
View ArticleRe: REST Service client in Moodle plugin
by Darko Miletić. You do have webservice_rest_client class located in webservice/rest/lib.php but that is tailored for the Moodle style of REST web services. However looking at the code you will see...
View ArticleWhat to do about certain design decisions?
by Tim Hunt. I have had two bugs in the last few months (MDL-31519 and MDL-35111) where I submitted a bug fix for integration, and it got pushed back with a comment like"We are not sure if this is the...
View ArticleRe: Exceptions translation mess
by Petr Škoda. Tim: your point 1. is not valid because Moodle should ideally never show those "meaningful error messages". It should happen only if somebody bookmarks some random page or if somebody...
View ArticleRe: Exceptions translation mess
by Tim Hunt. OK, so I did not use a very good example. Though people do ocasionally have their permissions edited by another user while they are logged in, or do sometimes log in as a different user...
View ArticleRe: Moodle for MOOCs
by Bob Puffer. Before even considering spending time in a discussion I'd want to know how (in the world) you could set up Moodle 2.x to handle Massive concurrent users. I don't even think OU is a...
View ArticleRe: Moodle for MOOCs
by John Andrewartha. The short answer is we don't use Moodle as the front end. If the concept of MOOC is read and answer or submit, then the read can be anywhere. Using software like Mahara and...
View ArticleEmail attachments require file path in dataroot
by Yuliya Bozhko. Hi,Would appreciate any help on the following issue.I am working on open badges project and one of the things that I need to do is to send emails to users with the badges they...
View ArticleRe: Email attachments require file path in dataroot
by Davo Smith. Yuliua - simply copy the file out of the Files API into a temporary file in the dataroot folder, using either copy_content_to or (probably more appropriately), copy_content_to_temp....
View ArticleA plugin to store images and vew stored images
by Abdul Bashet. Hi,I am new to moodle development. However I was able to make a plugin. But now I want to make another plugin, which will be able to store images according to user input and later on...
View ArticleRe: A plugin to store images and vew stored images
by Davo Smith. Have you read: http://docs.moodle.org/dev/Using_the_File_API_in_Moodle_formsIf so, which part are you stuck on / unsure about?Before you go down that route - does this already do what...
View ArticleProgramatic access to documents stored in moodle
by Rik Heywood. I need to write a tool that will periodically query a clients moodle install for all the documents stored in it. I then need to download any new documents that have not been processed...
View ArticleRe: Get course grade/total ?
by Alexander Adadurov. Thank you Patrick! That is the post I was looking for. I needed to add to profile page information about final grade for each course displaed.I used...
View ArticleChanging custommenu location
by Oren Gerstner. Hi, I am using Fusion theme, and added custom menu, I am trying to move the menu from the top of the header to the bottom, currently, all menu items are opened on top of our site...
View Article