Re: [Moodle 2.5] Adding new capabilities to an Individual or All modules and...
by Davo Smith. You can have conditions based on user profile fields, so you could have a condition based on 'firstname' = 'Guest' (or something like that).However, it does sound like this is something...
View ArticleCreating a table with some content with many options
by Raphael Goldman. Hi,I am building a table that will store data on recordings of lessons in moodle.My table need to have some advanced features:to be able to sort by and column(this is very easy to...
View ArticleRe: How to create an add-on for moodle existing quiz engine?
by Oliver Stearn. Joseph, if you intended your posts to be helpful, then so be it. I tuned in shortly after you told OP that you would be unprepared to help if he was doing something related to...
View ArticleRe: [Moodle 2.5] Adding new capabilities to an Individual or All modules and...
by Pranoy Agrawal. Actually changing the content of same label again and again is a serious problem in itself.. It will affect the performance adversely and is a very bad idea to implement..So now if...
View ArticleInsert table mdl_files itemid filearea draft
by Douglas Henrique. Good evening, I'm trying to insert a file in moodle by an application outside of Moodle. Time to insert in the table there is a column mdl_files itemid that receives an integer....
View ArticleRe: Confused with Page Headers, Main Headers, Page Titles - How does it all...
by tim st.clair. I'm glad I'm not the only one who doesn't agree with the headering systems in the skins. They are something that many of our client - mostly new to Moodle - all come back to us about...
View Articledifferent page layout for a given browser? Best practice?
by tim st.clair. I'm embedding scorm packages into my theme rather than popping them up. In order to get the best possible use of the screen space, we don't show any sidebar. So I made a new layout in...
View ArticleRe: Insert table mdl_files itemid filearea draft
by Douglas Henrique. Correcting: I have to enter in the table mdl_files *
View ArticleRe: Insert table mdl_files itemid filearea draft
by Douglas Henrique. Friend, thank you for the help, it was of great importance, that was it I was looking for. I'll talk a bit about what I'm wanting to do, because I still have a question. I'm on a...
View ArticleRe: Simple proxy script workaround for Moodle's file API
by Matt Bury. Thanks Matteo! I'll look into your suggestions/recommendations.
View ArticleRe: Insert table mdl_files itemid filearea draft
by Davo Smith. I think I'm going to make one last attempt to reply to this, as I've already posted extensively in reply to your other discussion. After this, I'm going to leave it in case someone else...
View ArticleRe: Is it possible to get quiz id in formulation_and_controls (renderer.php)...
by Tim Hunt. I think it is good that your final university project is encouraging you to contribute to an existing Open Source project, rather than to build something completely separate. When you...
View ArticleRe: Can one create custom HTML blocks like a CMS with Moodle?
by Oliver Stearn. Hi George,I would have thought this functionality is limited to HTML/JS. If you want to include custom php, you will need to delve slightly deeper into moodle code.This article/book/...
View ArticleRe: Can one create custom HTML blocks like a CMS with Moodle?
by Richard Oelmann. If you want to create a block from scratch then you can create a block to do almost anything you want using html/php/javascript.The html block, though, is a pre-existing block...
View ArticleRe: Help with sample HTML file for popup window content in a Lesson.
by Kimber Warden. Good for you, Rodney! It always feels good to figure something out that you've been working hard at!Using an unordered list is an interesting way to approach this problem. As long as...
View ArticleRe: Simple proxy script workaround for Moodle's file API
by Matteo Scaramuccia. Hi Matt,you're welcome!There is another potential change that will make your script best fitting into the Moodle Files API: move your URL from being...
View ArticleFrom Procedural to Object Oriented PHP
by Gareth J Barnard. Hi,This was tweeted by @Bytes and looks like an interesting read - http://net.tutsplus.com/tutorials/php/from-procedural-to-object-oriented-php/ - that I thought developers would...
View ArticleRe: [Moodle 2.5] Adding new capabilities to an Individual or All modules and...
by Gareth J Barnard. Dear Pranoy,Could you take a different approach by having two themes? I.e. a site theme that has css etc. to show the labels and a user theme that does not. By setting 'user...
View ArticleRe: [Moodle 2.5] Adding new capabilities to an Individual or All modules and...
by Gareth J Barnard. But the best solution is still your own label resource with 'has_capability()'.
View ArticleRe: [Calculated question type] difference between get_formula_errors and...
by Philippe Blain. Hi, I just filed a issue in the tracker, https://tracker.moodle.org/browse/MDL-40311.If get_formula_errors is the one that should be deleted, why is it that...
View Article