Member Names in Tradeskills Listing

Dragonfly integration forum

Member Names in Tradeskills Listing

Postby geigerslave » Sat Jul 21, 2007 2:12 am

I recently discovered that the links to the member names in the listing of profession skills point to char.php directly, which is not allowed in dragonfly.

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'].'&amp;server='.$roster_conf['server_name'].'&amp;action=recipes">'.$row['name'].'</a>
 


and change it to:
Code: Select all
<a href="index.php?name=WoWRosterDF&file=char&cname='.$row['name'].'&amp;server='.$roster_conf['server_name'].'&amp;action=recipes">'.$row['name'].'</a>
 



that will fix the links to display correctly in Dragonfly
Last edited by geigerslave on Sat Jul 21, 2007 2:13 am, edited 2 times in total.
Image
User avatar
geigerslave
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Fri Jun 08, 2007 8:00 am

Return to Dragonfly

Who is online

Users browsing this forum: No registered users and 1 guest

cron