MadeBy version 1.7.3 Beta 4

Guild listing of known recipes

Moderator: ds

MadeBy version 1.7.3 Beta 4

Postby jlaplaca » Sat Mar 17, 2007 9:43 pm

In RecipeList.php
Line 108

This Line of code is not working correcty on a postback.
The Problem is that the ? after addon should be &. This could be fixed
in your madeby_common.php Under Make_Form Function.

This is what it trys to do
Code: Select all
http://twistedjustice.net/index.php?name=WoWRosterDF&file=addon?roster_addon_name=madeby


Code: Select all
$choiceForm = make_form('addon.php?roster_addon_name=madeby', 'myform', 'POST');


In RecipeList.php
Line 200

The sub-category list is still not working for a Dragonfly System.

This is what it trys to do
Code: Select all
http://twistedjustice.net/index.php?name=#Consumable
Last edited by jlaplaca on Sat Mar 17, 2007 11:05 pm, edited 1 time in total.
Image
User avatar
jlaplaca
WR.net Apprentice
WR.net Apprentice
 
Posts: 18
Joined: Sun Feb 18, 2007 6:03 am
Location: Rocheser,NY

Re: MadeBy version 1.7.3 Beta 4

Postby ds » Sat Mar 17, 2007 11:07 pm

Version 1.7.3 Beta 4
Saturday March 17th 2007 by ds
[FIXED]Fixed more errors in DF URL/Form handling.

See if this fixes your errors.
Last edited by ds on Wed Mar 21, 2007 1:19 pm, edited 2 times in total.
Image
ds
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 297
Joined: Sat Jul 08, 2006 9:58 am

MadeBy version 1.7.3 Beta 4

Postby Anaxent » Sat Mar 17, 2007 11:29 pm

line 438 RecipeList.php

Code: Select all
$content .= '<br /><br /><br />'.border('sblue','start').make_link('',"  {$wordings[$lang]['MadeBy_Configure_txt']}  ", array('action'=>'install'))

needs to be

Code: Select all
$content .= '<br /><br /><br />'.border('sblue','start').make_link('',"  {$wordings[$lang]['MadeBy_Configure_txt']}  ", array('action'=>'config'))
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

MadeBy version 1.7.3 Beta 4

Postby ds » Sat Mar 17, 2007 11:32 pm

What? You don't like a reinstall every time you want to configure an option?! Sheesh Fine.. I'll fix it.

Thanks for the catch... :D
Image
ds
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 297
Joined: Sat Jul 08, 2006 9:58 am

MadeBy version 1.7.3 Beta 4

Postby ds » Sat Mar 17, 2007 11:39 pm

Damn it.. just noticed some leftover debug crap in Beta 4.
Image
ds
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 297
Joined: Sat Jul 08, 2006 9:58 am

Re: MadeBy version 1.7.3 Beta 4

Postby Anaxent » Sat Mar 17, 2007 11:42 pm

ds001 wrote:What? You don't like a reinstall every time you want to configure an option?! Sheesh Fine.. I'll fix it.

Thanks for the catch... :D


lol well I do like the fact it lets me know it is installed correctly though....
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

MadeBy version 1.7.3 Beta 4

Postby jlaplaca » Sat Mar 17, 2007 11:43 pm

Good, the link for the sub-category's almost working now.

The bookmarks that HTML works in Dragonfly, but when you select a profession and then click on the bookmark it only postback the bookmark, and not the currently selected profession.

Ex:
Code: Select all
http://twistedjustice.net/index.php?name=WoWRosterDF&file=addon&roster_addon_name=madeby#Consumable


Then Works if the Profession
Code: Select all
http://twistedjustice.net/index.php?name=WoWRosterDF&file=addon&roster_addon_name=madeby&proffilter=Alchemy#Consumable
Image
User avatar
jlaplaca
WR.net Apprentice
WR.net Apprentice
 
Posts: 18
Joined: Sun Feb 18, 2007 6:03 am
Location: Rocheser,NY

MadeBy version 1.7.3 Beta 4

Postby Anaxent » Sat Mar 17, 2007 11:49 pm

It would also be nice to be able to hide the Item Description: as well due to having tooltips for the item icon.
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

MadeBy version 1.7.3 Beta 4

Postby Subxero » Sun Mar 18, 2007 4:31 pm

And inverse sort level .. high end items before the crap lvl 1-40 items.
User avatar
Subxero
WR.net Artisan
WR.net Artisan
 
Posts: 234
Joined: Thu Jul 06, 2006 4:08 pm
Realm: Zul'jin (PvE) - US

MadeBy version 1.7.3 Beta 4

Postby Yoshette » Wed Mar 21, 2007 3:31 am

When I'm trying to reinstall the beta version of madeby I obtained that:

Code: Select all
Fatal error: mysql_free_result(): supplied argument is not a valid MySQL result resource in /mnt/116/sdb/3/8/sdroster2/roster/lib/wowdb.php on line 269


I have dropped the table in the database. So when I click on "madeby", I have the Installation windows. But as soon as I click on "install", I obtained the error messages.
Yoshette
WR.net Apprentice
WR.net Apprentice
 
Posts: 41
Joined: Fri Oct 06, 2006 2:14 am
Location: Boston, MA, USA

MadeBy version 1.7.3 Beta 4

Postby ds » Wed Mar 21, 2007 3:43 am

I would assume your using Mysqli layer too eh? :)

I fixed that problem with the next beta. It should be released tonight after I fix one more annyoing DF issue.

Then after that I can actually start on new features! :D
Image
ds
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 297
Joined: Sat Jul 08, 2006 9:58 am

MadeBy version 1.7.3 Beta 4

Postby Yoshette » Wed Mar 21, 2007 4:10 am

cooooooool thanks DS :P

I should have updated before madeby. But WoW life takes times (aaaaand this b*&*&* of Aran)
Yoshette
WR.net Apprentice
WR.net Apprentice
 
Posts: 41
Joined: Fri Oct 06, 2006 2:14 am
Location: Boston, MA, USA

MadeBy version 1.7.3 Beta 4

Postby SethDeBlade » Wed Mar 21, 2007 4:13 am

i have one question concerning the "Level" column. Which level should be shown there?? Is it the needed crafting level e.g 315 or is it the chraracterlevel which is needed to equip that item??

The last option would be more useful i think. But the column is completely empty. So i wonder whats the use of it? ;)
User avatar
SethDeBlade
WR.net Expert
WR.net Expert
 
Posts: 192
Joined: Thu Jul 06, 2006 1:02 am
Location: Germany

Re: MadeBy version 1.7.3 Beta 4

Postby ds » Wed Mar 21, 2007 4:26 am

SethDeBlade wrote:i have one question concerning the "Level" column. Which level should be shown there?? Is it the needed crafting level e.g 315 or is it the chraracterlevel which is needed to equip that item??

The last option would be more useful i think. But the column is completely empty. So i wonder whats the use of it? ;)


I agree 100%. Currently the Level column is the Character Level required to use/equip the item. I think i'll make another column (that can be toggled) called Skill Level that will show the required 'Trade Skill Level' to create the item.

I also need to make the sorting of the columns work better. Right now it is a mess.

Any thoughts on the Multi-Language option? Is it working? How could It be better?
Image
ds
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 297
Joined: Sat Jul 08, 2006 9:58 am

MadeBy version 1.7.3 Beta 4

Postby SethDeBlade » Wed Mar 21, 2007 3:45 pm

ok. But the level column is empty in my rosters. Is this intended or a bug??

one suggestion. If selecting one tradeskill in a language e.g. enUS a link would be helpfull which says an top of the recipes "There are X guildmemmers available which have that skill to" and this link could leed to another language version e.g. deDE
User avatar
SethDeBlade
WR.net Expert
WR.net Expert
 
Posts: 192
Joined: Thu Jul 06, 2006 1:02 am
Location: Germany


Return to Made By

Who is online

Users browsing this forum: No registered users and 0 guests

cron