DF_Reputation

Addons for WoWRosterDF

DF_Reputation

Postby robojerk » Fri Feb 23, 2007 10:43 pm

I made the reputation addon work for WoWRosterDF and included a download for it here. Thanks to discoway for getting it LEO compliant.
Attachments
df_reputation.zip
(3.44 KiB) Downloaded 325 times
Last edited by robojerk on Sat Feb 24, 2007 1:28 am, edited 4 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_Reputation

Postby DiscoWay » Fri Feb 23, 2007 11:14 pm

This happen for you?

Try selecting a rep

http://www.nomad-legacy.net/WoWRosterDF ... ation.html

Just had enough time to throw it on and try it, but doesn't seem to be working. I'll have to look at it when i get home from work.
Last edited by DiscoWay on Fri Feb 23, 2007 11:14 pm, edited 1 time in total.
User avatar
DiscoWay
WR.net Apprentice
WR.net Apprentice
 
Posts: 25
Joined: Mon Feb 12, 2007 11:40 pm

DF_Reputation

Postby robojerk » Fri Feb 23, 2007 11:17 pm

My code isn't LEO compliant.. =)

I'll try to see what is going on.. My web host doesn't support LEO though so I can't trouble shoot it.
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

Re: DF_Reputation

Postby robojerk » Sat Feb 24, 2007 12:13 am

I see a typo in my own code, doing all this while on a conference call.. =\


try this

Code: Select all
while($row_fct = $wowdb->fetch_array($result_fct))
{
   if( $_REQUEST['factionfilter'] == $row_fct['fct_name'] )
      $choiceForm .= '      <option value="'.getlink($module_name).'&file=addon&roster_addon_name=reputation&amp;factionfilter='.$row_fct['fct_name'].'" selected="selected">'.$row_fct['fct_name']."</option>\n";
   else
      $choiceForm .= '      <option value="'.getlink($module_name).'&file=addon&roster_addon_name=reputation&amp;factionfilter='.$row_fct['fct_name'].'">'.$row_fct['fct_name']."</option>\n";
}
Last edited by robojerk on Sat Feb 24, 2007 1:19 am, 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

DF_Reputation

Postby robojerk » Sat Feb 24, 2007 1:12 am

/shrug

I fail :(
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_Reputation

Postby robojerk » Sat Feb 24, 2007 1:13 am

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_Reputation

Postby DiscoWay » Sat Feb 24, 2007 1:18 am

Yea i just changed it to this to make it work for leo links

Code: Select all
while($row_fct = $wowdb->fetch_array($result_fct))
{
   if( $_REQUEST['factionfilter'] == $row_fct['fct_name'] )
      $choiceForm .= '      <option value="'.getlink($module_name.'&file=addon&roster_addon_name=reputation&amp;factionfilter='.$row_fct['fct_name']).'" selected="selected">'.$row_fct['fct_name']."</option>\n";
   else
      $choiceForm .= '      <option value="'.getlink($module_name.'&file=addon&roster_addon_name=reputation&amp;factionfilter='.$row_fct['fct_name']).'">'.$row_fct['fct_name']."</option>\n";
}
User avatar
DiscoWay
WR.net Apprentice
WR.net Apprentice
 
Posts: 25
Joined: Mon Feb 12, 2007 11:40 pm

Re: DF_Reputation

Postby robojerk » Sat Feb 24, 2007 1:23 am

Sorry about that, I can't run LEO on my site so I didn't consider that..

Here it is, I updated the mod on my site with the changes as well.
Last edited by robojerk on Sat Feb 24, 2007 1:28 am, edited 1 time 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_Reputation

Postby Anaxent » Sat Feb 24, 2007 1:47 am

Cool thanks alot guys.
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az


Return to WoWRosterDF Addons

Who is online

Users browsing this forum: No registered users and 0 guests

cron