Skip navigation

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.

To add more then 999 channels in Admin interface - open configuration file /stalker_portal/server/administrator/add_itv.php and set the value of maxlength from 3 to 4
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.

Need Help

Cindy is an expert on the Ministra TV platform and the author of this article.

Was this article helpful?

Yes No

Sorry to hear that.
How can we improve this article?

We use cookies in order to optimise our website, provide you with the best possible user experience and help us promote our products. Please read our Cookie Policy to find out how we use cookies and how you can control cookies.
By using this website or closing this message, you acknowledge our Privacy Policy and agree to our use of cookies as described in our Cookie Policy.