There is only sticky block

נכתב בתאריך ח' בטבת ה'תשע"ב (יום שלישי, ינואר 3rd, 2012) ח' בטבת ה'תשע"ב (12:37 pm) בנושא

Sometimes it is desirable in Moodle 1.9 to create a block which can only used as sticky block, the magic to do it is simple just add the following method to your block and you are ready to go:

    function user_can_addto($page) {
        return defined('ADMIN_STICKYBLOCKS');
    }
You might also be interested in

הוסף תגובה

כתיבת תגובה

הוספת תגובה

Top