NaDer_GenKO Posted February 2, 2008 Posted February 2, 2008 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
Kelsenellenelvian Posted February 3, 2008 Posted February 3, 2008 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?
NaDer_GenKO Posted February 3, 2008 Author Posted February 3, 2008 (edited) 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, 2008 by NaDer_GenKO
Kelsenellenelvian Posted February 3, 2008 Posted February 3, 2008 (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 February 3, 2008 by Kelsenellenelvian
Kelsenellenelvian Posted February 3, 2008 Posted February 3, 2008 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>
NaDer_GenKO Posted February 3, 2008 Author Posted February 3, 2008 Not workingi replaced the code. But I still see the Buttons ! No Changes
Kelsenellenelvian Posted February 3, 2008 Posted February 3, 2008 Ok I will rebuld the theme and see if the designer left another bit of code out. I will get it working for you.
NaDer_GenKO Posted February 3, 2008 Author Posted February 3, 2008 Thank you Kelyour help is very preciousand I'm waiting for the theme. i hope soon
Kelsenellenelvian Posted February 6, 2008 Posted February 6, 2008 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.
NaDer_GenKO Posted February 6, 2008 Author Posted February 6, 2008 Thank you again. and GOOD LUCK tonight
Kelsenellenelvian Posted February 9, 2008 Posted February 9, 2008 (edited) 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, 2008 by Kelsenellenelvian
NaDer_GenKO Posted February 10, 2008 Author Posted February 10, 2008 Working now perfectThank you very much kel
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now