DF_Categorized_Guildbank

Addons for WoWRosterDF

DF_Categorized_Guildbank

Postby Anaxent » Sat Feb 17, 2007 6:25 am

Updated Categorized Guildbank to work in DF
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

DF_Categorized_Guildbank

Postby Kelv » Wed Feb 21, 2007 9:00 pm

Quick and pointless fix for Mule links at top of page...

change line 191 in gbank.php from
Code: Select all
 $muleurl "<a href='".$roster_conf['roster_dir']."/char.php?name=".$muleArray['member_name']."&server=".urlencode($muleArray['muleservername'])."'>";
 


to

Code: Select all
 $muleurl "<a href='".getlink($module_name."&amp;file=char&amp;cname=").$muleArray['member_name']."&server=".urlencode($muleArray['muleservername'])."'>";  
Kelv
WR.net Apprentice
WR.net Apprentice
 
Posts: 49
Joined: Fri Dec 08, 2006 8:52 pm

Re: DF_Categorized_Guildbank

Postby RinceWinduk » Sat Feb 24, 2007 3:54 pm

Idea:

Would it be possible to include the guild bank characters inventory/bags to be displayed as the main bank? This would make each bank character have alot more space to show whats in the bank on the websites, i know i could just make more characters but it keeps things simpler for people just using 1 or 2 bank characters.

Thanks,

Rince
RinceWinduk
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Wed Feb 21, 2007 1:58 am

Re: DF_Categorized_Guildbank

Postby Sylna » Sun Mar 11, 2007 5:44 am

I just ran into a localisation problem with this addon. In the original "conf.php" it is like this:
Code: Select all
switch ($searchtype) {
   case 2:
      // Allakhazam / blasc.de
      $itemlink['enUS']='http://wow.allakhazam.com/search.html?q=';
      $itemlink['deDE']='http://blasc.planet-multiplayer.de/?i=';
      break;
   default:
      // Thottbot
      $itemlink['enUS']='http://www.thottbot.com/index.cgi?i=';
      $itemlink['deDE']='http://www.thottbot.com/de/index.cgi?i=';
}


But, the thottbot-links don't work for german Items, so you have to choose searchtype=2 and also the link for blasc is outdated. Blasc ist now buffed since a while. The correct version would be:
Code: Select all
switch ($searchtype) {
   case 2:
      // Allakhazam / blasc.de
      $itemlink['enUS']='http://wow.allakhazam.com/search.html?q=';
      $itemlink['deDE']='http://wow.buffed.de/?f=';
      break;
   default:
      // Thottbot
      $itemlink['enUS']='http://www.thottbot.com/index.cgi?i=';
      $itemlink['deDE']='http://www.thottbot.com/de/index.cgi?i=';
}


Perhaps you can include this in the next release.
Sylna
 


Return to WoWRosterDF Addons

Who is online

Users browsing this forum: No registered users and 0 guests

cron