• Always show chat in Etherpad Lite

    Date: 2012.01.29 | Category: etherpad

    There is a new feature in Etherpad Lite that allows the chat to always be set to the school.

    A user can change it by passing a parameter or you can set it at hte server level.

    To set it at the server level edit /static/custom/pad.js

    Add

    chat.stickToScreen(true);
    

    To the costumStart function.

    Job done :) Hit f5 and admire your awesomeness.

    Related Posts

    1. Getting to grips with Channels in Ajax Chat
    2. Etherpad emails show wrong port (9000) when sending from version 1 running apache and mod_proxy
    3. How to change the Welcome pad text on Etherpad Lite
    4. custom SMTP server in Etherpad
    5. Etherpad Lite V1 is here!