February 2, 200818 yr I'm using WPI v6.3 and Ultimate theme. and checked this options:[ ] Show Extra Buttons[ ] Do not show if started from CD/DVDand 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
February 3, 200818 yr 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?
February 3, 200818 yr Author Hi KelI can't Check this option only becouse is depend on the another option. So i checked BOTHWhen the last time you use WPI ?thanks for response Edited February 3, 200818 yr by NaDer_GenKO
February 3, 200818 yr 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 February 3, 200818 yr by Kelsenellenelvian
February 3, 200818 yr 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>
February 3, 200818 yr Author Not workingi replaced the code. But I still see the Buttons ! No Changes
February 3, 200818 yr Ok I will rebuld the theme and see if the designer left another bit of code out. I will get it working for you.
February 3, 200818 yr Author Thank you Kelyour help is very preciousand I'm waiting for the theme. i hope soon
February 6, 200818 yr I haven't forgotten you. I have optimized the s*** out of the wpi.htm and still they show I am working on it more tonight.
February 9, 200818 yr I finally did it! Fully cleaned and optimized for 1024x768 as was intended by the author. (I finally just rebuilt the whole htm file.)http://www.wpiw.net/downloads/themes/ultimate.rar Edited February 9, 200818 yr by Kelsenellenelvian
Create an account or sign in to comment