Advanced Search
Search Results
8 total results found
How to Change 'Topic Outline' on Class Page
This is a description of the location of code that should be changed in order to remove the ‘Topic Outline’ header of the class page a replace it with The class name and info. This information is for Moodle v1.7 found at http://xref.moodle.org. The code pertai...
How to Remove Icons in Moodle
This article is about removing Icons from the course formats page (when displaying the course page) for Moodle 1.7. The code referenced can be found at xref.moodle.org. The lack of a icon switch variable still exists in version 1.8 (found at http://moodle.cvs...
How to Print Multiple files in MS Word
This link explains the process: Tech-Recipes (Warning: has ads)Note: To select multiple files click the first file, and then shift click the last file and all consecutive files will be highlighted. To selected individual files ctrl click the desired files.The ...
Can Moodle display course summary in the outline?
Currently course summary can be filled out as a block and displayed on the side of the page. Is it possible to display it in the main body section? In the topics outline view the area I am refering to is under the title ‘Topic Outline’.Possible solutions: Make...
Custom Moodle Format to Display Class Title and Summary
Question:How can we display course information such as the title and summary without entering the information by hand? We are able to have this information automatically entered in the class settings, but also want it to appear in the topic view of the course...
Advantages of less over more (UNIX)
This article is intended to provided reasons to use the UNIX program less over its predicessor more.What is less?If you use the whatis program for less on a UNIX terminal you get “opposite of more”. What does this mean? more allows a user to incrementally disp...
Reasons to Use Vim over Vi
This page Difference Between VIM and vi goes over some of the advantages of vim over vi. (Note: the page disappeared, so now we’re pointing at the Internet Archive’s March 2011 cached version.)To list some useful features:Multi-level History Undo – n u (n is ...
Useful Commands for Vi
The page is meant to document some of the more useful, but obscure commands in vi. For commands exclusive to vim see Reasons To Use Vim Over Vi. Please feel free to add commands you would like to see on this page. % move to matching (, {, or [ n G goto...