Discussion in "Map Me Support" started by    Penbrock    Feb 25, 2008.
Thu Apr 17 2008, 06:08 pm
#11
hardly getting time from busy work! will surely be starting with it..
there are things to be done..
Thu Apr 24 2008, 12:19 pm
#12
in hopeful expectation
Wed Jul 02 2008, 02:58 pm
#13
hi,

any news available?

Thu Sep 04 2008, 02:48 am
#14
In the next version is there any way you can add an admin area where we can add the points for the users if we want?
Thu Sep 25 2008, 02:27 pm
#15
hy there,

any good news about a new version of mapme with standalone support?

my problem is - i've installed the "alternate profiles 0.3" plugin in my e107 website - so i didn't use the user.php page from e107.
the new path of my memberwebsite is eg. : http://www.yourpage.de/e107_plugins/alternate_profiles/newuser.php

i've tested the previous written hints to change the location of mapme - but it doesn't work...
has anyone some ideas?

thx cen


[ Edited Thu Sep 25 2008, 02:27 pm ]
Tue Oct 07 2008, 03:58 pm
#16
See this post for a standalone map page:

http://www.8051projects.net/forum-t9126.html


[ Edited Tue Oct 07 2008, 03:59 pm ]
Tue Oct 07 2008, 07:00 pm
#17
i have already made a standalone usermap
http://www.8051projects.net/plugins/mapme/map.php

But did not get time to update..
Sat Jul 18 2009, 04:56 am
#18
hi everyone,
i had a need for a standalone map to display member locations. i found this great module (thanks for all your hard work ajay) that has everything but a standalone map page.

here is how i got it to work, and be wrapped inside the site template.

1: edit map.sc

change
<table style='".USER_WIDTH."' class='fborder'>

to this
<table style='width:100%' class='fborder'>


2: login to the admin area and navigate to 'Custom Menus/Pages'. click on 'Create Page'. fill out the new page form and in the box labeled 'Text', enter this:
{MAP}
<script type='text/javascript' src='http://maps.google.com/maps?file=api&v=2&key=GOOGLE_MAP_KEY'>
</script>

<script type='text/javascript' src='e107_plugins/mapme/mapjs.php'>
</script>

replace GOOGLE_MAP_KEY with your correct google maps API key.

it's not as elegant as i would like, but it works.
without the map.sc edit, the map will still display, but only about 100px in width. hopefully someone with a little more knowledge of e107 coding than myself can find a way to adjust the table width without having to edit the map.sc file.

thanks ajay, for a great plugin!
Sat Aug 22 2009, 08:28 pm
#19
Well I simply opened my Admin area, Content, Custom Menu's/Page's, Created a new page with the {MAP} shortcode in it.

I then opened the e_meta.php and added the following code just before the php close statement ?>.

if (e_PAGE == "page.php") {
        $footer_js[]= "http://maps.google.com/maps?file=api&v=2&key=".$pref['mapme_key'];
        $footer_js[]= e_PLUGIN."mapme/mapjs.php";
}





See this in action @ www.fk-oc.com


[ Edited Sat Aug 22 2009, 08:29 pm ]
Sat Aug 22 2009, 09:37 pm
#20
looks more like this now



if anyone wants the source of the mods, let me know.

Get Social

Information

Powered by e107 Forum System

Downloads

Comments

IrardlPex
Wed Apr 24 2024, 08:42 pm
Charlestehed
Wed Apr 24 2024, 05:20 pm
Robertgurse
Wed Apr 24 2024, 02:43 pm
Richardedils
Wed Apr 24 2024, 04:07 am
ChrisLub
Tue Apr 23 2024, 05:21 pm
Davidbab
Tue Apr 23 2024, 10:41 am
Richardrit
Tue Apr 23 2024, 09:54 am
HenryLaf
Mon Apr 22 2024, 03:50 pm