The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
DamnComp - MemberMap Details »» | |||||||||||||||||||||||||||||||||||||
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 |
#102
|
|||
|
|||
Code:
//Check to see if user already has a marker $dc_markercheck = $vbulletin->db->query_read_slave(" SELECT userid FROM dc_membermap WHERE userid = ".$vbulletin->userinfo['userid'] ); Also the code below has disappeared from dcMembermap.php Beta 2 Code:
//Get avatar for current user $dc_currentuser = $vbulletin->db->query_first(" SELECT U.username as username, U.userid as userid, IF(displaygroupid=0, usergroupid, displaygroupid) AS displaygroupid, U.avatarrevision, AV.avatarpath, NOT ISNULL(CAV.userid) AS hascustomavatar, CAV.dateline AS avatardateline, CAV.width AS avwidth, CAV.height AS avheight, U.lastactivity FROM " . TABLE_PREFIX . "user AS U LEFT JOIN " . TABLE_PREFIX . "avatar AS AV ON (AV.avatarid = U.avatarid) LEFT JOIN " . TABLE_PREFIX . "customavatar AS CAV ON (CAV.userid = U.userid) WHERE U.userid = ".$vbulletin->userinfo['userid']); if ($vbulletin->options['usefileavatar']) { $dc_avimagecurrent = $vbulletin->options['avatarurl'] . "/avatar{$dc_currentuser[userid]}_{$dc_currentuser['avatarrevision']}.gif"; } else { $dc_avimagecurrent = $vbulletin->options['bburl'] . "/image.php?u=$dc_currentuser[userid]&dateline=$dc_currentuser[avdateline]"; } require_once(DIR . '/includes/functions_user.php'); $dc_htmlusercurrent = fetch_musername($dc_currentuser); if ($db->num_rows($dc_markercheck)) {$dc_hasmarker = true;}else{$dc_hasmarker = false;} $viewablegroups = unserialize($vbulletin->options['DC_membermap_visible']); $editgroups = unserialize($vbulletin->options['DC_membermap_canedit']); $dc_canedit = is_member_of($vbulletin->userinfo,$viewablegroups); Can I request you include the release version in dcMembermap.php ie beta 1 to avoid any confusion. Regards Gareth |
#103
|
||||
|
||||
And Jos (BlueWolf_) who is the co-developer Fantastic. Will get a fwe release package based on that
|
#104
|
||||
|
||||
Quote:
Quote:
The issue with 2 pins, can I ask do you have the same problem on your default skin? I have a problem I am tryin to solve with custom skins which is why I ask |
#105
|
||||
|
||||
If istalla the table are dc_membermap but my vbulletin are the prefix vb_
|
#106
|
||||
|
||||
Quote:
Could you test it maybe making the default theme you use to a fixed theme? |
#107
|
||||
|
||||
Have tested with that m8, and the only issue there would ever be is if the theme is too small to fit the map, in which case the map width would need changing in the css file for your skin.
BTW, its a smaller screen that the issue would be seen on, not a larger one. As said before if you are willing to give me details to see what you are seeing I am more than willing to take a look for you. |
#108
|
||||
|
||||
Quote:
https://vborg.vbsupport.ru/showpost....4&postcount=99 |
#109
|
||||
|
||||
This is what I see when I look at it... See the gap on the R/S?
|
#110
|
||||
|
||||
AHHH NOW I see ...... bare with me will see what we can see
|
#111
|
||||
|
||||
Quote:
find Code:
<body style="margin:0px; border:0px; padding:0px;"> Code:
<body> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|