Page 1 of 1

Kurland MP District Link Error

Posted: Tue 27 Feb 2007 11:06 am
by Hitcher
I noticed yesterday that when I go into the MP for Kurland and click on the GUI link for District B, I am taken to District C instead. The drop-down menu appears to work correctly, but the clickable link seems to be off. Would someone else double check this to make sure it not just me.

Thanks!

Posted: Tue 27 Feb 2007 2:06 pm
by Hitcher
In addition, I found that the clickable links for District C and D are not there at all. Only District A works correctly.

Posted: Tue 27 Feb 2007 2:48 pm
by EA_Nem0
Yeah, the coordinates of the <map> element are wrong.

Open the file Kurland-intel.php at the Kurland directory with an editor, search the <map name="Kurland"> element and change the coord values as follows:

Code: Select all

<area shape="circle" coords="102,123,30" href="Kurland-A.php">
<area shape="circle" coords="386,117,30" href="Kurland-B.php">
<area shape="circle" coords="102,510,30" href="Kurland-C.php">
<area shape="circle" coords="387,505,30" href="Kurland-D.php">
<area shape="rect" coords="399,320,425,334" href="Kurland-Janischken.php">
<area shape="rect" coords="442,628,471,643" href="Kurland-Kauen.php">
<area shape="rect" coords="90,274,117,299" href="Kurland-Libau.php">
<area shape="rect" coords="94,452,117,466" href="Kurland-Memel.php">
<area shape="rect" coords="452,156,484,187" href="Kurland-Riga.php">
<area shape="rect" coords="178,64,196,75" href="Kurland-Windau.php">

Posted: Tue 27 Feb 2007 4:06 pm
by Hitcher
Thank you!

Posted: Tue 27 Feb 2007 8:18 pm
by IV/JG7_4Shades
Thanks for the bug reports guys - will be fixed for next release.

Cheers,
4Shades