Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Usernews.

Usernews: Difference between revisions

From MoodleDocs
(New page: It's a new bulk user action that allows administrators (doanything capability) to add news on Moodle index page using Moodle user filters. ==Features== * News are shown in moodle frontpa...)
 
No edit summary
 
Line 21: Line 21:


==See also==
==See also==
* [http://moodle.org/mod/data/view.php?d=13&rid=3318 Usernews in Modules and Plugins Database]
* [http://tracker.moodle.org/secure/attachment/19022/usernews_197_20091126.zip Download 1.9.7 version]
* [http://tracker.moodle.org/secure/attachment/19022/usernews_197_20091126.zip Download 1.9.7 version]
* [http://tracker.moodle.org/secure/attachment/19003/usernews_stable.zip Download 1.9.5 version]
* [http://tracker.moodle.org/secure/attachment/19003/usernews_stable.zip Download 1.9.5 version]

Latest revision as of 21:57, 17 January 2010

It's a new bulk user action that allows administrators (doanything capability) to add news on Moodle index page using Moodle user filters.


Features

  • News are shown in moodle frontpage
  • The admin user chooses if news can be hidden by users or if they are fixed, as well as send an email with the news.
  • Users only can hide the news that the administrator has created as concealable and can also view a log of old news
  • To manage news, system administrators have a 'Manage news' button in Moodle frontpage, where they can edit, delete or hide news.

Usage

  • To add a news go to Admin block -> Users -> Accounts -> Bulk user actions, choose users and select 'Add news' option.

Installation

  • Copy usernews/admin/user/news folder into admin/user/, and usernews/local in your moodle root. If you already have a local/ folder follow local/db/upgrade.php comments
  • Click notifications on Moodle frontpage Admin block
  • Apply admin/user/news/usernews.diff patch, it should patch 3 files, instructions to apply patches at https://docs.moodle.org/en/Development:How_to_apply_a_patch

Other information

  • Supported languages: English, Español and Català.
  • Moodle supported versions: 1.9

See also