Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Extra Buttons & Virtual PC 2007

Featured Replies

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


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

  • Author

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

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

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>

  • Author

Not working

i replaced the code. But I still see the Buttons ! No Changes

  • Author

Thank you Kel

your help is very precious

and I'm waiting for the theme. i hope soon

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.