Dialogue

Activities ::: mod_dialogue
Maintained by Dan Marsden
Dialogue between two users
Latest release:
1264 sites
469 downloads
57 fans
Current versions available: 6

This module allows students or teachers to start two-way dialogues with another person. Although the official line is that this functionality has been replaced by the Messaging system, some users still find it useful as it will be an actual activity in your course.

Previous maintainers: Troy Williams, Howard Miller and Ray Kingdon

Screenshots

Screenshot #0
Screenshot #1
Screenshot #2

Contributors

Dan Marsden (Lead maintainer): Lead maintainer
Troy Williams: Previous maintainer
ego
Juan Segarra Montesinos
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • Just wondering . . .
    Tue, 26 Feb 2013, 2:03 PM
    Troy, thank you!! The sooner we get notifications of events in these forums the better. The only reason I came her again was to check this out for a friend.
    -Derek
  • Just wondering . . .
    Mon, 25 Mar 2013, 6:15 AM
    Troy, just a quick note to say Alan Brown has started a thread here: https://moodle.org/mod/forum/discuss.php?d=225302 with a missing Edit button question.
    But also curious: I noticed somewhere you were working "as time permitted" on a major re-develop of the dialogue. How is this going? If you need a beta tester, we may be keen. Good luck!!

    -Derek
  • Just wondering . . .
    Fri, 24 May 2013, 8:22 AM
    2.5 is now out. Does anyone know is the latest version of Dialogue will work with 2.5?

    -Derek
  • Just wondering . . .
    Sun, 2 June 2013, 4:38 AM
    I know it's a bit sad to reply to your own post, but this from AL today: https://moodle.org/mod/forum/discuss.php?d=229243#p997710

    "The Moodle 2.4 version of Dialogue works just fine with Moodle 2.5+. Been using it ever since QA testing started on Moodle 2.5"

    On a philosophical note I am interested to note the different types of uses people are making of the Dialogue module.

    -Derek
  • Just wondering . . .
    Tue, 3 Dec 2013, 8:40 AM
    Errors with 2.6.
    ---
    get_context_instance() is deprecated, please use context_xxxx::instance() instead.
    line 4020 of /lib/deprecatedlib.php: call to debugging()
    line 617 of /mod/dialogue/locallib.php: call to get_context_instance()
    line 176 of /mod/dialogue/view.php: call to dialogue_list_conversations()
    get_context_instance() is deprecated, please use context_xxxx::instance() instead.
    line 4020 of /lib/deprecatedlib.php: call to debugging()
    line 622 of /mod/dialogue/lib.php: call to get_context_instance()
    line 670 of /mod/dialogue/locallib.php: call to dialogue_get_conversations()
    line 176 of /mod/dialogue/view.php: call to dialogue_list_conversations()
    ---
    Moodle 2.6+ (Build: 20131122)
    Clean theme

    -Derek
  • Miguel Angel Velasquez Teran
    Thu, 19 Dec 2013, 5:36 AM
    I made upgrade Moodle 2.2.11 to 2.6+, after installing the module to dialogue, attempting to use the "update helper Dialogue" get the following error.:

    Section error

    More information about this error

    Debug info:
    Error code: sectionerror
    Stack trace:
    line 463 of / lib / setuplib.php: moodle_exception thrown
    line 6259 of / lib / adminlib.php: call to print_error ()
    line 22 of / mod / dialogue / upgrade / index.php: call to admin_externalpage_setup ()

    Can anyone help me fix it?
  • Vladimir ZH
    Thu, 13 Feb 2014, 4:58 PM
    I made upgrade to Moodle 2.2.6 + also. so I have to update Dialogue to new version . How to do it if I need to keep all the instances and records live?
  • Miguel Angel Velasquez Teran
    Thu, 13 Feb 2014, 9:14 PM
    The latest version of the dialog works correctly, you will not lose anything.
    Run the engine upgrade help having the new module Dialogue, to update your past conversations to the latest version.
  • Vladimir ZH
    Fri, 14 Feb 2014, 2:02 PM
    Moodle don't let just update because the dialogue folder is already exist. What exactly step to update it to keep all records in all instances alive?
  • Nathan Marshall
    Thu, 20 Feb 2014, 5:15 PM
    I've upgraded from 2.4 > 2.6 on a dev server and have encountered a strange issue with this plugin. The version used is the most recent (2013112905) and was updated from a 2.4 version (2012112900).

    The issue: A class in the styles.css 'invisible' is targeting areas outside of the module and is actually effecting blocks on my homepage (and possibly other areas). When I've hidden a block on the homepage it dissapears rather than having it's opacity changed (see https://www.dropbox.com/sh/yg2y9qejve0zdek/3Ndn2SHRt4). When the mod is deleted or the class is changed the blocks work fine....

    Has anyone else seen this issue or knows how to solve it?

    Cheers,
    Nathan
  • Troy Williams
    Fri, 21 Feb 2014, 4:02 AM
    Hi Nathan,

    Yeah, I used bootstrap to rapidly develop the UI of dialogue, so anyone not running a bootstrap based theme going to run into problems. It is on my list to go through and clean up CSS for non bootstrap based themes.

    I can see problem is in mod/dialogue/less/bootstrap/utilities.less

    // Visibility
    .invisible {
    visibility: hidden;
    }

    if you would like to contribute your fix go to and fork https://github.com/troywilliams/moodle-mod_dialogue

    See: http://docs.moodle.org/dev/LESS

    compile the css fix

    recess --compile --compact mod/dialogue/less/dialogue.less > mod/dialogue/styles.css

    Thanks,

    Troy
  • Just wondering . . .
    Mon, 24 Feb 2014, 4:36 AM
    We have had this problem as well. It was worse that we were using several different themes on the site and only some were affected. Now I know why.
    One of the guys doing a little coding for us discovered that examining the code with Firebug shows link to CSS where they shouldn't be. A bit of custom CSS seemed to help.

    -Derek
  • Just wondering . . .
    Fri, 4 Apr 2014, 5:39 AM
    CSS Problem solved I believe. See https://tracker.moodle.org/browse/CONTRIB-4821
    "Use a later version"

    -Derek
  • David
    Fri, 4 July 2014, 6:49 PM
    Hi Troy,

    are there any plans to update this for Moodle 2.7?

    Regards, David
  • Troy Williams
    Mon, 7 July 2014, 5:49 AM
    Hi David,

    I am working on it at moment, there are a couple of new API's that I need to support so working moving legacy code. No date at this time, should be sooner rather than later though.

    Cheers

    Troy
Please login to post comments