Keyword

[SOLVED] How to disable "menu" button

More
13 years 3 months ago - 13 years 3 months ago #46107 by FreT
Hello,

I would like to disable this "menu" button on the player but I don't know how and I did not found the solution on this forum.

Thank you for helping me !

Please Log in or Create an account to join the conversation.

More
13 years 3 months ago #46108 by c22sail
Replied by c22sail on topic Re: How to disable "menu" button
I posted this once before but things get buried over time.

To turn off the menu item:


Open file: /plugins/content/jw_allvideos/jw_allvideos/includes/sources.php


Find the 'plugins' item (note: viral-2 appears in two places. Make the change in both places).



'plugins': {
'viral-2': {
'onpause': 'false',
'oncomplete': 'true'
}
},


Replace with:


'plugins': {},

Please Log in or Create an account to join the conversation.

More
13 years 3 months ago #46109 by FreT
Replied by FreT on topic Re: How to disable "menu" button
Thank you ! It works very well !

Please Log in or Create an account to join the conversation.

More
13 years 3 months ago #46110 by Charles105
Replied by Charles105 on topic Re: [SOLVED] How to disable "menu" button
This is exactly what I needed as well. Thanks

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum