Page 1 of 1

maincontrols order

Posted: 07 Jan 2011, 05:26
by grimurnet
Is there any way to change the order of the maincontrol buttons? I have only Previous,Next and Play. I would like to have the order Previous,Play,Next. Is this possible?

Re: maincontrols order

Posted: 09 Jan 2011, 02:32
by mjau-mjau
This is not officially supported, but you can fix it like this:

Open the file iv-includes/include/config.xml, and locate the node controls.maincontrols.items:
Code
... togglethumbnails,previous,scrollinfo,next,toggleplay,togglefullscreen</items>
You can shuffle the items, and it will affect the order of buttons in your main controls ...

Re: maincontrols order

Posted: 09 Jan 2011, 05:40
by grimurnet
mjau-mjau wrote:This is not officially supported, but you can fix it like this:

Open the file iv-includes/include/config.xml, and locate the node controls.maincontrols.items:
Code
... togglethumbnails,previous,scrollinfo,next,toggleplay,togglefullscreen</items>
You can shuffle the items, and it will affect the order of buttons in your main controls ...
Thanks a lot for this info, I'll give it a try.

Re: maincontrols order

Posted: 09 Jan 2011, 10:09
by Nick
Even better I think is to edit the order <items options="HERE"> than <items>HERE</items>
And then re-save config. This way you will ensure that your preferred order of items stays.