The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBulletin-Membermap Details »» | ||||||||||||||||||||
vBulletin-Membermap - the membermap for your vBulletin - works with vBulletin 3.5.x and 3.6.x Click here to nominate vBulletin-Membermap for Modification of the Month Click Install to get a Mail when an update has been released! You can also send a donation if you like to. What is this AddOn: This AddOn is a membermap for vBulletin. We coded this AddOn in german and published it on vbhacks-germany.org first, here you will find a stable version in english now. Your users can add their location on the map... Have a look at it and check yourself. Here you will find a demo: http://www.hogwarts-forum.de/vbmembermap.php?langid=3 Most countries in europe are done by now, so if you want to use this AddOn and wish a special country, then let us know and we will upload it. Installation:: - Upload the files in the 'upload'-folder via FTP. - Chmod (0777) the following files: - /vbmembermap/data/vbmembermap_de.data - /vbmembermap/data/vbmembermap_eu.data - /vbmembermap/data/vbmembermap_at.data - /vbmembermap/data/vbmembermap_ch.data - /vbmembermap/maps/vbmembermap_de_1.png - /vbmembermap/maps/vbmembermap_eu_1.png - /vbmembermap/maps/vbmembermap_at_1.png - /vbmembermap/maps/vbmembermap_ch_1.png - /vbmembermap/clientscript/vbmembermap_popup.js - Chmod (0777) the following folder: - /vbmembermap/backup - Install the product-file 'vbmembermap-product.xml' in your AdminCP After your are done with that, follow this instructions: In AdminCP -> vBulletin-Membermap:
Maps currently available:
Have fun with it and: Donations are welcome! Supporters / CoAuthors Show Your Support
|
Comments |
#252
|
|||
|
|||
Great Job. Not a bit of problem to install. Clicked Installed and voted.
|
#253
|
|||
|
|||
Just asking about a Canadian map being included eventually! Appreciate the consider!
Thanks |
#254
|
||||
|
||||
Me too! Canada and the UK.... I'll be sure to send a donation for your time
Thanks! |
#255
|
|||
|
|||
Like the mod so installed.
Only thing is that (for an intended english plugin) not all phrases are translated in english. I get allot of German phrases. Also is it possible to have the text in the maps in more languages than german only? I use the NL and BE maps and it looks wierd when it says Niederlande and Belgien. Just make it universal english or make it in the language of the country map. |
#256
|
||||
|
||||
Quote:
Code:
// Entfernteste und dichteste User ermitteln $f = M_PI / 180; $r = 6370; if ($vbmembermap_benutzerdaten['longitude']) { $a_b = $vbmembermap_benutzerdaten['longitude'] * $f; $a_l = $vbmembermap_benutzerdaten['latitude'] * $f; $user_dist = $db->query ("SELECT * FROM " . TABLE_PREFIX . "vbmembermap_user WHERE userid != '" . $db->escape_string($vbulletin->userinfo['userid']) . "'"); $a = 0; while ($row = $db->fetch_array ($user_dist)) { $b_b = $row['longitude'] * $f; $b_l = $row['latitude'] * $f; $entfernung = round (acos (sin ($b_l) * sin ($a_l) + cos ($b_l) * cos ($a_l) * cos ($b_b - $a_b)) * $r, 2); if (($entfernung < $usermin[1]) || (!$a)) { $usermin[0] = "<a href=\"member.php?u=" . $row['userid'] . "\">" . $row['username'] . "</a> (" . $entfernung . " km)"; $usermin[1] = $entfernung; } if (($entfernung > $usermax[1]) || (!$a)) { $usermax[0] = "<a href=\"member.php?u=" . $row['userid'] . "\">" . $row['username'] . "</a> (" . $entfernung . " km)"; $usermax[1] = $entfernung; } $a = 1; } $showusernear = $vbphrase['statistik_vbmembermap_showusernear'] . $usermin[0]; $showuserfar = $vbphrase['statistik_vbmembermap_showuserfar'] . $usermax[0]; } else { $showusernear = $vbphrase['statistik_vbmembermap_showusernear'] . "none"; $showuserfar = $vbphrase['statistik_vbmembermap_showuserfar'] . "none"; } } Now to fix it to work for miles.. lol Maybe someone knows how to?? |
#257
|
|||
|
|||
Quote:
Right now I'm getting... Code:
vBulletin Message The file properties for read/write are not correct. Please inform the administrator! Edit: I found out my FTP client wasn't saving the permissions; Fixed it by just using old command line ftp... |
#258
|
|||
|
|||
Quote:
rotor |
#259
|
|||
|
|||
I have done all the thing abow to install but i cant find the dots in the map and the link dosent shows in the navbar
http://www.saltvattensguiden.se/forumet/vbmembermap.php What have i missed |
#260
|
|||
|
|||
I don't want to be a pain in the @rse but ..... does anyone have any idea when any more maps will become available? It seems there are plenty of EU maps but not others ....
I know people are chasing - Canada, United Kingdom, China, India, Africa, New Zealand ..... the list goes on .... and I'd like a few of these also ...... I'm not impatient .... but there hasn't been any progress in maps for quite a while now - this mod hasn't died has it? rotor |
#261
|
|||
|
|||
Is it possible to have diffrent flags for diffrent usergroups?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|