Jump to content

Recommended Posts

Posted

I'm using WPI v6.3 and Ultimate theme. and checked this options:

[ ] Show Extra Buttons

[ ] Do not show if started from CD/DVD

and when WPI start in Virtual PC 2007. the Buttons is still there! does this is the normal ?

if not. what can i do to make this options work ?

another Q: its Ok to remove the lang folder from the WPI root ?

Thanks in Advance


Posted

You checked BOTH? Then you caused a conflict only leave the do not show if started from cd\dvd checked.

Also delete all but you native lang in the lang folder. If you delete the whole folder where is it supposed to find the text for it to display? :P

Posted (edited)

Hi Kel

I can't Check this option only becouse is depend on the another option. So i checked BOTH

When the last time you use WPI :whistle: ?

thanks for response

Edited by NaDer_GenKO
Posted (edited)

LOL it was a very looooong day when I replied to you, Yes you are right.

Maybe it is an issue with virtualPC? I have yet to see those buttons when using it in VMWare and on regular systems since the code was instituted.

Edited by Kelsenellenelvian
Posted

OK found it it is a theme issue...

Please open wpi.htm in the themes\ultimate folder and replace this:

<script type="text/javascript">
document.all.ExtraButtons.style.display = ShowExtraButtons ? 'block' : 'none';
document.all.MediaPlayerDIV.style.display = PlayAudioInWPI ? 'block' : 'none';
</script>

With this:

<script type="text/javascript">
if (ShowExtraButtons)
{
if (DoNotShowIfCD && hdd=="")
null;
else
document.getElementById("ExtraButtons").style.display = 'block';
}
</script>

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...