History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LDEV-1881
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Jun-Dir Liew
Reporter: Ernie Ghiglione
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
LAMS Development

Tool Adapter Moodle Forum: Hide LAMS mods from course page

Created: 18/Aug/08 05:08 PM   Updated: 08/Oct/08 11:36 AM
Component/s: Moodle Integration
Affects Version/s: 2.1.1
Fix Version/s: 2.2

Resolution Date: 22/Aug/08 03:16 PM


 Description  « Hide
Hide mods created within LAMS from the moodle course page

1)
add an is_lams column to

mdl_course_modules
mdl_forum

2)

moodle/lib/datalib.php (get_course_mods)

3) moodle/mod/forum/index.php

    #$forums = get_records('forum', 'course', $course->id);
    $forums = get_records_select('forum', "course=$course->id and is_lams=0");



 All   Comments   Change History   FishEye      Sort Order:
Ernie Ghiglione - 08/Oct/08 11:36 AM
Tested and closed!