vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - DamnComp - MemberMap (https://vborg.vbsupport.ru/showthread.php?t=285479)

soniceffect 07-30-2012 09:47 PM

Quote:

Originally Posted by AURFSCAN (Post 2352885)
applied the update and still no go on 4.1.12 anyone confirm this working on pre 4.2?

No go in what area m8?

AURFSCAN 07-30-2012 10:17 PM

Just wont save location.. click 'save location' nothing happens.

all other buttons work just save location

tested on all browsers.. same

DannyV 07-31-2012 07:07 AM

I noticed that the box that shows the avatar does not always extend to reflect the avatar size.
Seems to be mostly with avatars that contain transparency.

scottct1 07-31-2012 01:24 PM

Updated and still not saving the location.

It was working before. :(

DannyV 07-31-2012 01:26 PM

Quote:

Originally Posted by DannyV (Post 2352973)
I noticed that the box that shows the avatar does not always extend to reflect the avatar size.
Seems to be mostly with avatars that contain transparency.

Ignore. error on my end :)

soniceffect 07-31-2012 05:57 PM

Quote:

Originally Posted by scottct1 (Post 2353041)
Updated and still not saving the location.

It was working before. :(

Would reupload the dcMembermap_update.php file to your forum root m8

micza 08-01-2012 05:07 PM

1 Attachment(s)
All works fine, apart from that little problem. I can`t choose any usergroups...

For further updates it would be nice to have a integration in the userprofile and it will be nice for the user, to have not so big markers if you see the whole map. now it's like a blue-bubble-world ;)

anyway: very nice mod :up:

soniceffect 08-02-2012 09:41 AM

Quote:

Originally Posted by micza (Post 2353392)
All works fine, apart from that little problem. I can`t choose any usergroups...

For further updates it would be nice to have a integration in the userprofile and it will be nice for the user, to have not so big markers if you see the whole map. now it's like a blue-bubble-world ;)

anyway: very nice mod :up:

Thats quite at odd one. If Im honest I would probably try reinstalling as something has gone oddly wrong there.

You can change the markers to whatever you wish, just change the images :) . We are working on integration with profiles at the moment so this is something you will see in future versions :)

FNG 08-02-2012 01:39 PM

This is an excellent way for me to keep track of club member locations and determine club meeting locations that are centralized.... now 1 member isn't traveling 10 minutes and another traveling 50... thanks!

soniceffect 08-02-2012 02:08 PM

Quote:

Originally Posted by FNG (Post 2353663)
This is an excellent way for me to keep track of club member locations and determine club meeting locations that are centralized.... now 1 member isn't traveling 10 minutes and another traveling 50... thanks!

Glad you like... Hope you vote for us on this months MOTM poll ;)

FNG 08-02-2012 03:00 PM

Quote:

Originally Posted by soniceffect (Post 2353681)
Glad you like... Hope you vote for us on this months MOTM poll ;)

I tried several times...
"FNG, you do not have permission to access this page."

I will continue to try.

soniceffect 08-02-2012 04:00 PM

Quote:

Originally Posted by FNG (Post 2353698)
I tried several times...
"FNG, you do not have permission to access this page."

I will continue to try.

Its the actual poll you can vote on now by clicling home then looking on sidebar in the left :-)

micza 08-02-2012 07:30 PM

Quote:

Originally Posted by soniceffect (Post 2353595)
Thats quite at odd one. If Im honest I would probably try reinstalling as something has gone oddly wrong there.

Thanks for your advice. Unfortunately nothing happens. It's still the same problem. Thank you for your private message!

soniceffect 08-02-2012 07:46 PM

Quote:

Originally Posted by micza (Post 2353781)
Thanks for your advice. Unfortunately nothing happens. It's still the same problem. Thank you for your private message!

No problem at all m8. Honestly not sure what could be wrong in your case if Im completely honest. Im at a bit of a loss. The only suggestion I can make is if you provide me with the relevant access I can have a look for you and see if I can get it up and running.

AURFSCAN 08-02-2012 08:15 PM

so... 400+ downloads all installed on 4.2

anyone verify this mod working on 4.1.**

thx

soniceffect 08-02-2012 08:30 PM

Quote:

Originally Posted by AURFSCAN (Post 2353802)
so... 400+ downloads all installed on 4.2

anyone verify this mod working on 4.1.**

thx

So far as I know, 1 guy managed to get it working on his site. Although not tested it myself.

scottct1 08-03-2012 12:27 PM

Went and deleted all the files I uploaded and then uploaded the latest version again now all is working. I can only guess that a file was skipped when uploading last time..

Working fine now!

soniceffect 08-03-2012 02:18 PM

Quote:

Originally Posted by scottct1 (Post 2354014)
Went and deleted all the files I uploaded and then uploaded the latest version again now all is working. I can only guess that a file was skipped when uploading last time..

Working fine now!


Nice one Scott :) Good to see you got it working. Be sure to vote for MOTM if you like the product :D

BadgerDog 08-07-2012 03:06 PM

Quote:

Originally Posted by AURFSCAN (Post 2353802)
s
anyone verify this mod working on 4.1.**

thx

Doesn't work .... ;)

Regards,
Doug

tele955848 08-08-2012 07:09 PM

Quote:

Originally Posted by soniceffect (Post 2347423)
This one will work. Updating main package in a min

EDIT: Main package now updated also. If you have already installed, please uninstall the product and reinstall with the latest one. The old one wasnt creating tables correctly. Sorry guys

Please ensure you click on INSTALL if you add :)


Bei mir auch???
Datenbankfehler in vBulletin 4.1.10:

Invalid SQL:

SELECT U.username as username,
U.userid as userid,
MM.lat as lat,
MM.lon as lon,
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 1sta_dc_membermap AS MM
LEFT JOIN 1sta_user AS U ON U.userid = MM.userid
LEFT JOIN 1sta_avatar AS AV ON (AV.avatarid = U.avatarid)
LEFT JOIN 1sta_customavatar AS CAV ON (CAV.userid = U.userid);

MySQL-Fehler : Table 'd0122f91.1sta_dc_membermap' doesn't exist
Fehler-Nr. : 1146
Fehler-Zeit : Wednesday, 08.08.2012 @ 22:06:51
Datum : Wednesday, 08.08.2012 @ 22:06:51
Skript : http://www.1alxxxxxxxxx/dcMembermap.php
Referrer :
IP-Adresse : 188.193.76.197
Benutzername : Admin
Klassenname : vB_Database
MySQL-Version : 5.1.63-nmm1-log

soniceffect 08-09-2012 10:27 PM

Quote:

Originally Posted by tele955848 (Post 2355635)
Bei mir auch???
Datenbankfehler in vBulletin 4.1.10:

Invalid SQL:

SELECT U.username as username,
U.userid as userid,
MM.lat as lat,
MM.lon as lon,
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 1sta_dc_membermap AS MM
LEFT JOIN 1sta_user AS U ON U.userid = MM.userid
LEFT JOIN 1sta_avatar AS AV ON (AV.avatarid = U.avatarid)
LEFT JOIN 1sta_customavatar AS CAV ON (CAV.userid = U.userid);

MySQL-Fehler : Table 'd0122f91.1sta_dc_membermap' doesn't exist
Fehler-Nr. : 1146
Fehler-Zeit : Wednesday, 08.08.2012 @ 22:06:51
Datum : Wednesday, 08.08.2012 @ 22:06:51
Skript : http://www.1alxxxxxxxxx/dcMembermap.php
Referrer :
IP-Adresse : 188.193.76.197
Benutzername : Admin
Klassenname : vB_Database
MySQL-Version : 5.1.63-nmm1-log

Sorry I only speak English. From the message you have posted though it looks like the product has not been installed correctly.

Beckenbauer 08-13-2012 04:03 PM

Why have the user with "invisible mode on" also green pins?

FNG 08-14-2012 06:07 PM

Quick question: what do I need to change / add to my custom forum style to allow the pins to appear properly?

Everything functions normally and is completely viewable when using the default style, yet no pins appear when I switch to a different one.

UPDATE FIXED (because I can read):
Quote:

If you are using a custom skin, please ensure you also add the dcmembermap image folder to your own misc directory within images

soniceffect 08-15-2012 09:45 AM

Quote:

Originally Posted by Beckenbauer (Post 2356662)
Why have the user with "invisible mode on" also green pins?

AFAIK they should not be visible as online at all if they have set their status to invisible.


Quote:

Originally Posted by FNG (Post 2356944)
Quick question: what do I need to change / add to my custom forum style to allow the pins to appear properly?

Everything functions normally and is completely viewable when using the default style, yet no pins appear when I switch to a different one.

UPDATE FIXED (because I can read):

You will need to add the dcMembermap folder with the pins in it to your styles Misc directory. You should then be able to see everything correctly

malinghi 08-17-2012 12:37 AM

Great mod, thanks a lot! I was wondering, my forum features regions that different members are grouped into, and I'd love to add the borders of those regions to the member map. Is there a way for me to add lines or borders to the map with KML or something?

BANDiT600 08-17-2012 10:19 AM

Nice mod, but where is the link to the membermap???

Beckenbauer 08-18-2012 01:43 PM

Quote:

Originally Posted by soniceffect (Post 2357094)
AFAIK they should not be visible as online at all if they have set their status to invisible.

Sorry, but doesn't works.
I'm always invisible, but the other users can see my green point.

Beckenbauer 08-18-2012 01:46 PM

Is it possible to open a new window by clicking on the user name?

tele955848 08-18-2012 06:23 PM

Datenbankfehler in vBulletin 4.1.10:

Invalid SQL:

SELECT U.username as username,
U.userid as userid,
MM.lat as lat,
MM.lon as lon,
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 1sta_dc_membermap AS MM
LEFT JOIN 1sta_user AS U ON U.userid = MM.userid
LEFT JOIN 1sta_avatar AS AV ON (AV.avatarid = U.avatarid)
LEFT JOIN 1sta_customavatar AS CAV ON (CAV.userid = U.userid);

MySQL-Fehler : Table 'd0122f91.1sta_dc_membermap' doesn't exist
Fehler-Nr. : 1146
Fehler-Zeit : Saturday, 18.08.2012 @ 21:23:03
Datum : Saturday, 18.08.2012 @ 21:23:03

CoZmicShReddeR 08-18-2012 08:49 PM

Quote:

Originally Posted by tele955848 (Post 2357969)
Datenbankfehler in vBulletin 4.1.10:

Invalid SQL:

SELECT U.username as username,
U.userid as userid,
MM.lat as lat,
MM.lon as lon,
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 1sta_dc_membermap AS MM
LEFT JOIN 1sta_user AS U ON U.userid = MM.userid
LEFT JOIN 1sta_avatar AS AV ON (AV.avatarid = U.avatarid)
LEFT JOIN 1sta_customavatar AS CAV ON (CAV.userid = U.userid);

MySQL-Fehler : Table 'd0122f91.1sta_dc_membermap' doesn't exist
Fehler-Nr. : 1146
Fehler-Zeit : Saturday, 18.08.2012 @ 21:23:03
Datum : Saturday, 18.08.2012 @ 21:23:03

I am guessing that it's not meant for vBulletin 4.1.10 it's for vB Version: 4.2.0 or higher... But then I don't think it matters that much for what this product does?

Just saying as I had no issues installing it on Vbulletin 4.20

thecore762 08-18-2012 09:44 PM

More people should mark this installed. This is a crime 95 installs and 480 dl's.

voglermc 08-19-2012 01:22 AM

I want to center in on the US, is there an easy way?

qpurser 08-19-2012 02:15 AM

Quote:

Originally Posted by voglermc (Post 2358057)
I want to center in on the US, is there an easy way?

Go to Google maps.
On top in the search box just put: USA
Then right mouse click somewhere in the middle and select "What's here"
An arrow will show up on the map where you did your right mouse click.
When you hoover over it it will give you the coordinates. Put those in the settings from the membermap mod here.
You might have to play a bit with the zoom level in the settings to get the result you want

tele955848 08-19-2012 06:20 AM

Quote:

Originally Posted by CoZmicShReddeR (Post 2358005)
I am guessing that it's not meant for vBulletin 4.1.10 it's for vB Version: 4.2.0 or higher... But then I don't think it matters that much for what this product does?

Just saying as I had no issues installing it on Vbulletin 4.20

Thx

It's a pity that it is only 4.2

tele955848 08-19-2012 06:21 AM

Quote:

Originally Posted by thecore762 (Post 2358011)
More people should mark this installed. This is a crime 95 installs and 480 dl's.


I've even thought of.
almost seems to be no mod
thumbs down

voglermc 08-19-2012 11:33 AM

Quote:

Originally Posted by qpurser (Post 2358066)
Go to Google maps.
On top in the search box just put: USA
Then right mouse click somewhere in the middle and select "What's here"
An arrow will show up on the map where you did your right mouse click.
When you hoover over it it will give you the coordinates. Put those in the settings from the membermap mod here.
You might have to play a bit with the zoom level in the settings to get the result you want

Thanks!

BadgerDog 08-20-2012 12:02 PM

Quote:

Originally Posted by thecore762 (Post 2358011)
More people should mark this installed. This is a crime 95 installs and 480 dl's.

I suspect a lot of people were trying it on vBulletin 4.x versions prior to 4.2, just to see if it would work. We did that on our 4.1.3, but it never shows the map, so we un-installed it and have been waiting for a 4.x version to download and try.

Regards,
Doug

soniceffect 08-20-2012 12:03 PM

Quote:

Originally Posted by BANDiT600 (Post 2357616)
Nice mod, but where is the link to the membermap???

In the navigation bar is where it should be. Are you running 4.2?

Quote:

Originally Posted by Beckenbauer (Post 2357916)
Sorry, but doesn't works.
I'm always invisible, but the other users can see my green point.

Very odd, will take alook into that cheers for letting me know

Quote:

Originally Posted by Beckenbauer (Post 2357918)
Is it possible to open a new window by clicking on the user name?

Take a look in clientscript/dcMembermap.js around line 133 ;) I believe this will help you out :)

soniceffect 08-20-2012 12:30 PM

Quote:

Originally Posted by BadgerDog (Post 2358431)
I suspect a lot of people were trying it on vBulletin 4.x versions prior to 4.2, just to see if it would work. We did that on our 4.1.3, but it never shows the map, so we un-installed it and have been waiting for a 4.x version to download and try.

Regards,
Doug

Actually I dont think its a bad ratio anyways... Assuming a download is literally every download and there have been a few fix releases and betas then people will have downloaded on more than one occasion. Not to mention the people who have downloaded it to add to warez sites :rolleyes:

doctorsexy 08-20-2012 01:14 PM

Installed...thankyou...:up::D


All times are GMT. The time now is 10:08 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
  • Page Generation 0.01757 seconds
  • Memory Usage 1,849KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (28)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete