Dialogue
Maintained by
Dan Marsden
Dialogue between two users
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
I know you are busy, but while resetting courses today for next month, I just noticed that deleting a conversation seems to cause the conversation to disappear from the view conversations tab, but then gets counted as Unread. I'm using the latest Dialogue and see this in both Moodle 2.6 and 2.7.
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
are there any plans to update this for Moodle 2.7?
Regards, David
"Use a later version"
-Derek
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
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
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
Run the engine upgrade help having the new module Dialogue, to update your past conversations to the latest version.
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?
---
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
"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
-Derek
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