Posts made by Itamar Tzadok

Something to this effect is already implemented in the Dataform although I haven't had the time to release all relevant components. Embedded preview question in Dataform entry is demonstrated at http://substantialmethods.com/subject/view.php?id=6&section=1. The Dataform autolink filter can display entries anywhere. We could perhaps finalize this together. smile

I've just pushed to git two plugins that may help with this issue.

moodle-local_messageprovider is a local plugin that is set to send admin a notification on a new self-registration (auth_email) account. The plugin name is somewhat generic b/c it is meant to be extended to provide further customized messages that are not covered by core moodle.

moodle-block_moossenger is an enhancement of the standard messages block that allows for displaying recent notifications/conversation in the block. This may be useful for admins/managers in their My Moode dashboard or even on a course page.

The illustration below shows the two plugins in action. Note in particular the notifications on new self registrations.

The plugins will be uploaded to the plugins repo and documented in the docs soon.

Feedback would be appreciated. smile