Posts recently rated as "Useful" in Using Moodle
General problems -> Student who have dropped the course -> Re: Student who have dropped the course | |
|
Hi Doris, On the front page under "Site Administration," create a new role in Users -> Permissions -> Define Roles. Duplicate "student" role, rename it to anything (e.g., Student_no_access_to_a_course"), search for "view courses" (under "Course") and change it to prevent. Open the course and assign this role to a student that you no longer want to give access to this course, in addition to the student role. You can assign more than one role to a person. "Prohibit" overrules "allow." You will not lose data and the student can still access other courses in which he/she is enrolled in. With kind regards, Hartmut |
Hardware and Performance -> Moodle and Postgres: Performance problems -> Re: Moodle and Postgres: Performance problems | |
![]() ![]() ![]() |
Hi Marcelo, There is a very good performance guide in moodledocs: http://docs.moodle.org/en/Performance which includes some information about how to tune both postgres and apache. Specifically regarding your question about connection pooling - you can tell Moodle to use persistent connections, but a better approach is possibly to install a tool called "pgtool". You need to switch postgres over to listen on a different port (usually 5433) and tell pgpool to listen on 5432 which is the normal postgres port. There, it pools connections and acts as a buffer between postgres and whatever is using it. Other than that, you might want to upgrade to postgres 8.2 - you should see some performance improvements over 8.1 Cheers, Penny |
Blocks -> Limiting enrolements in a course? -> Re: Limiting Enrollments in a Course V1.96+ | |
|
The version on the Moodle site is always kept up to date (by me) for the newest weekly build. So if you download the Weekly Moodle 1.9.6+ and at the same time a max_enrolment build (http://download.moodle.org/download.php/patches/max_enrolment.zip), they will match. I also have older builds if you need them. Alan. |
Enrolment Plugins -> FLAT FILE - ADD FIELDS -> Re: FLAT FILE - ADD FIELDS | |
|
You should be able to follow the procedure at the following link: http://docs.moodle.org/en/Upload_users However, because State and ZIP are not supplied fields, you'll need to create them under Users > Accounts > User Profile Fields. Suppose you name those two fields 'state' and 'zip.' When you use the upload file, you'll need to add two columns to it, profile_field_state and profile_field_zip. |
Windows-based servers -> Http 500 error at login ... sometimes -> Re: Http 500 error at login ... sometimes | |
|
Hello! Until september 2009, I've got a lot of error 500. I'm using Moodle with SQL Server 2005 too in an entire Windows environment. The error was caused not by Moodle configuration, but by the php_dblib.dll. I've updated my PHP instalation for 5.3.0 non-thread safe with the apropriate dblib. This solved A LOT of Moodle instabilities. Regards. |
Roles and Capabilities -> New role - view course logs -> Re: New role - view course logs | |
![]() |
Ok I found it myself! It is: Course > View Reports (moodle/site:viewreports) Jon |
General problems -> Moodle Modules Not loading -> Re: Moodle Modules Not loading | |
![]() ![]() ![]() ![]() |
Hi, Other things to check are that the module folder is named correctly and is not contained within another folder. Please see the documentation Installing contributed modules or plugins for further details. |
General problems -> Moodle Modules Not loading -> Re: Moodle Modules Not loading | |
![]() |
Are you clicking on notifications in site administration first? (The other possible thing as well as that might be then to check in modules>activities>manage activities that the new module is enabled with its eye open. |
Installation problems -> For the most part, moodle forums don't work. -> Re: For the most part, moodle forums DO work. | |
![]() |
@Ron: a quick fyi - I've changed the forum thread title bcs I couldn't disagree with you more! Moodle rewards those who are patient, persistent and polite. If the idea of paid support from a Moodle Partner is unappealing, then, there is plenty of free support here in the forums. moodle is a generous community - be kind to it & it will return the favour. you need to be prepared to ask the right questions, teach others and help yourself - if you want to learn. The forums are a basic building block for social constructivism. what that means to anybody serious about education is, we can learn from each other, through exchanging ideas, observing discussions and trying to explain things to others. http://docs.moodle.org/en/Philosophy Happy moodling. Chad |
General problems -> Simultaneously running a second instance of Moodle -> Re: Simultaneously running a second instance of Moodle | |
![]() ![]() |
There is actually another way of doing it, without duplicating the database. If you look at this discussion, Martin Langhoff described his approach. It is a little technical. but I am assured it works. |
Forum module -> Wrong Date in Forum -> Re: Wrong Date in Forum | |
![]() |
Hi there, I've had this problem several times over the last year. As no one seems to be offering a solution here I've put it in the tracker: MDL-20756 Cheers, Glenys |
Messaging -> Viewing old messages? -> Re: Viewing old messages? | |
|
Good things come to those who wait! See the Message module mod here: http://moodle.org/mod/forum/discuss.php?d=137041 and tell us your opinion, if this could be helpful... regards, Martin |
Installation problems -> For the most part, moodle forums don't work. -> Re: For the most part, moodle forums DO work. | |
![]() |
Hi there. That is because, by default, you cannot register yourself on Moodle - because of potential spam issues. You need to turn this feature on by going to site admin on the front page and then users>authentication>manage authentication and then enabling email-based self registration. Hope that helps. (I can't view your Moodle because of the strict filtering system in my school but that's probably your solution) |
Teaching tips and tricks -> what the basic step for beginners? -> Re: what the basic step for beginners? | |
|
Hi Francis, Yes this is easy. I suggest you read through the Moodle documents on the Forum and Chat modules which will get you started. Then, if you want more, you can search the main site for information. There's a great deal of information in this site. Don't rush, take your time to look around and get some idea of what you can do. Also, if you do make a mistake with a setting it is very easy to undo it so trying something is no problem. Hope this helps, Paul |
Lesson module -> Are there any demos of using the lesson module? -> Re: Are there any demos of using the lesson module? | |
![]() |
hey that's me! Yes it is in the docs along with others hereThe climbing one is the Decision Making scenario. |
Questionnaire module -> Trouble with hidden questionaries -> Re: Trouble with hidden questionaries | |
![]() |
I still don't see why you can't therefore put the teachers in a group and then grouping and assign them the questionnaire, so the students- who won't be in the grouping -don't see it? |
General developer forum -> timstamp via the xmldb editor -> Re: timstamp via the xmldb editor | |
![]() ![]() |
Hi there. In Moodle 1.9 the database TIMESTAMP format (or equivalent SQL date formats) is never used. Instead we use an unsigned int(10) (may also be not null unless it's optional) which contains the time in seconds since epoch, = Unix time, format. You can easily create these fields with xmldb. I don't particularly agree with the decision not to use database time fields, but while developing in Moodle it is best to follow that approach (for consistency). --sam |
Enrolment Plugins -> Paypal configuration -> Re: Paypal configuration | |
|
You would need to contact the people at moogle.org because you will need a login email address, just like a regular merchant. |
General problems -> Increasing the Number of Topics in Moodle -> Re: Increasing the Number of Topics in Moodle | |
![]() |
I haven't, personally, but I know people have requested this on these forums but my thinking is - how long would it make that page? Talk about scroll of death! Having 52 is long enough -I can't see why you'd need or want 100.Incidentally..this question would really be better in the General Problems rather than the Lesson Module |
Themes -> Editing themes -> Re: Editing themes | |
![]() ![]() |
Try .sideblock .content { background-color:yellow; } and body { background-color: orange; } You should really install Moodle on a local PC for development and testing, see Installing_AMP with Firefox and Firebug available. That will save you lots of time! Cheers, Frank "Give a Man a Fish, Feed Him For a Day. Teach a Man to Fish, Feed Him For a Lifetime" Lao Tzu |
Themes -> Editing themes -> Re: Editing themes | |
![]() ![]() |
Languages -> Language Drop Down Box not Appearing -> Re: Language Drop Down Box not Appearing | |
![]() ![]() ![]() ![]() ![]() |
As I can see, your server uses its custom theme. The position of the drop down is controlled by the theme's header.html. Consult with the author of the theme. d. |
Moodle documentation -> New Features in Releases? -> Re: New Features in Releases? | |
![]() ![]() ![]() |
All the release notes are available from Moodle version history. |
Quiz module -> TestGen Blackboard import -> Re: TestGen Blackboard import | |
|
Hello Tom and all, I tried many variations of the import using TestGen 7.4.3 for a math instructor without success (including the ExamView option, the file never finished loading). I was looking for an option that would not involve copying the .ppg directly to the server. All the images (Venn diagrams/tables) and symbols seemed to have come across so far. This process can use some refinement/improvement prior to be used in training, but here is a somewhat simplistic solution. My version of HTML + TestGen Tidy:
There maybe some questions that display: "ALERT....THIS QUESTION COULD NOT BE FORMATTED FOR ON-LINE DISPLAY. THIS TEXT WAS INSERTED TO MAINTAIN NUMBER SEQUENCING WITH THE PRINTED TEST ITEM FILE. DO NOT USE THIS QUESTION WHEN CREATING AN ASSESSMENT." Those questions may need to be manually entered/created. At this point, I realize there is a probability that the image links may break when the content is moved to another course. We are working on that too. Any suggestions are welcomed Ana |
Contributed modules and plugins -> Message Module Improvement | |
|
Hi all. Regards, ML |
Contributed modules and plugins -> I just made a new admin report -> Re: I just made a new admin report | |
![]() ![]() ![]() |
Try adding WHERE deleted = 0 to the end of the query. A place to share custom queries is a good idea. I added as section at the end of the docs page Custom_SQL_queries_report#Share_your_interesting_queries_here. |
General problems -> One System ? -> Re: One System ? | |
![]() |
Make every school a Course Category and make sure all the courses have course keys. Then it is just the user management to figure out. |
SCORM Module -> Scorm module upgrade -> Re: Scorm module upgrade | |
![]() ![]() ![]() ![]() |
Hi Antoine, 1.8.2 is really old and you should upgrade at least to the most recent 1.8 Stable. there are also various public Security issues in 1.8.2 and if a Hacker discovered your site, they could probably cause a bit of havoc and damage to your site. we did push some SCORM fixes into 1.8.7 so if you upgraded to the latest stable 1.8 then that might address some of your issues, but Moodle 1.9.5 and above are definitely best for SCORM support. I wouldn't advise copying a 1.9stable version of the mod/scorm folder and installing it on a 1.8 site, as this would likely cause issues! |
Assignment module -> Allowing update after marking -> Re: Allowing update after marking | |
|
Hello Bob, Unfortunately, the "advanced uploading of files" assignment does not have the built-in resubmission capability that the "upload a single file" assignment type does. The way I use it in my classes is that I allow students to delete their submissions (which is practical for a number of other reasons as well), and once they have done so, they can easily resubmit the corrected version. (In this case, it might be helpful to set e-mail notifications for teachers. But even if you do not, you will be able to see a fresh assignment just by looking at the grading page, with the "Grade" button highlighted.) Alternatively, you might want to experiment with the Project activity module (http://docs.moodle.org/en/Project_module); however, I am afraid I do not have much experience with that. I hope this helps. Gergely |
Contributed modules and plugins -> MindMap Module and the Mac -> Re: MindMap Module and the Mac | |
|
If You position teh Element exactly on top of the one You want to link it with the new link is created |
Questionnaire module -> Using Questionnaire for final course evaluations -> Re: Using Questionnaire for final course evaluations | |
|
Hi Don Look at the responses and click on "download in text format" save the text file to your preferred location. Then open it in Excel (change the files of type to Text files) and you should see the course name. |
Themes -> Editing themes -> Re: Editing themes | |
![]() ![]() |
Hi Alex, CSS FAQ and Themes FAQ are good starting points for learning more about theming. There are also concrete code examples and tips for useful tools, not only for Firefox (Development:Firebug#Alternatives_with_similar_functionality_for_other_Web_browsers:). hth Frank |
Themes -> Editing themes -> Re: Editing themes | |
![]() ![]() |
Hi Alex, You really should use Firebug or one of the similar tools for other browsers to peek under the hood of your theme. Themes_FAQ#Are_there_tools_which_help_me_creating_and_editing_themes.3F Development:Firebug#Alternatives_with_similar_functionality_for_other_Web_browsers: Try div.breadcrumb li { color: blue; } hth Frank ![]() |
Themes -> Editing themes -> Re: Editing themes | |
![]() ![]() |
My mistake, styles.php is only for collecting all the scattered CSS files before sending them to the browser (http://moodle.org/mod/forum/discuss.php?d=64106). That's why line numbers shown by Firebug are mostly useless for Moodle theming - unfortunately. 1) The first problem could be caused by your browser's cache. Try emptying the cache, reloading the page or re-installing the theme (changing the text in header.html works, see screenshot). 2) The footer settings are in styles_layout.css, line 800 ff. 3) The calendar settings are in styles_color.css, line 544 ff. Cheers, Frank ![]() |
General problems -> Site News & Updates functionality -> Re: Site News & Updates functionality | |
![]() |
Hi there. By default only the admin should be able to add to site news on the front page. If non admins such as teachers can then that is because mistakenly you have given them a role on the front page. Can you check you have nobody in front page roles (via site administration)? |
Installation problems -> For the most part, moodle forums don't work. -> Re: For the most part, moodle forums don't work. | |
General problems -> Starting! -> Re: Starting! | |
![]() ![]() ![]() ![]() |
Yes like Hotmail in that it is a web application but, no, not like Hotmail in that there are more than one Moodles. Typically each School / College / Organisation will have its own Moodle site running on a central web server for everyone in that organisation to use. All these clients need is a web browser. However, if you just want to try it or create courses yourself to be deployed elsewhere you can have a standalone version. There are some one click installers on the downloads page for various platforms. These load all the server software (web server, database etc.) and the Moodle software onto your PC. You are still accessing a server from your web browser - it's just your machine too. Does this make more sense? |
General problems -> Adding a photo gallery -> Re: Adding a photo gallery | |
![]() |
Hi Marcy. Here's how I'd do it: 1: put the images I want in my gallery into a folder on my computer 2 Right click the folder>send to compressed/zipped folder (or whatever method of zipping you use) 3: Go to my moodle course and click in course files>upload my zipped folder 4: Click "unzip" 5: Go to add a resource>lightbox gallery-give it a name relating to my latest images 6: scroll down to "image location" and click into where it says "directory" choose the folder I just uploaded with my latest images. As for reordering the photos -I assume if you name/number them in the order you want in the folder before uploading them then they should display as you want? |
Blocks -> Course menu with xtree ( used to be structured format ) -> Re: Course menu with xtree (suggestions for improvements) | |
|
Alexis My course writer asked me if the course files could be shown in a tree like structure. I went away and found your contribution! I went back to my writer and said I had sorted it out for her and took all the credit of course Just one small detail. In the topic tree, the text was pushing out the side of the box. I commented out the line in javascript.php which has corrected the problem. However, I prefered the font as it was before. Now, the box is the same width as the others, but the text carries on on to a second line as in the illustration below. Have you any ideas how I can fix this. If you have an answer, I promise I will tell her it was all your work! Thanks for the great contribution. Simon ![]() |
Contributed modules and plugins -> I just made a new admin report -> Re: I just made a new admin report | |
![]() ![]() ![]() |
I just uploaded a new version. The new feature is that you can now set up scheduled queries that are automatically run on the first day of the week or month. First day of the week is defined as midnight between Friday/Saturday for internal OU reasons, but there is a fairly obvious constant at the top of locallib.php to hack if you want to change this. There is also now documentation: Custom_SQL_queries_report, and a component in the tracker for bug reports: http://tracker.moodle.org/browse/CONTRIB/component/10540 Finally, standard disclaimer, the download package won't be ready until tomorrow, but it is in CVS now. |
Contributed modules and plugins -> I just made a new admin report | |
![]() ![]() ![]() |
The idea of this report is that administrators can set up pre-defined SQL queries that other people can then go in and execute. This lets you easily create new reports where there is not already an admin report plugin that does what you want. Naturally formatting is a bit basic, but it is good enough for most things. Anyway, the OU wanted it, I did it, and now you can have it: http://moodle.org/mod/data/view.php?d=13&rid=2884. Naturally, the download zip file will not be ready until tomorrow. |
Installation problems -> Linux vs Windows -> Re: Linux vs Windows | |
![]() ![]() ![]() ![]() |
There is no different set of files among linux and windows and a SCORM should play just fine on both platforms: we do regurarly move SCORMs from linux to windows and viceversa without problems. The first thing I'm thinking at is file naming rules: in linux a file named MyFile.htm is different from myfile.htm, while in windows it is the same file. If SCORM uses the file names without caring for capital/no capital, in windows SCORM will play, while in linux will fail. It could be worth a check, just in case. |
Workshop module -> Workshop 2.0 Gradebook integration -> Re: Workshop 2.0 Gradebook integration | |
|
I have come through this before but still i think that the workshop keeps to much complexity and that could be a kind of p2p evaluation layer for any activity that needs to be graded. For example, forums can be graded in a p2p way but without the capabilities of workshop. And we can remove from the workshop the way the users submit their work and only focus on the way we grade them. The evaluation form is a great think, but why only for workshops? I use forums and wikis, and I like students to rate their colleages, but ... wikis don't allow this and forums have a simple web2.0 tool that allows to rate the best posts... So, First I like your idea that the workshop provides many results and the teacher can manage them in the gradebook and both, teacher and student see in the gradebook the way the final grade is obtained But I also would like to apply the workshop grading capabilities to any of the activities... any, even maybe new kinds of activities, like blogs. |
Windows-based servers -> Error installing Moodle 1.9.5 with MSSQL 2005 + FreeTDS + IIS 6 + PHP 5.2.11 + Windows Server 2003 -> Re: Error installing Moodle 1.9.5 with MSSQL 2005 + FreeTDS + IIS 6 + PHP 5.2.11 + Windows Server 2003 | |
|
Hi, I noticed that the error I was facing, it wasn't due to Windows Server 2003 SP1 or windows Server 2003 SP2. The main problem was that on my previous machine OS is installed on D drive and I placed "Freetds.conf" file in D drive so that I was facing errors. On the other hand on another machine OS is installed on C drive and I placed "Freetds" on C drive and Moodle installed successfully. After that I moved "Freetds.conf" file from D drive to C drive on my previous machine and started Moodle installation. With surprise It got installed successfully on previous machine too. The point to be noticable is that the "freetds.conf" file MUST be placed in C drive, even if the OS is installed on another drive. Let me know if this information is helpful to anyone. Thanks. |
General problems -> Picture upload size -> Re: Picture upload size | |
![]() |
Yes - you can stop them adding their own picture (we do this, as a school , so we don't have inappropriate avatars) It is in site admin on the front page>security>site policies and scroll down to "disable user profile images" |
General problems -> Less Files -> Re: Less Files | |
![]() |
Yes, you can delete the languages you're not going to need, you can even delete some modules, but... when you start using your moodle, sooner or later you'll run into the file limit issue again. I'd advise you change the server provider to a company that doesn't put the limit on the number of files |
General problems -> Is there a moodle module that will record voice? -> Re: Is there a moodle module that will record voice? | |
![]() ![]() |
Have a look at the Nanogong plugin. There is a Nanogong extension to the WYSIWYG editor and an Nanogong assignment module. |
Calendar -> Display of group events -> Re: Display of group events | |
|
... And the second patch file (for theme/standard/styles_color.css). This patch is not necessary if you do not need the background color difference. |
Calendar -> Display of group events -> Re: Display of group events | |
|
This might be somewhat different from what you want, but I made some modification as: - On the month view, a group-dependent symbol (like playing cards symbols) is added to the head of each event title - On the day view, the group name is displayed like '(group: xxx)' - the background color for each group is also different, that you can specify in theme/standard/styles_color.css You need 2 patch files, Attached is the first one (for calendar/lib.php, calendar/view.php). |
Backup and Restore -> EMERGENCY: Restore broke my installation -> Re: EMERGENCY: Restore broke my installation | |
![]() |
At a guess, & having done this myself, I'm betting you restored to your front page. Try going through this forum looking for "restored to front page" & variations. |








Yes it is
Having 52 is long enough -I can't see why you'd need or want 100.

.
) are not shown. It’s virtually impossible (ultimately by means of fiddly workarounds) to ‘unblock’ a blocked user in the classic message component.
.
) opens the 'new message' tab with the right recipient already filled in.



Or just add the permission to the facilitator/course creator role? 



