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 |
#212
|
||||
|
||||
These are things coming on the next feature release
|
#213
|
||||
|
||||
just a thing id change ...... the copyright css jelsoft maybe align left it looks neater
lovely mod |
#214
|
|||
|
|||
OOooh any way we can have custom ones from an admin, ie, our ussual meet points for a ride
|
#215
|
||||
|
||||
Quote:
Thats something we have in mind. Actually for the same reason your after it funny enough. For meets |
#216
|
|||
|
|||
Ace - could we have different pins for that - I can change colour/image then
|
#217
|
||||
|
||||
Of course,,,, and more :P
|
#218
|
|||
|
|||
Quote:
Thanks, |
#219
|
||||
|
||||
Great mod but I think I'll wait awhile.
I did test briefly and noticed TABLE_PREFIX missing in the $dc_markercheck query of dcMembermap.php Adjusting query fixed SQL error. Awesome work. EDIT: latest version 1.0.1 Double Edit: One great feature would be the ability to set a default location and zoom level for the map in the settings. In my case, I wanted the map to default to a U.S. location so I added my own longitude, latitude, and zoom level to the javascript. For anyone wishing the same, you can edit the function initMap() in /clientscript/dcMembermap.js to add your own default overview. google.maps.LatLng(LATITUDE, LONGITUDE), ZOOM_LEVEL Example: Code:
function initMap() { // Parse through the given points and show the map mapoverview = [ new google.maps.LatLng(37.0625, -95.677068), 4 ]; |
#220
|
|||
|
|||
I did a little edit to add a Legend... Created icon that are 20px x 20 px
Edited the dcMembermap template Copyright line... Code:
<div class="copyright"> Image Legend: My location =<img src="/images/misc/dcMembermap/mypointlegend.png" alt="My Point"/> , Online Member =<img src="/images/misc/dcMembermap/pointonlinelegend.png" alt="Online Member"/> , Member Location =<img src="/images/misc/dcMembermap/pointlegend.png" alt="Member Location "/> Copyright © <a href="https://vborg.vbsupport.ru/member.php?u=76889" target="_blank">Marc Stridgen</a> / <a href="https://vborg.vbsupport.ru/member.php?u=477751" target="_blank">Jos Ratsma</a> 2012 </div> Used some new pointers too... |
#221
|
||||
|
||||
Quote:
Quote:
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|