[1.7.1] Keys out of order

Official announcements concerning bugs and fixes in the WoWRoster package
Posting is restricted to Forum Moderators

[1.7.1] Keys out of order

Postby zanix » Mon Oct 23, 2006 8:01 am

For Roster 1.7.1, the Searing Gorge key was removed for the Horde

This results in the Keys page appearing to be "shifted" to the left leaving the MC column blank


Here is the manual fix
Or you can download the patched file
[1.7.1] Keys page offset fix

membersinst.php
Find Lines 159-162
Code: Select all
foreach ($min_skill_for_lock as $key => $data)
{
    
array_push($keys,$key);

Replace with
Code: Select all
foreach ($items as $key => $data)
{
    
array_push($keys,$key);
Attachments
keyhs4.jpg
Broken Keys page in 1.7.1
keyhs4.jpg (42.84 KiB) Viewed 1905 times
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Return to Official Bugs & Updates

Who is online

Users browsing this forum: No registered users and 1 guest

cron