The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||||||||||||
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 |
#122
|
|||
|
|||
![]()
Warning: getimagesize(http://www.XXXXXXXXXXXXXXX.com/image...&dateline=) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.1 401 Authorization Required in [path]/includes/class_bootstrap.php(430) : eval()'d code on line 103
What did I do wrong? |
#123
|
|||
|
|||
![]() Quote:
![]() 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. |
#124
|
|||
|
|||
![]() Quote:
But now when I set a location it doesn't save it. |
#125
|
||||
|
||||
![]()
This looks like a fantastic mod however i am running vb4.1.11 with a custom skin and some custom mods that would require too much work and £££ just to upgrade as i am limited to my coding skills
Has anyone tested this below vb4.2.0 and got it working ? I see someone posted they did but without the navbar link which is easy to add so i may try it. Will report back and let you all know Cheers |
#126
|
|||
|
|||
![]()
Just do it on a test instance first pal if you have one.
|
#127
|
||||
|
||||
![]()
Installed
Tagged Nominated Can confirm it works on vb4.1.11 BUT i had to execute a SQL Query as previously stated: Code:
CREATE TABLE IF NOT EXISTS `dc_membermap` ( `markerid` int(11) NOT NULL AUTO_INCREMENT, `userid` int(11) NOT NULL, `desc` text, `lat` float(10,6) NOT NULL, `lon` float(10,6) NOT NULL, PRIMARY KEY (`markerid`), UNIQUE KEY `idx_user` (`userid`)) |
#128
|
||||
|
||||
![]()
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 |
#129
|
||||
|
||||
![]()
I am getting the following database error when going to the Member map:
Database error in vBulletin 4.2.0: Invalid SQL: SELECT userid FROM dc_membermap WHERE userid = 3; MySQL Error : Table 'thebull_CreativX.dc_membermap' doesn't exist Error Number : 1146 Request Date : Sunday, July 15th 2012 @ 05:14:23 AM Error Date : Sunday, July 15th 2012 @ 05:14:23 AM Script : http://creativx.net/forums/dcMembermap.php Referrer : http://creativx.net/forums/members/t...l?tab=usertags IP Address : ********** Username : TheBull Classname : vB_Database MySQL Version : 5.1.63-cll Please help. Thanks. EDIT: OK, I got it working by running the previous mentioned query. But for some reason, it will not let me save my location. It just keeps saying 'Your location has not been set' does not matter how many times I save it. |
#130
|
||||
|
||||
![]()
Flawless Victory.
Works great - thanks for the fix! |
#131
|
|||
|
|||
![]()
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 |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|