Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Forum thread subscription: Difference between revisions

From MoodleDocs
(New page: ==Result== Result of operation will be the patch which will make changes to system Moodle forum unit. Changes add possibility of a subscription to separate discussion of a forum. ==The de...)
 
Line 5: Line 5:
Visual changes in the interface the following:
Visual changes in the interface the following:
• on page with the table of branches of a forum the new column with the graphics image, the symbolizing current status of a subscription to each discussion will be added. The image will accept two states symbolizing the fact of a subscription to a current branch;
• on page with the table of branches of a forum the new column with the graphics image, the symbolizing current status of a subscription to each discussion will be added. The image will accept two states symbolizing the fact of a subscription to a current branch;
[[Image:http://imglink.ru/show-image.php?id=4aadc888dd5396f3f07f2e3d1d3081e0]]
<img src='http://imglink.ru/pictures/26-09-10/35953bd2bda8387f61f30a46ecf04534.jpg'</a>
• on page of review of discussion of a forum in the unit of adjustments (Settings) the new point will be added «To subscribe for current discussion».
• on page of review of discussion of a forum in the unit of adjustments (Settings) the new point will be added «To subscribe for current discussion».
[[Image:http://imglink.ru/show-image.php?id=7e5dd22a707f83aa4de5dc275bba65f0]]
[[Image:http://imglink.ru/show-image.php?id=7e5dd22a707f83aa4de5dc275bba65f0]]

Revision as of 12:55, 26 September 2010

Result

Result of operation will be the patch which will make changes to system Moodle forum unit. Changes add possibility of a subscription to separate discussion of a forum.

The description of changes

Visual changes in the interface the following: • on page with the table of branches of a forum the new column with the graphics image, the symbolizing current status of a subscription to each discussion will be added. The image will accept two states symbolizing the fact of a subscription to a current branch; <img src='http://imglink.ru/pictures/26-09-10/35953bd2bda8387f61f30a46ecf04534.jpg'</a> • on page of review of discussion of a forum in the unit of adjustments (Settings) the new point will be added «To subscribe for current discussion». File:http://imglink.ru/show-image.php?id=7e5dd22a707f83aa4de5dc275bba65f0

Data representation: The following information is necessary for storage of a subscription to forum discussion: • the discussion identifier; • a user id. In a DB the table containing the fields set forth above will be added. The table will have the name «mdl_forum_discuss_subscriptions». Changes in install.xml and upgrade.php will be made.