Difference between revisions of "User:Opensource Obscure/Panel Navigation Bar 2.1"

From Second Life Wiki
Jump to navigation Jump to search
(→‎Quick way: aggiunte istruzioni in italiano)
m (details)
Line 8: Line 8:


[[File:Panel_Navigation_Bar_2.1-full.jpg]]
[[File:Panel_Navigation_Bar_2.1-full.jpg]]
== Add a Sky button to your viewer - the easy way ==
* Open the '''skins/default/xui/en/''' folder inside your Second Life installation folder. Make a backup copy of the '''panel_navigation_bar.xml''' file.
* [http://pastebin.ca/raw/1909500 Right click this link] and save the file to the '''skins/default/xui/en/''' folder, overwriting the original '''panel_navigation_bar.xml''' file.
You can usually do the last step in a single action: in the ''Save as...'' window of your browser, select the original panel_navigation_bar.xml file, then press OK and confirm to overwrite it.


== By hand ==
== By hand ==
(This way may take more time, but is more 'open')
It may take more time, but this way you can see what the change is about.
* Make a backup copy, then edit this file: '''skins/default/xui/en/panel_navigation_bar.xml'''  
* Make a backup copy, then edit this file: '''skins/default/xui/en/panel_navigation_bar.xml'''  
* Use the Search/Find feature of your text editor and search this string: ''*TODO''
* Use the Search/Find feature of your text editor and search this string: ''*TODO''
Line 19: Line 26:
* Save and quit
* Save and quit


== Quick way ==
''PLEASE CONTACT OPENSOURCE OBSCURE IF THESE INSTRUCTIONS DON'T WORK FOR YOU OR IF SOMETHING IS ..OBSCURE''
 
Open the '''skins/default/xui/en/''' folder inside your Second Life installation folder. Make a backup copy of the '''panel_navigation_bar.xml''' file.
 
[http://pastebin.ca/raw/1909500 Right click this link] and save to the '''skins/default/xui/en/''' folder, overwriting the original '''panel_navigation_bar.xml''' file.
 
You can usually do the last step in a single action: in the ''Save as...'' window of your browser, select the panel_navigation_bar.xml file, then press OK and confirm to overwrite it. Please ask me for details if this isn't clear.


== Italiano ==
== Italiano ==

Revision as of 16:55, 29 July 2010

Panel Navigation Bar 2.1-detail.jpg

The following instructions will let you add a Sky button to the Location Bar.

When you press the Sky button, the Advanced Sky Editor window opens and you can easily change the Sky Presets by using the drop-down menu in the upper-left corner of the window.

See the WindLight_settings page for many additional presets.

Panel Navigation Bar 2.1-full.jpg

Add a Sky button to your viewer - the easy way

  • Open the skins/default/xui/en/ folder inside your Second Life installation folder. Make a backup copy of the panel_navigation_bar.xml file.
  • Right click this link and save the file to the skins/default/xui/en/ folder, overwriting the original panel_navigation_bar.xml file.

You can usually do the last step in a single action: in the Save as... window of your browser, select the original panel_navigation_bar.xml file, then press OK and confirm to overwrite it.

By hand

It may take more time, but this way you can see what the change is about.

  • Make a backup copy, then edit this file: skins/default/xui/en/panel_navigation_bar.xml
  • Use the Search/Find feature of your text editor and search this string: *TODO
  • In the line above, change 266 to 230
  • A dozen of lines above, look for this string: <location_input
  • Above that line, add a new line with the following code
<button follows="left|top" height="23" layout="topleft" left_pad="7" name="Windlight" label="Sky" tool_tip="Open Sky Settings" top_delta="0"  width="30"> <button.init_callback function="Button.SetFloaterToggle" parameter="env_windlight" /> </button>
  • Save and quit

PLEASE CONTACT OPENSOURCE OBSCURE IF THESE INSTRUCTIONS DON'T WORK FOR YOU OR IF SOMETHING IS ..OBSCURE

Italiano

Apri la cartella skins/default/xui/en/ dentro la cartella di Second Life. Fai una copia del file panel_navigation_bar.xml.

Clicca qui e scegli Salva Link come... - salva il file nella cartella skins/default/xui/en/, dandogli nome panel_navigation_bar.xml e sovrascrivendo il file originale.