DF_OutlandKeys

Addons for WoWRosterDF

DF_OutlandKeys

Postby Anaxent » Thu Mar 22, 2007 1:18 pm

This is a port of OutlandKeys first version.
Attachments
df_outlandkeys.zip
DF_OutLandKeys
(6.88 KiB) Downloaded 339 times
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

DF_OutlandKeys

Postby scapegoat » Thu Apr 05, 2007 5:08 am

Umm, is this different from the Key-BC addon?

I had them both installed, but they looked almost identical. I think I prefer DF_OutlandKeys, as it shows the users repuation towards each faction as well as quests and key info.
scapegoat
WR.net Apprentice
WR.net Apprentice
 
Posts: 63
Joined: Tue Jul 11, 2006 12:31 am

Re: DF_OutlandKeys

Postby IslandStyle » Mon Apr 09, 2007 7:26 pm

Theres a small problem with the port of outland keys for df. If you click on the characters name, you get an error message.
The URL that you requested, /Dragonfly/index.php?name=WoWRosterDFchar&cname=Gabura&server=Scarlet Crusade, could not be found. Perhaps you either mistyped the URL or we have a broken link.

From what I can tell the link is coming up as
http://kalimdortribe.com/Dragonfly/inde ... %20Crusade
and should be more like this
http://kalimdortribe.com/Dragonfly/inde ... %20Crusade

Im just not sure where the code is to change it as I'm pretty new to working with the DF system, rosterDF and php.
Image
Image
User avatar
IslandStyle
WR.net Apprentice
WR.net Apprentice
 
Posts: 41
Joined: Tue Jul 11, 2006 8:57 am

Re: DF_OutlandKeys

Postby Karavirs » Mon Apr 09, 2007 11:20 pm

Change line 348 of index.php

from this
Code: Select all
   print '<a href="'.getlink($module_name.'char&amp;cname='.$row['name'].'&amp;server='.$roster_conf['server_name']).'">'.$row['name'].'</a><br />'.$row['class'].' ('.$row['level'].')</td>'."\n";


to this

Code: Select all
   print '<a href="index.php?name=WoWRosterDF&amp;file=char&amp;cname='.$row['name'].'&amp;server='.$roster_conf['server_name'].'">'.$row['name'].'</a><br />'.$row['class'].' ('.$row['level'].')</td>'."\n";
Image

Image
User avatar
Karavirs
WR.net Apprentice
WR.net Apprentice
 
Posts: 49
Joined: Mon Feb 26, 2007 6:33 pm
Location: Chicago

Re: DF_OutlandKeys

Postby robojerk » Mon Apr 09, 2007 11:27 pm

Karavirs wrote:Change line 348 of index.php

from this
Code: Select all
   print '<a href="'.getlink($module_name.'char&amp;cname='.$row['name'].'&amp;server='.$roster_conf['server_name']).'">'.$row['name'].'</a><br />'.$row['class'].' ('.$row['level'].')</td>'."\n";


to this

Code: Select all
   print '<a href="index.php?name=WoWRosterDF&amp;file=char&amp;cname='.$row['name'].'&amp;server='.$roster_conf['server_name'].'">'.$row['name'].'</a><br />'.$row['class'].' ('.$row['level'].')</td>'."\n";


This should work better
Code: Select all
<?php //Ignore this first line.  Only use the one under this!

href="'.getlink('&amp;file=char&amp;cname='.$row['name'].'&amp;server='.$roster_conf['server_name']).'">'.$row['name'].'</a><br />'.$row['class'].' ('.$row['level'].')</td>."\n";
 


=)
Attachments
df_outlandkeys.zip
(6.88 KiB) Downloaded 332 times
Last edited by robojerk on Thu Apr 12, 2007 5:13 am, edited 6 times in total.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

DF_OutlandKeys

Postby robojerk » Mon Apr 09, 2007 11:30 pm

How come my &.amp; is just appearing as &?

/edit
lol, I had to insert that period in there.
Last edited by robojerk on Mon Apr 09, 2007 11:31 pm, edited 2 times in total.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0


Return to WoWRosterDF Addons

Who is online

Users browsing this forum: No registered users and 0 guests

cron