How to add more, than 999 channels?
Note! These instructions are necessary if you are using Ministra TV Platform 5.1.1 and below. In versions above, the addition of more than 999 channels is carried out without preliminary settings.
maxlength="4"
Make next customizations in case if there is need to input more then 3 digits from the Remote Control.
In file /stalker_portal/c/player.js it is necessary to change next:
From
if (this.quick_ch_switch.input.innerHTML.length < 3){
to
if (this.quick_ch_switch.input.innerHTML.length < 4){
In file /stalker_portal/c/tv.js it is necessary to change next:
From
if (this.quick_ch_switch.input.innerHTML.length < 3){
to
if (this.quick_ch_switch.input.innerHTML.length < 4){
Decrease font size for .quick_ch_input in /stalker_portal/c/template/default/layer.list.css because 4 digits will not fit in window.