Re: Odg: Re: Moodle 2 - set default font and color
by Olja Petrovic. It is generally better to avoid modifying the core code, because you complicate your upgrades.I'd suggest creating your own theme, which inherits from the theme you are using and can...
View ArticleRe: Backup
by Jon Witts. Too true Visvanath! But this is a mistake you normally only make once!
View ArticleRe: Weird error message when trying to login
by Jon Witts. Hi David,That is a warning rather than an error, so the first thing is that your error reporting level in PHP is probably up too high for a production site;but that is not to say that...
View ArticleRe: Moodle integration with wordpress
by Jon Witts. Hi there the external database login method could possible do what you need... External_database_authenticationJon
View ArticleRe: How to tell how far the student is in the course?
by Glenys Hanson. Hi Ian,I found the Checklist plugin extremely useful for showing me at a glance where all the students were at and also motivating for students to see their progress. That was in...
View ArticleHelp find replacement for get_and_set_current_group()
by Константин Елшанский. Good day for everyone. I need to replace the old function get_and_set_current_group() with new equivalent. Using moodle search and google I only have found information that...
View ArticleUsing fancybox with Moodle
by T. O.. We want to utilize fancybox (http://fancybox.net/) capabilities on our site. We are running Moodle 2.2.4. Specifically, we want videos (presented as thumbnails on the site) to open in a...
View ArticleRe: Help find replacement for get_and_set_current_group()
by Olja Petrovic. Take a look at groups_get_course_group() in lib/grouplib.php. It "Returns group active in course, changes the group by default if 'group' page param present".Like in this...
View ArticleProblem with 'restricted access'
by Dave Harris. Hi allIm using Moodle 2.3.2+Im having a slight issue with the lessons function of my moodle.I have 3 sections: 'beginners', 'intermidiate' and 'advanced'To view the intermidiate...
View ArticleRe: Problem with 'restricted access'
by Dave Harris. Just to further add to this, If i add a new users and they get the test correct first time on the intermdiate test, then the advanced test will be become ungreyed out. I still have the...
View ArticleRe: Editing the keyword tag
by David Kimball. Came looking for the same information and was able to piece the answer together from several different posts. Putting it here for others who are also wanting to know how to change...
View ArticleRe: Editing the keyword tag
by David Kimball. Tweaked the code a bit to have the course name as the first keyword as I will name all of my courses with highly searchable keywords:$output .= '<meta name="keywords" content="' ....
View ArticleDelete Large File
by curt bixel. In moodle 2.3.1, is it possible to truly delete a large video file. Given the common resource file structure, I am worried that once I upload it, I may not be able to remove it through...
View ArticleRe: How do I query the Moodle database for outside Moodle?
by David Kimball. Here is a very slick tool to find and modify specific words in your MYSQL database:http://sewmyheadon.com/2009/mysql-search-replace-tool.David
View ArticleDisabling emails
by Stephen Hutchison. Hi,I'm just testing to see if Moodle could work as an alternative to a commerical package we are currently using. I want to test importing all my users but i don't want to...
View ArticleAuth plugin for Web Service SSO
by danny willford. Hey everyone,I'm currently working with a client who wants to add moodle elearning to their site and want to use Single Sign On (sso).We have set up a webservice that works when the...
View ArticleRe: Frontpage
by Hartmut Scherer. Hi George,Are you using "My Moodle"? You can check this in Site administration -> Appearance -> Navigation at the top. When you change the Default home page to "Site,"...
View ArticleRe: Moodle 2.3.3 - Known Bug - How to patch?
by Tim Hunt. http://docs.moodle.org/23/en/Administration_FAQ#How_can_I_fix_just_one_bug.2C_without_upgrading_my_whole_site.3F
View ArticleRe: TinyMCE defaults
by Tim Hunt. Do you mean the style of the text and other content that appears in TinyMCE editor? If so, you can control this in your theme.In theme/yourtheme/config.php, add the...
View ArticleSite not Available
by Dr. Nellie Deutsch. Can someone help me resolve this: http://labs.integrating-technology.org ? The site is Moodle version 2.1 or 2.2.1, I cannot recall. I'm using plesk. Would I be able to use my...
View Article