Here is my modified version of MadeBy so that it works with WOLTK.
The problem was that the addon relies on a list of existing recipes and translations. I couldn't get and actualised list of recipes with the new ones.
The old version did not display the unknown recipes. With my modified file, all the recipes that your members upload are displayed. If the recipe is in the known list of the addon, its info wil be used. If not, it falls on the database info (wich is totally fine, except that you don't have the skill level)
The other side of the coin is (I think - I don't use it) missing recipes won't work anymore -> for that I think that Missing recipes is better! And if your members play with different languages, the language fusion won't work with the new recipes since we don't have the conversion table.
To use this version, you just have to rename this file to php and upload it to the addons/madeby/inc directory. Please remember to backup the old file in case things go wrong!!!
Another thing, if you want the addon to display inscription crafts too, here is the modification you need to make :
create the file addons/madeby/inc/recipe_list/inscription.list.php and make it an empty array : $RecipeList = array ( );
create the file addons/madeby/inc/recipe_to_en/*your_language*/inscription.php and make it an empty array like : $Recipes_to_en['frFR'] = array ();
Then you need to edit the file : addons\madeby\inc\install.def.php
Find the line (about 80)
$installer->add_config("'2090', 'Tailoring', '1', 'radio{Show^1|Hide^0', 'made_pref'");
and then add below :
$installer->add_config("'2100', 'Inscription', '1', 'radio{Show^1|Hide^0', 'made_pref'");
You need to uninstall and reinstall the addon in the addon manager page for it to work.
You may want to write down your config before doing this because I suspect it wil reset everuthing ^^
If you want to see the result it is here : http://roster.dara-go-dps-noob.fr/index ... nscription