Discussion in "Map Me Support" started by    Maleko    Sep 17, 2009.
Thu Sep 17 2009, 06:29 pm
#1
I have found in this file that the links are incorrect, they direct to this website:

	$text = "<div style='text-align:center'>

		 <table class='fborder' style='width: 98%;'>

		 <tbody>

		 <tr>
<td class='button'>
<a style='text-align: center; cursor: pointer; text-decoration: none;' href='http://www.8051projects.net/plugins/mapme/admin_config.php'>
Settings</a>
</td>
</tr>

		 <tr>
<td class='button'>
<a style='text-align: center; cursor: pointer; text-decoration: none;' href='http://www.8051projects.net/plugins/mapme/admin_config.php?p=updatemaps'>
Update User Maps</a>
</td>
</tr>

		 </tbody>
</table>

		 </div>
";


They should be sommit like:

$text = "<div style='text-align:center'>

		 <table class='fborder' style='width: 98%;'>

		 <tbody>

		 <tr>
<td class='button'>
<a style='text-align: center; cursor: pointer; text-decoration: none;' href='/e107_plugins/mapme/admin_config.php'>
Settings</a>
</td>
</tr>

		 <tr>
<td class='button'>
<a style='text-align: center; cursor: pointer; text-decoration: none;' href='/e107_plugins/mapme/admin_config.php?p=updatemaps'>
Update User Maps</a>
</td>
</tr>

		 </tbody>
</table>

		 </div>
";



Just thought you would want to know, I have sene it on both downloads I have tried.
Thu Sep 17 2009, 07:14 pm
#2
Hey, found another error in mapjs.php on line 63:

marker.openInfoWindowHtml('".MAPME_JS_007."<a href=\"".SITEURLBASE."user.php?id.'+ id +'\">
<b>
'+ name +'</b>
</a>
<br />
".MAPME_JS_008."'+ loc);


SHOULD be:

marker.openInfoWindowHtml('".MAPME_JS_007."<a href=\"".SITEURLBASE."/user.php?id.'+ id +'\">
<b>
'+ name +'</b>
</a>
<br />
".MAPME_JS_008."'+ loc);


Notice the / before user.php. This prevented the / to appear after the domain address and before the /user.php id.

Many thanks for this plugin, absolutely love it!
Sat Sep 19 2009, 05:05 pm
#3
oww a lot buggy i think i must release a new version.

Thank you for this info..

Do you want anything new in this plugin? i might work on it before releasing..
Sun Sep 20 2009, 03:38 am
#4
Well, the only thing i can think of at the moment is If its possible to make only certain user Classes appear on the map?

So you can have either:

Members
User Class2
User Class3

That way only members in User Class3 would appear on the map etc?
Wed Sep 23 2009, 02:58 am
#5
user class restrictions too? or just user class selection?
Wed Sep 23 2009, 04:36 pm
#6
user class selection ultimately, but if you can do both
Wed Sep 23 2009, 05:18 pm
#7
right now coz of critical bugs i released V1.3

will add this user class selection in V1.4
if anymore features needed do post here.
Tue Oct 13 2009, 05:52 pm
#8
I just found a PHP Framework include a Google Map Helper.
Maybe it will help you a lot~

Get Social

Information

Powered by e107 Forum System

Downloads

Comments

EdwardFew
Mon Mar 18 2024, 01:14 pm
EmeryPah
Mon Mar 18 2024, 11:51 am
RobertMax
Sun Mar 17 2024, 10:22 pm
DanielJar
Fri Mar 15 2024, 06:52 pm
Tuzaimecor
Fri Mar 15 2024, 02:32 am
PromotionFoode
Thu Mar 14 2024, 08:11 pm
EdwardGeawn
Sun Mar 10 2024, 12:24 pm
ZacharyShado
Sat Mar 09 2024, 10:04 am