Howto add additional line presence to each extension

  1. 14 years ago

    This has been discussed before, but per a conversation with Nicolas I wanted to share an extra piece of information about having FOP2 show more than 2 lines

    basically:

    edit

    /var/www/html/fop2/js/presence.js :

    and change:

    var showLines = 2;

    to

    var showLines = 4; (Or any number you need)

    This works fine, but after line 3 the button on the panel is missing Line X inactive as there is no entry in the language file for it.

    edit:

    /var/www/html/fop2/js/lang_en.js

    and add (below: "lang['line_3_inactive'] = "Line 3 inactive";"

    lang['line_4_inactive']    = "Line 4 inactive";

    you can add as many lines this way as you need. Hope this is clear enough.

    KSM

    you will also have to edit

or Sign Up to reply!