The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
DamnComp - MemberMap Details »» | |||||||||||||||||||||||||||||||||||||
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
Screenshots
Supporters / CoAuthors Show Your Support
|
4 благодарности(ей) от: | ||
Beckenbauer, K4GAP, NoMatt3r, tekram |
Comments |
#452
|
|||
|
|||
Quote:
Thanks in advance. edit: nevermind, I uninstalled. |
#453
|
|||
|
|||
How can I remove the navigation tab or link from the navbar?
|
#454
|
|||
|
|||
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.
|
#455
|
|||
|
|||
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"); 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 |
Благодарность от: | ||
#456
|
|||
|
|||
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> Code:
<script src="{vb:raw vboptions.bburl}/clientscript/markerclusterer_compiled.js" type="text/javascript"> * 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; } } Code:
// clustering markers options var mcOptions = {gridSize: 50, maxZoom: 15}; var markerCluster = new MarkerClusterer(map, markers, mcOptions); * Search for Code:
function addMarker(point) { Code:
// clustering markers markers.push(point.marker); Of course, can be still improved ... especially using ajax to load the markers (other step) ;-) Cheers |
#458
|
||||
|
||||
Hallo
Hat einer ein deutsches Sprachpaket zu diese MemberMap,. Danke. Gruß Jo |
#459
|
||||
|
||||
Please keep all posts in English.
|
#460
|
||||
|
||||
Quote:
|
#461
|
||||
|
||||
Yes I knew what it was, with google translate, but the posts still need to be in English.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|