Giter Site home page Giter Site logo

moodle-block_gchat's People

Contributors

bensampaio avatar joaodealmeida avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

moodle-block_gchat's Issues

Chat window is not fixed when user scrolls

When a user scrolls down, the chat window does not stay in the right bottom corner.

Possible fix

gchat .chat_window {

width: 250px;
height: 280px;
border-style: solid;
border-bottom: 0;
right: 0;
/*bottom: 0;*/

top: 100%;
margin-top:-280px;
position: fixed;
/position: absolute;/
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
opacity:0.9;
filter:alpha(opacity=90);
}

gchat .chat_window.collapsed {

height: 30px;
top: 100%;
margin-top:-30px;

}

Initiating chat does not seem to work

After installing the plugin (Moodle 2.3) and initiating run.php, I am able to see the user when they load the course page; however, I do not see how to initiate a chat. I would expect clicking on the user would start a session between the users but that does not seem to happen. You will notice that I have logged in with two different browsers (Chrome and FF) as two different users (see screenshot). Peace - Anthony

gchat

Missing language strings

Invalid get_string() identifier: 'gchat:myaddinstance' or component 'block_gchat'. Perhaps you are missing $string['gchat:myaddinstance'] = ''; in lang/en/block_gchat.php?

Invalid get_string() identifier: 'gchat:addinstance' or component 'block_gchat'. Perhaps you are missing $string['gchat:addinstance'] = ''; in /lang/en/block_gchat.php?

hello Bensampaio

I am very much interested in using the block_gchat in my site. i have followed all the steps indicated carefully, but still its reads"The connection with the server was lost!" how can you help me out here?
i will greatly appreciate your help.

regards.
Bang

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.