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)

K4GAP 07-21-2012 08:57 PM

Quote:

Originally Posted by Beckenbauer (Post 2350218)
After opening the Member Map. Can't se the map, only white screen with this message.

Same here, nothing shows.
Uninstalled

thecore762 07-21-2012 10:59 PM

Clear your forum cache if you are getting a blank screen.
If you run vBOptimise, clear cache.

soniceffect 07-21-2012 11:16 PM

Quote:

Originally Posted by GaryT (Post 2350253)
Same here, nothing shows.
Uninstalled

Nothing shows, or you get that error?

soniceffect 07-21-2012 11:40 PM

Quote:

Originally Posted by Beckenbauer (Post 2350218)
After opening the Member Map. Can't se the map, only white screen with this message.

Within the Membermap Main plugin

find
PHP Code:

    $avimagecurrentget fetch_avatar_url($vbulletin->userinfo['userid']); 

Add above it

PHP Code:

        require_once('./includes/functions_user.php'); 

Let me know if that works. Please note I had to CTRL+F5 on my browser to pick up the changes for some reason.

Beckenbauer 07-22-2012 12:00 AM

Quote:

Originally Posted by soniceffect (Post 2350275)
Nothing shows, or you get that error?

Now It works, but I can't see the map.

soniceffect 07-22-2012 12:03 AM

Quote:

Originally Posted by Beckenbauer (Post 2350283)
Now It works, but I can't see the map.

As I said, I need to ctrl + F5 on my browser in order to get it to show after Id had that error for some reason. You may need to do the same.

If you have the window where the map would be, check the longitude and latitude settings in the options.

EDIT: Thats not the issue in your case. Could you check your server error log and let me know what errors you are getting? You should def not be having that problem

Beckenbauer 07-22-2012 12:14 AM

Yes, I pressed crtl + F5, also I cleaned the cache.

I don't habe a webserver. Only a managed virtual server.

thecore762 07-22-2012 12:29 AM

Quote:

Originally Posted by GaryT (Post 2350253)
Same here, nothing shows.
Uninstalled

Did you read my reply?
Clear your forum cache or clear vBOptimise cache.
I was getting the same error, but after clearing the forum cache everything is working fine.

thecore762 07-22-2012 12:29 AM

Quote:

Originally Posted by Beckenbauer (Post 2350289)
Yes, I pressed crtl + F5, also I cleaned the cache.

I don't habe a webserver. Only a managed virtual server.

A website link would be useful.
Do you use Xcache/Varnish Cache or vBOptimise?

Beckenbauer 07-22-2012 12:40 AM

Now, it works.

On, my testserver it doesn't works.

Thx, all!

thecore762 07-22-2012 12:53 AM

Quote:

Originally Posted by Beckenbauer (Post 2350296)
Now, it works.

On, my testserver it doesn't works.

Thx, all!

Does your test server use some type of caching system?
Anyways, glad everything is working out for you!

Beckenbauer 07-22-2012 12:56 AM

Quote:

Originally Posted by thecore762 (Post 2350301)
Does your test server use some type of caching system?
Anyways, glad everything is working out for you!

The test server works without caching system.
My real server works with xcache

Beckenbauer 07-22-2012 12:58 AM

When I click to the icon, I can see the username and the avatar.
Is it possible to ad a profile field there?

K4GAP 07-22-2012 02:09 AM

After your update today everything works fine. GREAT addition to my site.

Thank you

soniceffect 07-22-2012 08:07 AM

Quote:

Originally Posted by Beckenbauer (Post 2350303)
When I click to the icon, I can see the username and the avatar.
Is it possible to ad a profile field there?

Not at present however this is something we are working on

Mr_Running 07-22-2012 10:19 AM

Quote:

Originally Posted by soniceffect (Post 2349352)
Probably not worth updatin for you m8. Unless you have any usernames with foreign chars or want to update phrases. The addition of the the breadcrumb phrase is for people who want to completely change the phrase membermap from the whole product.

Quote:

Originally Posted by soniceffect (Post 2349342)
18 July 2012 - 1.0.1 Released - Phrase added for breadcrumb text, support for umlauts and other utf8 characters.

FYI
Version 1.0.2 seems to have reverted back and phrase membermap isn't changing.

Mr_Running 07-22-2012 10:29 AM

How about adding an option in the vBAdmin area to Enter and a link to Obtaining an API Key to have a map for our site. :)

Code:

Google Maps API Key
Click here to generate a Google Maps API Key for your web site.


BadgerDog 07-22-2012 02:05 PM

1 Attachment(s)
Updated to 1.0.2 running under vBulletin 4.1.3pl5 and nothing blew up, but when I run:

http://www.mysite.com/dcMembermap.php (substituted "mysite" for security reasons)

All I get is attached pic. I click on "Update Your Location" and nothing happens. I enter a name in search box and click "enter"... nothing happens ... all files are installed in correct locations.

I realize this mod was written for vBulletin 4.2, but is there anyone out there we can "contract for fee" to get it running under our 4.1.3 version?

Thanks for any feedback via PM's from anyone who might be able to help .... :up:

Regards,
Doug

soniceffect 07-22-2012 05:03 PM

Quote:

Originally Posted by Mr_Running (Post 2350394)
How about adding an option in the vBAdmin area to Enter and a link to Obtaining an API Key to have a map for our site. :)

Code:

Google Maps API Key
Click here to generate a Google Maps API Key for your web site.


Possibility. May have a look into it for future version, however an API key isnt required for the V3 API so its not something thats a priority at the moment.

Quote:

Originally Posted by BadgerDog (Post 2350430)
Updated to 1.0.2 running under vBulletin 4.1.3pl5 and nothing blew up, but when I run:

http://www.mysite.com/dcMembermap.php (substituted "mysite" for security reasons)

All I get is attached pic. I click on "Update Your Location" and nothing happens. I enter a name in search box and click "enter"... nothing happens ... all files are installed in correct locations.

I realize this mod was written for vBulletin 4.2, but is there anyone out there we can "contract for fee" to get it running under our 4.1.3 version?

Thanks for any feedback via PM's from anyone who might be able to help .... :up:

Regards,
Doug

Bare with me on this. I may well test this under 4.1 myself at some point, however want to ensure everything is perfect before I do. There will be nothing else being added for V1 of membermaps now so you shouldnt have to wait too long.

Alternativly if you are happy to give me details for ftp and admin on the forum you are running, I can see if I can get it up and running for you. Again wont be a priority though as officially Im not supporting it at present.

Mr_Running 07-22-2012 05:30 PM

Quote:

Originally Posted by soniceffect (Post 2350491)
Possibility. May have a look into it for future version, however an API key isnt required for the V3 API so its not something thats a priority at the moment.

Yes it may not be required but this may still be a concern...but I am no Google Maps JavaScript API v3 expert.

Google say's:
Quote:

Using an API key enables you to monitor your application's Maps API usage, and ensures that Google can contact you about your application if necessary. If your application's Maps API usage by exceeds the Usage Limits, you must load the Maps API using an API key in order to purchase additional quota.
Wouldn't want to use all your quota :)

BadgerDog 07-22-2012 05:49 PM

Quote:

Originally Posted by soniceffect (Post 2350491)
Bare with me on this. I may well test this under 4.1 myself at some point, however want to ensure everything is perfect before I do. There will be nothing else being added for V1 of membermaps now so you shouldnt have to wait too long.

Alternativly if you are happy to give me details for ftp and admin on the forum you are running, I can see if I can get it up and running for you. Again wont be a priority though as officially Im not supporting it at present.

Thank you... :)

I didn't realize you had intentions of adding a 4.1 version in future. Just so I don't distract you from your current mission of finishing 4.2 version, I'll wait unti you're ready. I'd be happy to beta test a 4.1 version whenever you start that process. ... ;)

Regards,
Doug

DaninMS 07-22-2012 07:49 PM

Quote:

Originally Posted by soniceffect (Post 2350089)
Oh aye, so it does LOL. Have reuploaded with correct number now. Can assure you it is 1.0.2 lol

lol..good to know it wasn't me. :D

soniceffect 07-22-2012 07:54 PM

Quote:

Originally Posted by Mr_Running (Post 2350498)
Yes it may not be required but this may still be a concern...but I am no Google Maps JavaScript API v3 expert.

Google say's:


Wouldn't want to use all your quota :)

Its quota on the individuals site, however chances of you hitting that are minimal. If you are concerned then limit it to members only view and the chances of you hitting it then are practically nil unless you happen to own one of the biggest forums on earth. I will concider adding it in however no plans to do so at present.

soniceffect 07-22-2012 07:59 PM

Just to note, if you really want to add one it is really not hard to do. You simple go here

https://developers.google.com/maps/d...torial#api_key

When you have logged into your google account and obtained your key do the following

in template dcMembermap_js find
HTML Code:

<script src="http://maps.google.com/maps/api/js?v=3&sensor=false" type="text/javascript">
replace with

HTML Code:

<script src="http://maps.google.com/maps/api/js?v=3&?key=YOUR_API_KEYsensor=false" type="text/javascript">
Replacing YOUR_API_KEY with the one you have generated. Simple as that.

TandyServices 07-22-2012 08:33 PM

1 Attachment(s)
I added what the pins mean to mine.. Some members just don't know... Great work guys.. Hope to see this grow..

Attachment 140007

thecore762 07-22-2012 08:46 PM

1 Attachment(s)
It's working really well for my community, made a small announcement two days ago and many people started using it.

soniceffect 07-22-2012 10:00 PM

Quote:

Originally Posted by TandyServices (Post 2350548)
I added what the pins mean to mine.. Some members just don't know... Great work guys.. Hope to see this grow..

Attachment 140007

Quote:

Originally Posted by thecore762 (Post 2350551)
It's working really well for my community, made a small announcement two days ago and many people started using it.

Thanks for the feedback guys. Appreciated by both myself and Jos (BlueWolf_)

Beckenbauer 07-22-2012 10:35 PM

Quote:

Originally Posted by soniceffect (Post 2350536)
Just to note, if you really want to add one it is really not hard to do. You simple go here

https://developers.google.com/maps/d...torial#api_key

When you have logged into your google account and obtained your key do the following

in template dcMembermap_js find
HTML Code:

<script src="http://maps.google.com/maps/api/js?v=3&sensor=false" type="text/javascript">
replace with

HTML Code:

<script src="http://maps.google.com/maps/api/js?v=3&?key=YOUR_API_KEYsensor=false" type="text/javascript">
Replacing YOUR_API_KEY with the one you have generated. Simple as that.


What for things we can do with this API Key?

BlueWolf_ 07-22-2012 11:02 PM

Quote:

Originally Posted by TandyServices (Post 2350548)
I added what the pins mean to mine.. Some members just don't know... Great work guys.. Hope to see this grow..

Attachment 140007

I have plans in adding that. Along side with the ability to hide/show certain icons so you can only see the currently online users for example and other stuff that will be coming soon ;)

Quote:

Originally Posted by Beckenbauer (Post 2350575)
What for things we can do with this API Key?

As far as I know simply the ability to see the usage (and how many queries you have still left). The other possibility is to pay to raise the query limit but I doubt it'll be needed for this alone as it only shows a map and does a few location searches, not anything heavy.

thecore762 07-23-2012 01:40 AM

1 Attachment(s)
I think I have nearly 100 people do the board thing, it's awesome!

BlueWolf_ 07-23-2012 08:57 AM

Quote:

Originally Posted by thecore762 (Post 2350602)
I think I have nearly 100 people do the board thing, it's awesome!

We have 920, lol. It has been made and tested with that amount of markers on it so it should be able to hold at least 1k markers and still be fast and stable :p

Beckenbauer 07-23-2012 10:07 AM

It would be possible in a later version to turn on/off the "Who's online" status?

soniceffect 07-23-2012 10:32 AM

Quote:

Originally Posted by Beckenbauer (Post 2350688)
It would be possible in a later version to turn on/off the "Who's online" status?

Can certainly do this, however as a quick fix you could always add the same icon for both ;)

Beckenbauer 07-23-2012 11:46 AM

Quote:

Originally Posted by soniceffect (Post 2350691)
Can certainly do this, however as a quick fix you could always add the same icon for both ;)

you're right :)

And for what is the image infoboxarrow.png?

BlueWolf_ 07-23-2012 12:54 PM

Quote:

Originally Posted by Beckenbauer (Post 2350701)
you're right :)

And for what is the image infoboxarrow.png?

The arrow beneath each popup.

Beckenbauer 07-28-2012 10:26 PM

Hello,
it's possible to change the position from the default marker?
Now it's on the equator.
I would like to move to the center of germany.
thx!

soniceffect 07-28-2012 10:34 PM

Quote:

Originally Posted by Beckenbauer (Post 2352216)
Hello,
it's possible to change the position from the default marker?
Now it's on the equator.
I would like to move to the center of germany.
thx!

Yeah of course. Just change the default lat/lon coordinates in the settings :)

soniceffect 07-28-2012 10:38 PM

Quote:

Originally Posted by Beckenbauer (Post 2352216)
Hello,
it's possible to change the position from the default marker?
Now it's on the equator.
I would like to move to the center of germany.
thx!

Try setting them to 51 and 10 :) May want to change zoom level if you want to just show germany

Beckenbauer 07-28-2012 10:49 PM

Yes, i just have 51 and 10 with zoom level 5.
But the defaul marker is always on the equator.

soniceffect 07-28-2012 11:05 PM

Ah i see. Leave it with me i'll have a look


All times are GMT. The time now is 02:22 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.01796 seconds
  • Memory Usage 1,854KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_html_printable
  • (2)bbcode_php_printable
  • (30)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