Cohorts within the category of which the user is a manager.
by Jiwan Bhandari. I need a way to find all the users in a cohort within a category of which the user is a manager. I need this list as my custom potential user list.
View ArticleRe: Getting question categories from course category contexts
by Andrew Sadler. I am using question_edit_contexts with a course context to populate a mform questioncategory element.my $contexts variable returns count 1 but returns nothing in a foreach statement....
View ArticleMoodle 2 not displaying wysiwyg in text areas
by Kieran Briggs. Hi, I've just upgraded from 2.4 to 2.5 and have lost the wysiwyg editor in some of the activities, namely assignment, label, file etc. It is appearing when I create a question...
View ArticleRe: Databases: Register people externally for specific course
by Lee Wilkes. Jeff, good morning to you. I was wondering whether you ever found a suitable solution to your question regarding external Groupon registration / integration with Moodle. We have a very...
View ArticleRe: Getting question categories from course category contexts
by Tim Hunt. I suggest you look at the code in the quistion bank that successfully dose what you want. E.g. question/category_form.php
View ArticleRe: add moodle/webservice:createtoken capability to all students
by Tim Hunt. Lots of misconceptions here:1. Assigning that capability will let any user create a web service token. That will not necessarily let them call any given web service. More permisison...
View ArticleRe: Sanity check after my module is installed
by Anne Krijger. Hi Tim,The addition to the admin page I should have thought of myself I've only used it for text fields thus far, but there's nothing stopping me from adding a button or url.I did...
View ArticleRe: Sanity check after my module is installed
by Tim Hunt. No, there is no way to automate it. You need to assume that administrators using your plugin are sensible.
View ArticleRe: Moodle 2 not displaying wysiwyg in text areas
by Kieran Briggs. OK, so I get that it collapsable, but I don't have the button to show/hide it?
View ArticleWhat on earth is an 'optigroup'??
by Howard Miller. I've been reading through the backup code (lucky me) and this term comes up all the time. It means nothing to me and I can't find any other reference. Just to satisfy my curiosity,...
View ArticleCron.php put the site very slow
by Cristian Matos. Hi, I'm having a problem with my site. I created a crontab and make the admin/cron.php run every 30 minutes. But when I do this it always put my site very slow.I know this file is...
View ArticleRe: Repository plugin issues
by Nuno Horta. okay cool! this was very useful, thank you!
View ArticleWho's On Skype
by Irith Herman. Is there a block like this for moodle 2:Who's On SkypeThanks Irith
View ArticleRe: What on earth is an 'optigroup'??
by Tomasz Muras. Eloy is your main suspect but you have 3 more:% ack-grep optigroup | grep / | cut -d: -f1 | sort | uniq | xargs -n 1 git blame | grep optigroup | cut -d' ' -f2,3 | sort | uniq -c...
View ArticleRe: Who's On Skype
by Matt Bury. Hi Irith,This would be a very simple adaptation to make to the Online Users' block. It just means detecting if a user has filled in the Skype ID on their profile and then adding the...
View ArticleRe: What on earth is an 'optigroup'??
by Tomasz Muras. I think it may mean "optional group".
View Articleתשובה ל: Re: Who's On Skype
by Irith Herman. HiI did not understand where to put this code??
View ArticleRe: What on earth is an 'optigroup'??
by Howard Miller. Wow! If there was a prize for the most impressive Unix command line command...
View ArticleRe: Cron.php put the site very slow
by Howard Miller. How long does it take?What is the machine doing? Can you run 'top' in another window or similar to get an idea.
View ArticleRe: Moodle 2 not displaying wysiwyg in text areas
by Tim Hunt. That is not working. Did the upgrade go OK? Can you try doing 'Purge all caches' from the admin menu?
View Article