I ran the sql
now getting
Quote:
Invalid SQL:
SELECT userid FROM dc_membermap WHERE userid = 1;
|
This appears to be related to table prefix I add to the sql statement.
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