Course table in Moodle
by Darko Miletić. Can somebody explain to me what is the rationale for not having a unique index on shortname field in course table? Moodle already checks for duplicates in code, but it is bad design...
View ArticleRe: Events and Event handlers
by Hubert Chathi. Did you bump the version of your plugin, and go to the Site Administration > Notifications page? Moodle will not recognize new event handlers until it goes through the...
View ArticleRe: Where to hook in to the course completion event?
by Ray Morris. We did the same thing previously, checking for the completion of the SCORM. Now that we have a course with multiple SCORMs, we're going to do it "right" by firing from course...
View ArticleRename file using File API
by Camilo Rivera. Hello everyone, I'm trying to rename a file stored in the Moodle file system. So far I've been trying using the get_file() handler but no luck so far, I can get the handler working...
View ArticleRe: Where to hook in to the course completion event?
by Ray Morris. This is the tracker issue for this: http://tracker.moodle.org/browse/MDL-34795
View ArticleGradebook Database Schema - Table Names
by Dennis Ng. Hi all, I'm new to Moodle. I was just wondering what the tables in the Gradebook database schema store and represent? For me some of the tbl names aren't meaningful to explain what's...
View ArticleRe: Gradebook Database Schema - Table Names
by Bob Puffer. I can give you the basics of the table usage: grade_items contains a record for each current grade item for each course including categories and course grade items grade_grades contains...
View ArticleRe: Rename file using File API
by Dan Poltawski. The stored_file method 'rename' seems to do it: /** * Rename filename * * @param string $filepath file path * @param string $filename file name */ public function...
View Articlecustomize moodle frontend
by alojz domanicky. Hello, I want to completely redesign moodle and make difference between frontend and backend. The backend stays as it is, I will choose some default theme for it, but frontend will...
View ArticleRe: How to use Amazon S3 as Moodle Data Root
by Irati Abio. Hi, We are migrating our Moodle infrastructure to a AWS based one. How can I configure an Amazon S3 bucket as moodledata? Thanks!
View ArticleRe: How to use Amazon S3 as Moodle Data Root
by Lawrence Furnival. Performance of certain temporary files is better if it has lower latency - consider core moodle change for changing the location of these files. Otherwise it works fine. Catalyst...
View ArticleRe: Online Moodle 1.9 to 2.0 course converter
by Peter Easton. will this work with 1.8.x courses? Pete
View ArticleHierarchical outcomes for Moodle
by Dharmin Shah. I would really like to see hierarchical outcomes in the next Moodle release. If we have a really long list of outcomes it displays all of them in 1 single column, I would like it so...
View ArticleWhy don't files attached to a forum post show up in table mdl_files?
by Harry Lu. The files I attached to a forum post in my moodle site don't seem to show up in table mdl_files, but I can download the file from the post. Does anyone have any idea what's going on here?...
View ArticleRe: Rename file using File API
by Camilo Rivera. Hello Dan, thanks for your response. I was actually working on Moodle 2.1 so I back-ported some methods from file_storage and now is working. Thanks again!
View ArticleRe: Why don't files attached to a forum post show up in table mdl_files?
by Davo Smith. If you are using Moodle 2 and you have uploaded a file to Moodle, then it will be in mdl_files (if you can download it then it must be there). How are you looking for it for you to...
View ArticleRe: Why don't files attached to a forum post show up in table mdl_files?
by Harry Lu. I'm using moodle 2.2. I used MySQL workbench to connect to the MySQL data and can see all tables and data in the tables. I saw a couple of mod_forum attachment files, but not the one from...
View ArticleEliminating Page Jump caused by the Dock
by John White. Hi all, I've read http://docs.moodle.org/dev/Styling_and_customising_the_dock which comments on the page jump generated when all page blocks are docked, and MDL-22560 where Sam Hemelryk...
View ArticleRe: Profile picture loading very slow
by Guillermo Madero S.. Installation problemshttp://moodle.org/mod/forum/discuss.php?d=208577 General problemshttp://moodle.org/mod/forum/discuss.php?d=208573 Hardware and...
View ArticleRe: Where to hook in to the course completion event?
by Aaron Barnes. Issue updated with a patch Cheers,Aaron
View Article