vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - DamnComp - MemberMap (https://vborg.vbsupport.ru/showthread.php?t=285479)

swiss-yeti 02-09-2013 11:35 AM

Many many thanks to Tekram for his help !

Right now the MemberMap works also here! i'm by amused !

Tausend Dank an Tekram !

The problem was incorrect permissions (...) :o

tekram 02-09-2013 02:20 PM

Wish you fun with your new Membermap my frend ;)

Delfi_r 02-21-2013 09:11 PM

Installed and working as expected on 4.20pl3.

It's possible to know how many people have updated their place? and to get a list?

Sven Voet 03-12-2013 05:43 AM

Hi Sonic...
Installed and working on 4.20pl3. But...

When i have set my location, i can´t change it anymore. A click on "Change your location" did nothing...
Then there is no Popup, when i choose a Pin. And the Search by Username... Did nothing.

Is there a Mistake by myside?

Beckenbauer 03-12-2013 06:46 AM

Sonic respone very slow, because he changed to IPB.

Sven Voet 03-12-2013 05:03 PM

Has resolved... Just have deleted my own Entry and set them again. Now i also can change the Marker...

Edit: But only one time. After reloading the Page, the same Problem appears. Or is it normal...

Sven Voet 03-18-2013 03:32 PM

Now it seems so, that only one User can set his Flag in the Map. After Reloading the Page, he cannot Update his position, also other Users can´t set his Position.

mattltm 04-20-2013 08:28 AM

Installed and working great but it is a shame that the support seems to have dried up :(

I would love to know how I can resize the map if anyone knows?

mattltm 04-20-2013 08:36 AM

Found it:

in dcMembermap.css

Code:

.mapcontainer {
    width: 100%;
    height: 450px;
    position: relative;
}

#map {
    width: auto;
    height: 450px;
    border: 0px;
    padding: 0px
}


MrMatthewAllen 05-02-2013 09:55 PM

For whenever I uninstall the map, where exactly are the member locations being stored? Do I need to manually delete them from anywhere after I uninstall? I like to keep my directories as free from clutter as possible and just want to make sure there's no left over files.

wally07 05-03-2013 03:27 AM

Quote:

Originally Posted by swiss-yeti (Post 2401274)
Running 4.2.0 PL3, German - MemberMap still NOT working

i've tryed also on two test-systems (4.2.0PL3) - NOT working
on "Update your locations" nothing happens - no function
system-cache i've cleared...no differend, NOT working :(

anyone has ideas whats wrong?
thx for help

I'm having the exact same problem. Mind telling me what the solution was?

Thanks in advance.

edit:
nevermind, I uninstalled.

EBZ2010 06-04-2013 12:54 PM

How can I remove the navigation tab or link from the navbar?

EBZ2010 06-12-2013 12:51 PM

Is there any assistance on this mod. I would like to remove the Map link from navbar. Can anyone help me with how to do that, thank you.

vb_nils 06-16-2013 06:22 AM

Just a little return of experience...

I was experimenting white pages using this mod (while it was working in the past). It was due to a lack of memory caused by the huge number of markers to display on the map.
I could change that by adding
Code:

ini_set("memory_limit", "256M");
just after the tag "<?php" in file dcMembermap.php (at the VB root)

While looking at the code, I can see that it is not optimized for huge number of markers.
I'll try to improve that and share a proposal ;)

vb_nils 06-16-2013 06:53 PM

For those who want to clustering the markers (when you have too much markers to display), I'm sharing with you the small changes I've performed.
http://imageshack.us/photo/my-images/402/z2xp.png/

* Download file markerclusterer_compiled.js from http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer
/src/markerclusterer_compiled.js


* Upload in folder "clientscript"

* In CP, Styles & Templates, search for "dcMembermap_js" template in your theme, and open it.
Note: if you are using several themes, this should be performed for each of your style.

* Search for
Code:

<script src="{vb:raw vboptions.bburl}/clientscript/dcMembermap.js" type="text/javascript"></script>
* Just after add
Code:

<script src="{vb:raw vboptions.bburl}/clientscript/markerclusterer_compiled.js" type="text/javascript">
* Open file dcMembermap.js from folder "clientscript"

* Search this block
Code:

// Parse through the given points and show the map
    var point, marker;
    for (i in points) {
        point = points[i];
        addMarker(point);
       
        if (point.userid == this_user.userid) my_point = point;
       
        if (search_type == "userid" && point.userid == search) {
            search_hit = point;
        }
        if (search_type == "username" && point.name.toLowerCase() == search.toLowerCase()) {
            search_hit = point;
        }
    }

* Just after, add
Code:

// clustering markers options
        var mcOptions = {gridSize: 50, maxZoom: 15};
        var markerCluster = new MarkerClusterer(map, markers, mcOptions);

Note: You may adapt the option values for your needs

* Search for
Code:

function addMarker(point) {
* At the end of the function (just before the closing bracket }), add
Code:

        // clustering markers
        markers.push(point.marker);

* Save and reupload the file

Of course, can be still improved ... especially using ajax to load the markers (other step) ;-)

Cheers

Ba'al 06-18-2013 04:18 AM

Quote:

Originally Posted by EBZ2010 (Post 2425755)
How can I remove the navigation tab or link from the navbar?

admincp>settings>nav. manager and remove the check out of the map box.

hohleweg 10-03-2013 04:08 PM

Hallo
Hat einer ein deutsches Sprachpaket zu diese MemberMap,.
Danke.
Gruß Jo

ozzy47 10-03-2013 05:07 PM

Quote:

Originally Posted by hohleweg (Post 2449703)
Hallo
Hat einer ein deutsches Sprachpaket zu diese MemberMap,.
Danke.
Gru? Jo

Please keep all posts in English.

Ba'al 10-03-2013 10:05 PM

Quote:

Originally Posted by ozzy47 (Post 2449718)
Please keep all posts in English.

Quote:

Hello
Has one a German language pack to this Membermap.
Thank you.
Greeting Jo
lol

ozzy47 10-03-2013 10:16 PM

Yes I knew what it was, with google translate, but the posts still need to be in English. :)

Ba'al 10-03-2013 11:29 PM

Quote:

Originally Posted by ozzy47 (Post 2449796)
Yes I knew what it was, with google translate, but the posts still need to be in English. :)

lol easy to say after i posted it hahahaha

Ba'al 10-03-2013 11:32 PM

I used to use this Mod until one day it just stopped working, i tried everything to no avail so i switched to the DB version, its a little different and doesnt allow me to set my own blip images but its all good lol

Nelson58 10-10-2013 04:51 AM

Installed 4.2.2 and now it isn't working.

correction:

Reinstalled the plugin and now it is!

hohleweg 10-10-2013 06:06 PM

.. can i get a branding free version?
greetings jo

rotor 12-04-2013 12:57 AM

Any way to open a post in a thread instead of the Members Profile from the Info Box??

I'd love this to work like the XenForo Hotspots

rotor 12-07-2013 01:35 AM

Quote:

Originally Posted by rotor (Post 2465558)
Any way to open a post in a thread instead of the Members Profile from the Info Box??

I'd love this to work like the XenForo Hotspots


anyone???

soniceffect 12-12-2013 09:38 PM

Quote:

Originally Posted by rotor (Post 2465558)
Any way to open a post in a thread instead of the Members Profile from the Info Box??

I'd love this to work like the XenForo Hotspots

No plans to do any further work on this to be honest as I no longer use vbulletin.

rotor 12-13-2013 12:39 AM

Yep thx .....

I've got some one who is going to convert the XenoForo addon - any one interested in cost sharing??

K4GAP 01-05-2014 02:22 AM

What is the "dcMembermap.php~" file for? I've already installed the product and it's working fine without that file?

Bousquet 02-09-2014 08:38 PM

Very nice add-on, thank You :up:

s_cocis 03-15-2014 06:29 PM

...

SONOFSAM 03-19-2014 07:43 PM

I see in the template there was going to allow custom locations. Is that a possibility? Even if I have to hard code it into the php.

Run an airsoft forum. While it's good for members to see who is close, I would like to mark the airsoft fields as well with a different graphic. That way it is easier to spot on the map.

Disaster1 03-21-2014 03:18 PM

Quote:

Originally Posted by Sven Voet (Post 2409440)
Hi Sonic...
Installed and working on 4.20pl3. But...

When i have set my location, i can?t change it anymore. A click on "Change your location" did nothing...
Then there is no Popup, when i choose a Pin. And the Search by Username... Did nothing.

Is there a Mistake by myside?

Quote:

Originally Posted by wally07 (Post 2419723)
I'm having the exact same problem. Mind telling me what the solution was?

Thanks in advance.

edit:
nevermind, I uninstalled.

Disable the Addon vBulletin-Glossary/-Lexikon an you will be amazed how beautiful it works... ;)

Ameise 03-11-2015 01:36 PM

The same by me.

sylv1 03-13-2016 06:43 PM

i am in 4.2.3 and it works fine :)

great !


need it for VB5 now ;)

s_cocis 03-13-2016 07:15 PM

great

s_cocis 03-29-2016 05:25 PM

There is a version for vbulletin 3.8 ?

dariyos 03-31-2016 08:04 AM

is there a online statistic, too?

PabloAM 07-18-2016 02:37 PM

This mod works on VB 5??

Thanks!

nhawk 07-18-2016 03:18 PM

Quote:

Originally Posted by PabloAM (Post 2573392)
This mod works on VB 5??

Thanks!

No vB 4 add-on works with vB 5.


All times are GMT. The time now is 10:45 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01663 seconds
  • Memory Usage 1,823KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete