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
  #132  
Old 07-15-2012, 08:29 AM
BlueWolf_'s Avatar
BlueWolf_ BlueWolf_ is offline
 
Join Date: May 2012
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by qpurser View Post
Thanks for all your hard work.
Even in the Beta version this looks very promising.

Quick question:
Most of my users are from the Minnesota state and really would be nice to zoom into the Minnesota area instead of the World map when loading the page/map.
Can I change some coding in your script that would zoom right into it? If that would work where do I change this.

Thanks
Michael
Line 20 and 21 in clientscripts/dcMembermap.js. First is the lat/lng of the center point and the second is the zoom level (higher numbers means zooming in more). That's a good idea for the next version, making this configurable
Reply With Quote
4 благодарности(ей) от:
dsantana, Mr_Running, orangefive, ProFifaLeagues
  #133  
Old 07-15-2012, 09:03 AM
basilrath's Avatar
basilrath basilrath is offline
 
Join Date: Apr 2006
Posts: 741
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I will try this
Reply With Quote
  #134  
Old 07-15-2012, 09:42 AM
qpurser qpurser is offline
 
Join Date: Jul 2011
Posts: 275
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BlueWolf_ View Post
Line 20 and 21 in clientscripts/dcMembermap.js. First is the lat/lng of the center point and the second is the zoom level (higher numbers means zooming in more). That's a good idea for the next version, making this configurable
Thanks for your super quick reply. Worked like a charm.

PS.... Don't be as stupid as I am and rely on Google search....
Some pages give for a map of the USA the coordinates: 38,97.
If you do this you end up somewhere in Russia.
For locations in the US you need to put in: 38,-97 (use the minus in front of the 2nd coordinate)
Reply With Quote
  #135  
Old 07-15-2012, 10:24 AM
soniceffect's Avatar
soniceffect soniceffect is offline
 
Join Date: Feb 2005
Location: UK
Posts: 453
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bzcomputers View Post
Figured since the ideas were flying...

I run a travel website and I think adding the option of having Personal Maps for each member would be a great option. This would allow them to mark off all their past travel destinations. Just a thought.
This is actually not a bad idea and would probably fit our own site which is what we originally wrote it for. Will keep the thought in mind for sure.

Quote:
Originally Posted by Mr_Running View Post
Ha Funny... this is exactly what I was thinking. Please make it happen.

A link or the ability for the user to update their profile field would also be awesome. :up:

Edit: Also may be allow usergroups to input a message / about / details to be display in pop up.
Not sure what you mean about ability for user to update their profile field tbh. Please could you provide more detail. The usergroup info idea is something which will be possible in the next version as you will be able to add custom profile fields to it. This will mean you could add a field called "Map Info" and users could add detail to that.

Quote:
Originally Posted by dsantana View Post
Figured this out... Had root password protected because it's a test site...

But now when I set a location it doesn't save it.
Do you have a link to you site? Does it work on default skin?

Quote:
Originally Posted by betts02 View Post
OK, The avatar issue for me seems to be, If a user selects an avatar from the Pre-defined Generic Avatars then they do not show

However if a user has a custom avatar uploaded then it shows

Also would it be possible to add the location of a in the pop-up along with other useful data ?

And could it be implemented that the users can not pin the location if said location does not match the IP ?

Basically so a user from say the UK can not select they live anywhere else in the world ?

Cheers again
I will test the predefined avatar issue. This may well be a bug which needs fixing.

We will not be adding any geocoding to the system for a couple of reasons. Firstly if using google it would be a lot of requests and for busy sites that would certainly cause a problem, and secondly the other way of doing it is to add a geocoding database to the server which most cannot do. I want this to be able to be run by anyone regardless of their server.

The limitation on where a user can pin would actually cause more problems than its worth tbh. For example you may have a user who is using a proxy or accessing from another location. Anpther example Im on holiday and Im on the forum wanting to add my location to the new map. I cant do so because Im not in my own country.
Reply With Quote
  #136  
Old 07-15-2012, 12:39 PM
Mr_Running Mr_Running is offline
 
Join Date: May 2010
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by soniceffect View Post
Not sure what you mean about ability for user to update their profile field tbh. Please could you provide more detail. The usergroup info idea is something which will be possible in the next version as you will be able to add custom profile fields to it. This will mean you could add a field called "Map Info" and users could add detail to that.
In regards to the profile field: Allow user to update the profile within the member map area, rather than having the user go to their setting to update field.

The key thing would be to a least have a link from Member Map to the field to be updated.

The end result some sort of connection for the user between Member Map (Dartboard ) and the field id for easy editing by linking the two, creating a flow between the two parts.
Reply With Quote
  #137  
Old 07-15-2012, 12:56 PM
BlueWolf_'s Avatar
BlueWolf_ BlueWolf_ is offline
 
Join Date: May 2012
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by qpurser View Post
Thanks for your super quick reply. Worked like a charm.

PS.... Don't be as stupid as I am and rely on Google search....
Some pages give for a map of the USA the coordinates: 38,97.
If you do this you end up somewhere in Russia.
For locations in the US you need to put in: 38,-97 (use the minus in front of the 2nd coordinate)
No problem. Here's a tip for the future: Go to http://maps.google.com, right click on the location you want to center to and click 'What's here?'. The exact location will appear in the searchbox.
Reply With Quote
  #138  
Old 07-15-2012, 02:06 PM
orangefive orangefive is offline
 
Join Date: Nov 2009
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BlueWolf_ View Post
No problem. Here's a tip for the future: Go to http://maps.google.com, right click on the location you want to center to and click 'What's here?'. The exact location will appear in the searchbox.
Ace tip - done :up:
Reply With Quote
  #139  
Old 07-15-2012, 02:51 PM
basilrath's Avatar
basilrath basilrath is offline
 
Join Date: Apr 2006
Posts: 741
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well installed and working fine up to now ......... nice work
Reply With Quote
  #140  
Old 07-15-2012, 04:08 PM
migratoria migratoria is offline
 
Join Date: Oct 2011
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I do not see the markers on the map of who's online.
I have to set anything?
Reply With Quote
  #141  
Old 07-15-2012, 05:21 PM
orangefive orangefive is offline
 
Join Date: Nov 2009
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You need to copy the dcMembermap folder into your images > Styles > your custom template > misc if your using a custom template.
Reply With Quote
Благодарность от:
soniceffect
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 05:28 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05648 seconds
  • Memory Usage 2,370KB
  • Queries Executed 27 (?)
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
  • (9)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
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (9)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_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