How to customise course format from theme. Example on course format grid.
Continue reading “Moodle – extended course format render from theme”Author: Kiril
Management – Helpful Extensions for Trello and Toggl
Small Trello Inconveniences
Sitting down to work on my next Trello ticket I realized my Toggl account was still on my previous task. I had to stop what I was doing and switch to Toggl counter to stop and create a new counter for my current task. Having finished the test I wanted to make a list of a few fixes that had to be tested elsewhere – since there is no easy way to refer to Trello cards other than their url address I made a list of links for reference.
Continue reading “Management – Helpful Extensions for Trello and Toggl”Moodle – Make backup each day on Ubuntu server
Simple Bash script to make
PHP – Install Apache & Php, configure Xdebug on Mac Os 10.13
How to install Httpd, PHP 7.1 and configure Xdebug on Mac Os 10.13
Continue reading “PHP – Install Apache & Php, configure Xdebug on Mac Os 10.13”GIT – Useful configuration orders
Remove all your local git branches, use master instead
git branch | grep -v "master" | xargs git branch -DContinue reading “GIT – Useful configuration orders”
Moodle – Add multi-lang strings in Javascript
As we all know well, Moodle is a multilingual system which, depending on the wishes of the user, can perfectly support many languages. As a rule, when developing a new plugin, there are no big difficulties
Laravel – Initiate smart admin
SmartAdmin for laravel framework for fast database representation as RESTfull.
SmartAdmin – more than a simple admin panel.
Moodle – יצירת קורס פורמת חדש
מבוא
הקורס פורמט הוא סוג תוסף מיוחד במוודל שאחראי על פריסת מידע של הקורס במערכת moodle. דף הקורס (/course/view.php) יכול להיות במצב תצוגה ועריכה, קורס פורמט של moodle מציג פרקים, משאבים ופעילויות בצורה מוגדרת בהגדרות הקורס במערכת moodle. מנהל מערכת יכול להפעיל, לבטל או למחוק תבניות לקורסים.
Continue reading “Moodle – יצירת קורס פורמת חדש”Moodle – Create a new Course format, based on Topics
Brief about course formats in Moodle
A course format is a special type of plugin in Moodle, which is responsible for the course layout – what the course page looks like (/course/view.php) in both view and editing mode, which resources and activities must be displayed, how they are styled and in which order they are arranged, in which sections they are located etc. The basic and most popular Moodle course format is the Topics format. It is the most simple and that’s why it’s best to use it as a skeleton for the creation of a new course format.
Continue reading “Moodle – Create a new Course format, based on Topics”WordPress – גיבוי אוטומטי למערכת וורדפרס בשרת ubuntu
סקריפט מאפשר לשמור גיבוי של קבצים ומסד נתונים למערכת וורדפרס בצורה אוטומטית במשך 7 ימים בשרת Ubuntu
Continue reading “WordPress – גיבוי אוטומטי למערכת וורדפרס בשרת ubuntu”