Here is how to fix it:
open /modules/WoWRosterDF/tradeskills.php
near line 135 find:
- Code: Select all
<a href="char.php?name='.$row['name'].'&server='.$roster_conf['server_name'].'&action=recipes">'.$row['name'].'</a>
and change it to:
- Code: Select all
<a href="index.php?name=WoWRosterDF&file=char&cname='.$row['name'].'&server='.$roster_conf['server_name'].'&action=recipes">'.$row['name'].'</a>
that will fix the links to display correctly in Dragonfly