I get more than a few request on how I modifed the layout of our Roster's CGB so I figured I would just zip up all the files and give them to the community.
Here's the link if you're interested in seeing what I've done: http://www.inkredible.ca/php/addon.php? ... =guildbank
To be honest I don't remember every line/edit that I did BUT for the most part for any changes that I made I simply commented out the original line and then put in my own.
The edit was really simple actually after I figured out the display order and search order
I have tested this with Roster 1.7.2 but the files are actually from 1.7.0. I took one quick look to see if anything new was added and in gbank.php at the top I noted:
- Code: Select all
if ( !defined('ROSTER_INSTALLED') )
{
exit('Detected invalid access to this file!');
}
so I did add that before Zipping it up.
This is only for enUS locales!
You will also have to add the following section to your Styles.css of the main roster if you want the smaller icons like I have:
- Code: Select all
.itemsm {
position: relative;
width: 25px;
height:25px;
padding: 1px 0 0 0;
z-index: 1;
}
One thing I should explain:
The Vault section of our Guild Bank - we retain some items that are not available for general use by our members. These items are used by the guild for special purposes only. This is the original "val" search category so make appropriate edits to your files if you don't have something like that.
Thanks
Sileed