Gems Display version 2.0.0.0 [Roster 2 addon]

Display what gems jewelcrafters can make

Moderator: titan99

Gems Display version 2.0.0.0 [Roster 2 addon]

Postby titan99 » Fri Aug 31, 2007 3:36 pm

a gems diplay come back in roster V2

http://www.wowroster.net/Downloads/details/id=116.html
Last edited by titan99 on Fri Aug 31, 2007 3:36 pm, edited 1 time in total.
User avatar
titan99
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 129
Joined: Sat Jan 13, 2007 8:11 am
Location: Montpellier - France

Gems Display version 2.0.0.0 [Roster 2 addon]

Postby bisaz » Fri Aug 31, 2007 4:16 pm

Nice work.

Pls change all locale Files $lang['type'] to $lang['GemType'], french is ok.

German locale:

//color
$lang['GemType']['blue']="blau";
$lang['GemType']['red']="rot";
$lang['GemType']['yellow']="gelb";
$lang['GemType']['meta']="meta";
$lang['GemType']['green']="grün";
$lang['GemType']['orange']="orange";
$lang['GemType']['purple']="violett";
bisaz
WR.net Apprentice
WR.net Apprentice
 
Posts: 24
Joined: Sun Dec 10, 2006 6:31 am

Gems Display version 2.0.0.0 [Roster 2 addon]

Postby Blueleaf » Fri Aug 31, 2007 11:32 pm

Getting error, no display.
Code: Select all
addons/GemsDisplay/realm/index.php
  Notice line 29: Undefined index: GemType
  Notice line 29: Undefined index: GemType
  Notice line 29: Undefined index: GemType
  Notice line 29: Undefined index: GemType
  Notice line 29: Undefined index: GemType
  Notice line 29: Undefined index: GemType
  Notice line 29: Undefined index: GemType
  Notice line 111: Undefined index: NoFilter
  Warning line 127: Invalid argument supplied for foreach()
User avatar
Blueleaf
WR.net Apprentice
WR.net Apprentice
 
Posts: 50
Joined: Thu Apr 26, 2007 12:06 am
Location: Minot, ND

Re: Gems Display version 2.0.0.0 [Roster 2 addon]

Postby Jasun » Sat Sep 01, 2007 9:35 pm

youll have to edit your local file should be in the GemsDisplay/locale folder if your useing en-us (english usa) youll want to edit the enUS.php file at the bottom and change it from this..

//color
$lang['type']['blue']="Blue";
$lang['type']['red']="Red";
$lang['type']['yellow']="Yellow";
$lang['type']['green']="Green";
$lang['type']['orange']="Orange";
$lang['type']['purple']="Purple";
$lang['type']['meta']="meta";

to this..

//color
$lang['GemType']['blue']="Blue";
$lang['GemType']['red']="Red";
$lang['GemType']['yellow']="Yellow";
$lang['GemType']['green']="Green";
$lang['GemType']['orange']="Orange";
$lang['GemType']['purple']="Purple";
$lang['GemType']['meta']="meta";

it should work after that hopefully the author will change that as requested a few posts above...
User avatar
Jasun
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Tue Jul 04, 2006 1:02 pm
Location: Earth
Realm: Dragonmaw (PvP) - US

Gems Display version 2.0.0.0 [Roster 2 addon]

Postby Blueleaf » Mon Sep 03, 2007 9:02 pm

Thank you very much Jasun, Worked great!
User avatar
Blueleaf
WR.net Apprentice
WR.net Apprentice
 
Posts: 50
Joined: Thu Apr 26, 2007 12:06 am
Location: Minot, ND

Gems Display version 2.0.0.0 [Roster 2 addon]

Postby Tupsi » Wed Sep 05, 2007 5:44 pm

where would I find this addons after installing it in 2.0? I dont get a menu entry anywhere it seems.
Tupsi
WR.net Apprentice
WR.net Apprentice
 
Posts: 74
Joined: Fri Jul 14, 2006 5:26 pm

Gems Display version 2.0.0.0 [Roster 2 addon]

Postby Blueleaf » Wed Sep 05, 2007 11:48 pm

You should have a gem icon in the "Realm Information" menu (Realm Panel)
User avatar
Blueleaf
WR.net Apprentice
WR.net Apprentice
 
Posts: 50
Joined: Thu Apr 26, 2007 12:06 am
Location: Minot, ND

Re: Gems Display version 2.0.0.0 [Roster 2 addon]

Postby Tupsi » Thu Sep 06, 2007 4:20 pm

Blueleaf wrote:You should have a gem icon in the "Realm Information" menu (Realm Panel)


doh! Realm panel, ok, found it :-)
Last edited by Tupsi on Thu Sep 06, 2007 4:23 pm, edited 1 time in total.
Tupsi
WR.net Apprentice
WR.net Apprentice
 
Posts: 74
Joined: Fri Jul 14, 2006 5:26 pm

Gems Display version 2.0.0.0 [Roster 2 addon]

Postby Tupsi » Mon Sep 10, 2007 5:26 pm

its working now, but I still get a php error listed:

Code: Select all
addons/GemsDisplay/realm/index.php
  Notice line 111: Undefined index: NoFilter
Tupsi
WR.net Apprentice
WR.net Apprentice
 
Posts: 74
Joined: Fri Jul 14, 2006 5:26 pm

Gems Display version 2.0.0.0 [Roster 2 addon]

Postby titan99 » Mon Sep 10, 2007 5:39 pm

you can give me a link for yours Gems Display ?
User avatar
titan99
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 129
Joined: Sat Jan 13, 2007 8:11 am
Location: Montpellier - France

Gems Display version 2.0.0.0 [Roster 2 addon]

Postby Tupsi » Wed Sep 12, 2007 4:22 pm

Tupsi
WR.net Apprentice
WR.net Apprentice
 
Posts: 74
Joined: Fri Jul 14, 2006 5:26 pm

Re: Gems Display version 2.0.0.0 [Roster 2 addon]

Postby JackD » Tue Sep 18, 2007 2:48 am

Tupsi wrote:its working now, but I still get a php error listed:

Code: Select all
addons/GemsDisplay/realm/index.php
  Notice line 111: Undefined index: NoFilter


I am getting the same error on my server. Any fix for it yet?
JackD
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Mon Jul 10, 2006 2:21 am

Gems Display version 2.0.0.0 [Roster 2 addon]

Postby Diska » Thu Oct 04, 2007 6:23 pm

The fix to the "Undefined index: NoFilter" error:

Edit locale/enUS.php and go to line 25 which reads:
Code: Select all
$lang['frFR']['NoFilter']='No Filter';


Change that to read:

Code: Select all
$lang['NoFilter']='No Filter';
User avatar
Diska
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 179
Joined: Tue Jul 04, 2006 2:05 pm

Re: Gems Display version 2.0.0.0 [Roster 2 addon]

Postby Chamdar » Sat Oct 06, 2007 1:37 am

Blueleaf wrote:You should have a gem icon in the "Realm Information" menu (Realm Panel)

I just installed this AddOn and still do not see it under the "Realm Information".

It is installed in the ../roster/addons/GemsDisplay folder.

Ok figured out my problem and got them to display (i.e. I had to enable the addon after it was copied up <blush>
Last edited by Chamdar on Sat Oct 06, 2007 4:22 am, edited 1 time in total.
Chamdar
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Wed Oct 03, 2007 5:42 am

Re: Gems Display version 2.0.0.0 [Roster 2 addon]

Postby Chamdar » Sat Oct 06, 2007 4:24 am

Are there new graphic images for the Purified Jaggal and Purified Shadow Pearl?
Chamdar
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Wed Oct 03, 2007 5:42 am

Next

Return to Gems Display

Who is online

Users browsing this forum: No registered users and 0 guests

cron