WoWRoster.net Welcome Welcome Guest! Please Register or Login
Toggle Content
Toggle Content Search Wiki
 

Toggle Content User Info

Welcome Anonymous

Nickname
Password

Membership:
Latest: smithfox
New Today: 1
New Yesterday: 21
Overall: 29299

People Online:
Members: 1
Visitors: 17
Bots: 3
Staff: 0
Staff Online:

No staff members are online!

Toggle Content Main Menu

CategorizedGuildbank

CategorizedGuildbank

From WoWRosterWiKi

Jump to: navigation, search
WR.net
Important note: When you edit this page, you agree to release your contribution into the public domain. If you don't want this or can't do this because of license restrictions, please don't edit.


Intro

WoWRoster Categorized Guildbank
Current version: 1.26
Author: Mathos

This is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.
Please note the General Disclaimer on the bottom which applies to this addon.


Instructions

  • Unzip the package inside the roster/addons/ directory so the path will read: roster/addons/guildbank/.
  • Edit the roster/conf.php and adjust the settings appropiately for the guildbank. in example::

// Guild bank settings
 # Guildbank display
  # Choices { 1(on)-default | 0(off) }
$show_guildbank = 0;
 # Guild bank display type
  # Choices { ''(for table view)-default | '2'(inventory like display) }
$guildbank_ver  = '';
 # Show Total Money in guildbank, and money on each character in guildbank2
  # Choices { 1(on)-default | 0(off) }
$bank_money = 0;
 # Text match for banker selection
$banker_rankname = "Bank"; // <- This will be a the keyword in the Guild Note inside WoW !!!
 # What database field "$banker_rankname" is searched in
  # Choices { 'name' | 'note' | 'officer_note' | 'guild_title'(default) }
$banker_fieldname = 'note';
  • Edit the roster/addons/guildbank/conf.php with some settings that you prefer. in example:

/////////////////////////// CONFIGURATION OPTIONS /////////////////////////////
// Number of columns per category row
$row_columns = 18;
// Show color border
$color_border = 1; // 0 = No, 1 = Yes
// Do you want categories with no items to appear?
$show_empty = 0; // 0 = No, 1 = Yes
////// ItemLink Site
// 1=Thottbot,   
// 2=Allakhazam for 'enUS' and blasc.de for 'deDE'.
$searchtype = 2;
  • After this, you should see the link inside your menu under the AddOns: section.

Credits

Nostrademous Creation of the original coding for the "Categorized Guildbank" addon
SethDeBlade</td> German (deDE) localization of the wordings used in "Categorized Guildbank"
Bawz Idea for a filter box on Item Required Level
This Theme Ported By: WebSiteGuru Designs. Cardinal Theme orginally By: Lorkan Themes. - Ported to DragonflyCMS by: WebSiteGuru Designs
Version 4.0.0 - September 28, 2007
Original Author: Lorkan Themes