[REQ] Xbox 360 Friendslist

What this does

This little hack simply adds a button under the "Private Messages" link in the NavBar. Upon being clicked, the button opens up a new, perfectly sized, window that showcases all of your Xbox Live Buddies.

Installation

Go to:
Admin CP > Styles and Templates > Style Manager > « » > Navigation / Breadcrumb Templates > navbar

Find:
Code:
<if condition="$show['pmwarning']"><div><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></div></if>
Add this in the space above:
Code:
<a class="list-db-friends" href="#" onclick="javascript:window.open('http://www.bungie.net/Stats/LiveFriends.aspx', 'FriendsList', 'scrollbars, resizable, width=430, height=520');">Xbox Live Friendslist</a>


Notes:
Make sure you are signed in to your Windows Live account and that should be it.
 
Back
Top