Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
DamnComp - MemberMap Details »»
DamnComp - MemberMap
Version: 1.0.4b, by soniceffect soniceffect is offline
Developer Last Online: Feb 2019 Show Printable Version Email this Page

Category: Major Additions - Version: 4.2.0 Rating:
Released: 07-11-2012 Last Update: 07-29-2012 Installs: 203
DB Changes Uses Plugins Auto-Templates
Re-useable Code Additional Files Translations  
No support by the author.

ABOUT
After moving over from xenforo the one thing I was missing on my forum was a membermap. This is a map where your users can pin their location so that others can see where people are. This modification does just this.


FEATURES
Admin Settings:

Enable Membermap - Globally switches membermap and associated tabs off
Allowed Usergroups - Which usergroups can see the membermap
Can Edit - Which usergroups can add/edit markers on the map



User Functions

Add/Edit marker by drag drop on map
Add/Edit marker by searching for location by text
Online users show different colour
Popup bubble on markers with avatar and profile link
Live user search

INSTALL

Upload all files in the upload folder to your forum directory leaving their structure intact, then import the product file. If you are using a custom skin, please ensure you also add the dcmembermap image folder to your own misc directory within images

PLEASE NOTE THIS MODIFICATION IS IN BETA STAGE. SUPPORT WILL BE GIVEN ONLY TO THOSE WHO SPECIFY INSTALLED.

Changelog:
13 July 2012 - Updated failed installer
14 July 2012 - Beta 1.1 Release. Fixes missing avatars and removed unused column from database which may be causing installation issues.
14 July 2012 - Beta 2 Released. Infomation box has now been replaced so that css can be edited if required. Prefix added to install code to fix issues with install. Various other minor fixes.
15 July 2012 - Beta 3 Released - Installer prexif code amended. Who's online now fixed to show members online within map area. Avatars set from admin set avatars now working. Various other minor fixes.
17 July 2012 - 1.0.0 final Released - Final phrases added so the product is now fully phrased.
18 July 2012 - 1.0.1 Released - Phrase added for breadcrumb text, support for umlauts and other utf8 characters.
20 July 2012 - 1.0.2 Released - All phrases now utf encoded for foreign language support, avatar creation changed to reduce query and remove problems, missing table prefix added, new settings added for default longitude/latitude/zoom level.
29 July 2012 - 1.0.3 Released - Security update
29 July 2012 - 1.0.4 Released - Fixed what I previously broke due to being half asleep. That will teach me!
30 July 2012 - 1.0.4b Released - Quick fix for markers not updating correctly.

Download Now

File Type: zip dc_membermap1.0.4b.zip (22.7 KB, 841 views)

Screenshots

File Type: jpg Selection_001.jpg (79.9 KB, 0 views)
File Type: jpg Selection_002.jpg (73.3 KB, 0 views)
File Type: jpg Selection_003.jpg (73.6 KB, 0 views)
File Type: jpg Selection_004.jpg (50.9 KB, 0 views)
File Type: png Selection_005.png (51.1 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
4 благодарности(ей) от:
Beckenbauer, K4GAP, NoMatt3r, tekram

Comments
  #452  
Old 05-03-2013, 03:27 AM
wally07 wally07 is offline
 
Join Date: Sep 2010
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by swiss-yeti View Post
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.
Reply With Quote
  #453  
Old 06-04-2013, 12:54 PM
EBZ2010 EBZ2010 is offline
 
Join Date: Apr 2011
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I remove the navigation tab or link from the navbar?
Reply With Quote
  #454  
Old 06-12-2013, 12:51 PM
EBZ2010 EBZ2010 is offline
 
Join Date: Apr 2011
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #455  
Old 06-16-2013, 06:22 AM
vb_nils vb_nils is offline
 
Join Date: May 2012
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Благодарность от:
  #456  
Old 06-16-2013, 06:53 PM
vb_nils vb_nils is offline
 
Join Date: May 2012
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.


* 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
Reply With Quote
  #457  
Old 06-18-2013, 04:18 AM
Ba'al's Avatar
Ba'al Ba'al is offline
 
Join Date: Oct 2010
Posts: 283
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by EBZ2010 View Post
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.
Reply With Quote
Благодарность от:
tbworld
  #458  
Old 10-03-2013, 04:08 PM
hohleweg's Avatar
hohleweg hohleweg is offline
 
Join Date: Oct 2005
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hallo
Hat einer ein deutsches Sprachpaket zu diese MemberMap,.
Danke.
Gruß Jo
Reply With Quote
  #459  
Old 10-03-2013, 05:07 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hohleweg View Post
Hallo
Hat einer ein deutsches Sprachpaket zu diese MemberMap,.
Danke.
Gru? Jo
Please keep all posts in English.
Reply With Quote
  #460  
Old 10-03-2013, 10:05 PM
Ba'al's Avatar
Ba'al Ba'al is offline
 
Join Date: Oct 2010
Posts: 283
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ozzy47 View Post
Please keep all posts in English.
Quote:
Hello
Has one a German language pack to this Membermap.
Thank you.
Greeting Jo
lol
Reply With Quote
  #461  
Old 10-03-2013, 10:16 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:18 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.05678 seconds
  • Memory Usage 2,366KB
  • Queries Executed 29 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (7)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (6)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete