This is an old revision of the document!
Table of Contents
Requisiti Plunet 6.30
There are user interface changes in version 6.30. We therefore highly recommend that you clear the browser cache before you login.
Recommended browser settings - Internet Explorer
Pop-up Blocker
Please add the address of Plunet BusinessManager to the list of allowed websites in your pop-up blocker: Tools - Internet Options - Privacy - Pop-up Blocker- Settings
- Address of website to allow: Add
Browser Cache
Configure the browser cache in such a way that Internet Explorer always searches for the newest version of webpages: Tools - Internet Options - General - Browsing History - Settings
- Check for newer versions of stored pages: Every time I visit the webpage Disk space to use: 250 MB
Cookies
Please add the address of Plunet BusinessManager to the list of websites that are allowed to use cookies: Tools - Internet Options - Privacy - Sites
- Address of website: Allow
Security
Tools - Internet Options - Security - Trusted Sites - Sites
- Add this website to the zone: Add
Compatibility View
In order to display Plunet BusinessManager more quickly, disable the compatibility view: Tools - Compatibility View Settings - Display Intranet Sites in Compatibility View
- Remove the tick from the check box and the Plunet BusinessManager address (if listed).
Windows Explorer (ONLY PSG internal personnel!!)
For Internet Explorer 11: in order to use Windows Explorer, the document path (UNC) needs to be added to the Local Intranet zone: Tools - Internet Options - Security - Local Intranet - Sites - Advanced
- Add this website to the zone: Add
Note: The address begins with file:// (e.g. file://plunet)
Tools - Internet Options - General - Tabs
- Always open pop-ups in a new window: Enable
Recommended Browser Settings - Mozilla Firefox
Pop-up Blocker
Please add the address of Plunet BusinessManager to the list of allowed websites in your pop-up blocker: Options - Content - Pop-ups - Exceptions
- Address of website: Allow
Browser Cache
Configure the browser cache in such a way that Firefox always searches for the newest version of webpages: Options - Advanced - Network - Cached Web Content
- Override automatic cache management: Enable
- Limit cache to 250 MB of space
- Enter about:config in the address bar
- Search for browser.cache.check_doc_frequency
- Set value to 1 (every time the page is accessed)
Cookies
Please add the address of Plunet BusinessManager to the list of websites that are allowed to use cookies: Options - Privacy - History
- Firefox will: use custom settings for history
- Accept cookies from sites: Enable
- Exceptions → Address of website: Allow
NOTA: In my experience, Firefox forgets this setting on exit. To avoid it, select the last checkbox in History (Delete history on exiting Firefox), then press Settings and select only Cookie and Cache.
Windows Explorer (ONLY PSG internal personnel!!)
- Open Firefox and launch about:support via the the address bar
- Next to Profile Folder, press the button Show folder
- Close Firefox
- Open the file prefs.js in a text editor
- Add the following rows (NOTA: verificare che l'URL di Plunet non sia cambiato nel tempo):
user_pref("capability.policy.localfilelinks.checkloaduri.enabled", "allAccess"); user_pref("capability.policy.localfilelinks.sites", "http://plunet.psgtranslations.com:8080/"); user_pref("capability.policy.policynames", "localfilelinks");
- Open Firefox, launch about:config via the address bar, and create a new Boolean key: Right-click – New – Boolean
- network.protocol-handler.expose.file (value: false)
- Firefox opens the links in a separate tab. If you would like to use Windows Explorer, navigate in Firefox to: Options - Applications
- Search for the file file type and select the Use other action
- In the window that opens, click on Browse
- Select Windows Explorer under C:\Windows\explorer.exe
NOTE: Should the filetype “file” not be listed, follow these steps:
- Open Firefox and launch about:support
- Next to Profile Folder, press the button Show folder
- Close Firefox
- Open the file mimeTypes.rdf in a text editor
- Add the following text before the closing tag:
<RDF:Description RDF:about="urn:scheme:externalApplication:file" NC:prettyName="explorer.exe" NC:path="C:\Windows\explorer.exe" /> <RDF:Seq RDF:about="urn:schemes:root"> <RDF:li RDF:resource="urn:scheme:webcal"/> <RDF:li RDF:resource="urn:scheme:ircs"/> <RDF:li RDF:resource="urn:scheme:mailto"/> <RDF:li RDF:resource="urn:scheme:irc"/> <RDF:li RDF:resource="urn:scheme:file"/> </RDF:Seq> <RDF:Description RDF:about="urn:scheme:file" NC:value="file"> <NC:handlerProp RDF:resource="urn:scheme:handler:file"/> </RDF:Description> <RDF:Description RDF:about="urn:scheme:handler:file" NC:alwaysAsk="false"> <NC:externalApplication RDF:resource="urn:scheme:externalApplication:file"/> </RDF:Description>
If that won't work, you can also try to delete the file mimeTypes.rdf. It will recreate a new one based on default settings then.