Re: Implementing Admin Settings pages, etc
by Joshua Johnston. What is the preferred way to create a settings page for a plugin that has a hierarchy of settings that should be enabled/disabled based on the value of a parent setting?Do I need...
View ArticleRe: Block or Theme
by Sami Hwang. Hey Jitendra,You did an awesome job.I think my boss wants me to be a person like you who knows how to create local plugin and make heavy customization on Moodle.That being said, can I...
View ArticleRe: Block or Theme
by Jitendra Gaur. Thanks,To start the moodle development best place is moodle documentation, find the specific API (http://docs.moodle.org/dev/Core_APIs) and look at already created plugin.Learn from...
View ArticleRe: Implementing Admin Settings pages, etc
by Jitendra Gaur. Look at it http://docs.moodle.org/dev/Admin_settings
View ArticleRe: I'm new to Moodle and need to create a trigger
by Chris Jenkins. Thanks Richard!Thats good news, it looks like I just create a "course completed" handler and register it by including it in mdl_events_handlers table:INSERT INTO...
View ArticleRe: Implementing Admin Settings pages, etc
by Joshua Johnston. I was hoping to find an example or documentation of how to make a group of settings that would be enabled/disabled based upon a checkbox on the same settings page. The wiki page...
View ArticleScripting Blocks of Mnet sites
by Rance Hall. We have over 60 moodle sites and are bringing new ones up regularly. They ALL are set up to Mnet to each other.We are trying to develop a custom config procedure that makes sure...
View ArticleDROP temporary table gives error message
by Alan Zaitchik. I wrote an Authentication plugin very like the LDAP Authentication plugin, for Moodle 2.2. When I drop a temporary table (MySQL 5.1.41) I see the error message (in the error...
View ArticleAdd grade.php to etherpad folder
by Kate Fernando. I need to add grading functionality to etherpad. For that I added grade.php to etherpad folder and tried to do it modifing the etherpad folder. I wanted to know is that possible?
View ArticleRe: Desktop client for Moodle Tracker
by Ankit Agarwal. The search does look nice, you can have a quick view of the issue, right from the search result window. Beside that even I dont see many advantages. Still need to see how this can...
View ArticleRe: Implementing Admin Settings pages, etc
by Jitendra Gaur. Hi Joshua,you can use external admin page and create a form if you dont want to use standart admin setting functions.moodle form has a function called ($mform->disabledIf())In...
View ArticleRe: I'm new to Moodle and need to create a trigger
by Rex Lorenzo. Yikes, no, you shouldn't register to handle an event that way.Please read the "Handling an event" part of the documentation:http://docs.moodle.org/dev/Events_API#ExampleThere is a code...
View ArticleRe: Desktop client for Moodle Tracker
by Tomasz Muras. The same here - INVALID LICENSE.
View Article[Moodle 1.9]Own Module capabilities for self created roles in access.php are...
by Sebastian Hepp. Hello,I am a developer of a module for moodle 1.9 and have a problem with the entries in the file access.php. We have the standard roles admin and student, but also some user...
View ArticleOne Moodle, two networks
by Witold Wiśniowski. Hi,I need some advice in my case. My bosses wants me to do Moodle platform with some trainings, but... let me describe situation.There are two networks, A and B. Users from B see...
View ArticleRe: AJAX modification to the Private Files block
by Luis de la Torre. Hi again,Well, I have done some research in my free time and I have learnt a bit of javascript, YUI and the way Moodle uses them. I used this knowledge to modify the private_files...
View ArticleRepository in Filemanager
by Gorn ---. Hi all!I have created a subdirectory in moodledata/repository with several avatar pictures for use in profile editing and successfully accessed it via the file manager.So far, so good....
View ArticleRe: Desktop client for Moodle Tracker
by Eloy Lafuente (stronk7). Just a side note,you need to update to latest Jira Client version (3.1 and upwards), to get it working with the new license schema AND with Jira > 5.2 properly...
View Articlewhere Group related tables definitions located in moodle
by sudhanshu verma. Hi All,Can any body help in locating group related table definition in moodle.Thanks in advance,Sudhanshu
View ArticleRe: where Group related tables definitions located in moodle
by sudhanshu verma. I got my answer.Thanks,Sudhanshu
View Article