Difference between revisions of "Viewer 2 Tweaks/Beta 3"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
''A place to share tweaks for Viewer 2''
''A place to share tweaks for Viewer 2''


* Extend the ''Nearby Chat' bar.
== XML modifications ==


In ''skins/default/xui/en/panel_nearby_chat_bar.xml''
==== Extend the Nearby Chat bar ====
 
* In '''skins/default/xui/en/panel_nearby_chat_bar.xml'''
Change the max_width (pixels) to a more suitable value.
Change the max_width (pixels) to a more suitable value.
<pre>
<pre>
Line 11: Line 13:
</pre>
</pre>
   
   
==== Hiding IM popups ====


== '''Some Secondlife viewer 2.0 XML mods By Alexandrea Fride''' ==
* Replace '''panel_instant_message.xml''' located in '''skins\default\xui\en'''
'''Hiding IM popups'''
With the xml from
 
----
 
http://pastebin.com/7eZhHR82 and xml '''panel_instand_message.xml''' located in '''skins\default\xui\en'''  
 
*this is not a perfect solution but best i can do
 
'''Adding BUILD menu in rightclick on object'''


----
http://pastebin.com/7eZhHR82


http://pastebin.com/RNneHXft and xml '''menu_object.xml''' located in '''skins\default\xui\en'''
:this is not a perfect solution but best i can do
''--Alexandrea Fride 22:08, 26 February 2010 (UTC)''


----
==== Add BUILD option to the rightclick on object menu ====


in both cases replace the whole file
*Replace the contents of '''menu_object.xml''' located in '''skins\default\xui\en'''
With the xml from
  http://pastebin.com/RNneHXft


--Alexandrea Fride 22:08, 26 February 2010 (UTC)
''--Alexandrea Fride 22:08, 26 February 2010 (UTC)''

Revision as of 15:37, 26 February 2010

A place to share tweaks for Viewer 2

XML modifications

Extend the Nearby Chat bar

  • In skins/default/xui/en/panel_nearby_chat_bar.xml

Change the max_width (pixels) to a more suitable value.

 <string name="max_width">
    320
 </string>

Hiding IM popups

  • Replace panel_instant_message.xml located in skins\default\xui\en

With the xml from

http://pastebin.com/7eZhHR82
this is not a perfect solution but best i can do

--Alexandrea Fride 22:08, 26 February 2010 (UTC)

Add BUILD option to the rightclick on object menu

  • Replace the contents of menu_object.xml located in skins\default\xui\en

With the xml from

 http://pastebin.com/RNneHXft 

--Alexandrea Fride 22:08, 26 February 2010 (UTC)