CraftSpecialization Version 0.4b

Craft specialization sorting for guild members

Moderator: leoncx

CraftSpecialization Version 0.4b

Postby leoncx » Thu Mar 22, 2007 11:31 pm

This addon allows craft specialization sorting for guild members.

This addon supports multilanguages.

Example

Changelog

Version 0.2

With english and german translation updated.

TODO : Blacksmithing coding

Version 0.3

Bug corrected : "Warning: Invalid argument supplied for foreach() in CraftSpecialization/index.php on line 57"

Versoin 0.4b

Bug corrected : Sinstralis in hardcoding
Added : Blacksmithing begins
Attachments
craftspecialization-0.4b.zip
Version 0.4b
(5.67 KiB) Downloaded 496 times
Last edited by leoncx on Fri Jul 27, 2007 11:46 pm, edited 8 times in total.
Image
leoncx
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 15
Joined: Tue Feb 06, 2007 5:48 am

CraftSpecialization Version 0.1

Postby Diska » Fri Mar 23, 2007 6:43 pm

Nice work, great to have such an overview!
User avatar
Diska
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 179
Joined: Tue Jul 04, 2006 2:05 pm

Re: CraftSpecialization Version 0.1

Postby leoncx » Fri Mar 23, 2007 11:05 pm

Version 0.2

With english and german translation updated.

TODO : Blacksmithing coding
Last edited by leoncx on Sun Mar 25, 2007 7:57 pm, edited 1 time in total.
Image
leoncx
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 15
Joined: Tue Feb 06, 2007 5:48 am

Re: CraftSpecialization Version 0.1

Postby fewyn » Sat Mar 24, 2007 5:41 am

I'm getting


Warning: Invalid argument supplied for foreach() in /home/scarlet/public_html/roster/addons/CraftSpecialization/index.php on line 57


For each section which has no one listed.
User avatar
fewyn
WR.net Apprentice
WR.net Apprentice
 
Posts: 25
Joined: Wed Jul 05, 2006 8:38 am

Re: CraftSpecialization Version 0.1

Postby rcoughtrey » Sat Mar 24, 2007 6:06 am

My addon installation does not display in english onlt french???? any ideas on the best way to change?
rcoughtrey
WR.net Apprentice
WR.net Apprentice
 
Posts: 18
Joined: Sat Mar 24, 2007 5:07 am

Re: CraftSpecialization Version 0.1

Postby aniodon » Sun Mar 25, 2007 6:38 am

fewyn wrote:I'm getting


Warning: Invalid argument supplied for foreach() in /home/scarlet/public_html/roster/addons/CraftSpecialization/index.php on line 57


For each section which has no one listed.


Same error on the frFR localisation.

Edit : The fix on the frFR localisation works fine.

Suggestion : may we have an option to expand all crafts? thanks =))

Aniodon
Last edited by aniodon on Sun Mar 25, 2007 6:41 am, edited 1 time in total.
aniodon
WR.net Journeyman
WR.net Journeyman
 
Posts: 108
Joined: Mon Dec 18, 2006 8:09 pm

Re: CraftSpecialization Version 0.1

Postby aniodon » Sun Mar 25, 2007 7:26 am

In addition to that, I've noticed that the links of each player refers to the Sinistralis server, which is wrong. Any suggestion ?
aniodon
WR.net Journeyman
WR.net Journeyman
 
Posts: 108
Joined: Mon Dec 18, 2006 8:09 pm

CraftSpecialization Version 0.2

Postby elucas3689 » Sun Mar 25, 2007 7:46 am

I'm getting


Warning: Invalid argument supplied for foreach() in /home/scarlet/public_html/roster/addons/CraftSpecialization/index.php on line 57


For each section which has no one listed.

also can we have a display for blacksmithing please
elucas3689
WR.net Apprentice
WR.net Apprentice
 
Posts: 10
Joined: Sun Aug 06, 2006 7:19 am

Re: CraftSpecialization Version 0.2

Postby leoncx » Sun Mar 25, 2007 8:02 pm

For the bug, the correction is in version 0.3.

I work about the blacksmithing next week
Image
leoncx
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 15
Joined: Tue Feb 06, 2007 5:48 am

CraftSpecialization Version 0.3

Postby SethDeBlade » Mon Mar 26, 2007 12:51 am

index.php line 63 should be
Code: Select all
href="char.php?server=<?php echo $roster_conf['server_name']; ?>&action=recipes&name=<?php echo $char_name; ?>"><?php echo $char_name; ?></a>
because in v0.3 the server is not a variable ;)
User avatar
SethDeBlade
WR.net Expert
WR.net Expert
 
Posts: 192
Joined: Thu Jul 06, 2006 1:02 am
Location: Germany

CraftSpecialization Version 0.3

Postby rcoughtrey » Tue Mar 27, 2007 12:15 am

even with version 0.3 i still have the top header in french how can i change this.
rcoughtrey
WR.net Apprentice
WR.net Apprentice
 
Posts: 18
Joined: Sat Mar 24, 2007 5:07 am

Re: CraftSpecialization Version 0.3

Postby shaun.voysey » Tue Mar 27, 2007 1:24 am

rcoughtrey wrote:even with version 0.3 i still have the top header in french how can i change this.


Change the english localisation file (lang\enUS.php). Currently looks like

Code: Select all
<?php
$wordings['enUS']['CraftSpeMenu'] = 'Spécialisation des métiers';


to something like :

Code: Select all
<?php
$wordings['enUS']['CraftSpeMenu'] = 'Master Specialisation';


or, if you are American :

Code: Select all
<?php
$wordings['enUS']['CraftSpeMenu'] = 'Master Specialization';



Enjoy.

(I just hope the Blacksmithing gets here soon. :))
User avatar
shaun.voysey
WR.net Apprentice
WR.net Apprentice
 
Posts: 70
Joined: Thu Aug 10, 2006 12:50 pm
Location: Berkshire, England

CraftSpecialization Version 0.3

Postby Therius » Tue Mar 27, 2007 5:53 am

Works great! Nice job leoncx.
User avatar
Therius
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Sat Dec 16, 2006 4:01 pm

Re: CraftSpecialization Version 0.3

Postby rcoughtrey » Tue Mar 27, 2007 9:59 pm

Thats perfect thank you very much
rcoughtrey
WR.net Apprentice
WR.net Apprentice
 
Posts: 18
Joined: Sat Mar 24, 2007 5:07 am

CraftSpecialization Version 0.3

Postby SethDeBlade » Sat Apr 07, 2007 5:45 pm

a open / close all button would be very helpful
User avatar
SethDeBlade
WR.net Expert
WR.net Expert
 
Posts: 192
Joined: Thu Jul 06, 2006 1:02 am
Location: Germany

Next

Return to Craft Specialization

Who is online

Users browsing this forum: No registered users and 0 guests

cron