![]() |
Updated to the beta and Avatars Work A1 now thank you!
Upgrade was pain-free and easy too which is always nice |
good work, but i get this message.
Quote:
|
I ran the sql
now getting Quote:
SELECT userid FROM dc_membermap WHERE userid = ".$vbulletin->userinfo['userid'] This works: SELECT userid FROM vb_dc_membermap WHERE userid = ".$vbulletin->userinfo['userid'] The map appears fine. It might be nice to have the map import users location from their profiiles. Just a thought cheers Gareth |
Installed the latest version. Works perfectly. Thank you :)
|
Quote:
#1. It'll have to use Google's geo search function to mass convert all this data. They put restrictions on how many times per day (and how fast) you can do that. You'll quickly get yourself blocked if you do 8k* queries right after each other to get all the data. * Depending on the size of the member base of course. #2. Like soniceffect stated above, some cities are interpreted wrongly as they exist in multiple countries. There's a fairly big chance members will be put in the US while they actually live in the UK for example. Lots of people neglect to define their location properly. |
Quote:
http://www.tartaportal.it/dcMembermap.php http://www.tuttoserpenti.it/dcMembermap.php |
avatars now working nice one!!
|
Quote:
Quote:
Quote:
[sql] CREATE TABLE IF NOT EXISTS `vb_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`)) [/sql] Quote:
[sql] 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`)) [/sql] |
affffffffffffffffffff
|
You deserve a medal pal. Best supported beta ive ever used.
|
All times are GMT. The time now is 12:46 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|