DF_MaxResist

Addons for WoWRosterDF

DF_MaxResist

Postby Anaxent » Mon Jul 10, 2006 7:54 am

<place Holder>
Last edited by Anaxent on Sat Feb 17, 2007 8:53 am, edited 1 time in total.
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_MaxResist

Postby Anaxent » Sat Feb 17, 2007 8:53 am

Updated MaxRes for DF
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_MaxResist

Postby DiscoWay » Sat Feb 17, 2007 1:09 pm

Maxres has issues installing the database. within index.php at line 53

change from

Code: Select all
die("We need to add 4 columns to your player table to the hold the max resists. Click <a href='$script_url&amp;install=install'>Here</a> to install."); 


to

Code: Select all
die("We need to add 4 columns to your player table to the hold the max resists. Click <a href=".getlink($module_name.'&amp;roster_addon_name=maxres&file=index&amp;install=install').">Here</a> to install."); 


I realize there was code at lines 25 - 27 that im sure could of been fixed to make it work, but im not to savy with this stuff yet, so quick fix ftw! =p
User avatar
DiscoWay
WR.net Apprentice
WR.net Apprentice
 
Posts: 25
Joined: Mon Feb 12, 2007 11:40 pm

DF_MaxResist

Postby DiscoWay » Sat Feb 17, 2007 1:29 pm

Ok, so after getting the addon to install the extra entries into the roster_players database, i can click on the addon. Everything looks like it work until you view the columns. There are no max resist gear calculations. Its completely blank.

www.nomad-legacy.net

Update: People just have to re submit their CharacterProfiler.lua and Maxresist will update and show the correct resists.
Last edited by DiscoWay on Sat Feb 17, 2007 8:33 pm, edited 2 times in total.
User avatar
DiscoWay
WR.net Apprentice
WR.net Apprentice
 
Posts: 25
Joined: Mon Feb 12, 2007 11:40 pm

DF_MaxResist

Postby robojerk » Mon Feb 26, 2007 10:56 pm

The maxresname pages could probably be cleaned up a bit..
Standalone roster
vs.
My DF Roster

I also edited line 235 so when you click on the character's name it takes you to the detailed resistant page.

Code: Select all
$content .= '<td class="membersRow'. (($striping_counter % 2) +1) .'">'.'<a href="'.getlink($module_name.'&amp;file=char&amp;'.$charURLname.'='.$row['name'].'&'.$charURLserver.'='.$row['server']).'">'.$row['name'].'</a></td>';

to
Code: Select all
$content .= '<td class="membersRow'. (($striping_counter % 2) +1) .'">'.'<a href="'.getlink($module_name.'&amp;file=addon&amp;roster_addon_name='.$addon_name.'&amp;maxresname='.$row['name']).'">'.$row['name'].'</a></td>';
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_MaxResist

Postby robojerk » Tue Feb 27, 2007 7:45 pm

After looking around on other people's DF sites, I see that my problem only effects some sites and not others... The problem is a css issue in the site's theme conflicting with roster's css I guess.

Here's other sites effected.
http://www.drkalliance.com/index.php?na ... Resistance (Font issue present)
http://www.nomad-legacy.net/WoWRosterDF ... tance.html
http://wow-deception.com/wowrosterdf/ad ... tance.html (The top of the 3 rows on the table on the right aren't displaying correctly)

I tried changing themes on my site to the default DragonflyCMS theme and that has issues too.

I know this isn't a big issue. I just thought I would point it out.
Attachments
Last edited by robojerk on Tue Feb 27, 2007 7:52 pm, edited 3 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