vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - VBGooglemap Member Edition (https://vborg.vbsupport.ru/showthread.php?t=123148)

stonyarc 12-14-2006 06:59 PM

Quote:

Originally Posted by Viper007Bond (Post 1138268)
"vbgooglemapme findme" which hooks into "postbit_display_complete". It made the queries required to make a thread nearly double. :(

This will change in the new version currently in dev.

Viper007Bond 12-16-2006 09:59 AM

Quote:

Originally Posted by stonyarc (Post 1138638)
This will change in the new version currently in dev.

Awesome. I look forward being able to use the feature again. My forum members really liked it. :cool:

jimrobo 12-16-2006 07:40 PM

I don't suppose anyone found out how to exclude some of the usergroup legends on the main page?

edit:Apologies.....the setting is in the admincp to exclude usergroups!

fantastic mod!

da420 12-17-2006 09:39 PM

Quote:

Originally Posted by Shazz (Post 1138408)
I stilll don't notice what it does

I disabled the find me plug in for this product, and I got 17 less queries in a thread with 16 posts.

Shazz 12-17-2006 09:49 PM

Quote:

Originally Posted by da420 (Post 1140587)
I disabled the find me plug in for this product, and I got 17 less queries in a thread with 16 posts.

Its in the plugin manager?
I wanna try it :glasses:

da420 12-17-2006 09:51 PM

vbgooglemapme findme plugin...

Shazz 12-17-2006 09:57 PM

Does seem to run smoother

Viper007Bond 12-18-2006 09:51 AM

The plugin sets a variable so that you can link to someone's pin. I had it where you could click their location (ex: "Portland, Oregon") and it'd take you to their pin.

But yeah, it does a query per post. :(

Viper007Bond 12-19-2006 04:24 AM

Quote:

Originally Posted by mini2 (Post 1141115)
I got around this by running a scheduled task that sets a user profile field and adds a "find me" if that field has a value, so it doesn't run queries when the postbit is displayed.

Link: https://vborg.vbsupport.ru/showthrea...330#post964330

You can see it on my forums at www.mini2.com/forum but the map isn't working since I introduced memcached (still not sorted that out).

Excellent idea! I had some ideas about changing it to be in the user profile, but your's is a much simpler solution. :D

Distance 12-19-2006 11:44 AM

wow thats cool matey ;)

stonyarc 12-19-2006 02:59 PM

That's how in principle it will work in the new version.

zafrir 12-19-2006 03:05 PM

Hi,

installed, everything looks working fine except I could not get members pins to be displayed, nothing is displayed on the map.

looking at the browser errors I see error:

Error: xmlDoc has no properties
Source File: http://www.attunity.com/forums/vbgooglemapme.php
Line: 1154

this line leades to:
PHP Code:

        map.setCenter(new GLatLng(dlat,dlng),dzoom);

        var 
request GXmlHttp.create(); 
        
request.open("GET""markers.xml?r=14344"true); 
        
request.onreadystatechange = function() { 
          if (
request.readyState == 4) {
            var 
xmlDoc request.responseXML;
//Line: 1154
            
markers xmlDoc.documentElement.getElementsByTagName("marker");
//Line: 1154 end
            
window.setTimeout(mapOne,timeOut); 
//            document.getElementById('nb').value=markers.length;
        
id4 document.getElementById('nb');
        
id4.innerHTML markers.length;

          } else {    
            
//alert(request.readyState); 
          
}
        } 
        
request.send(null);
      } 

any suggestions?
thanks.:surprised:

stonyarc 12-19-2006 06:09 PM

did you change the markers file to chmod 777

zafrir 12-20-2006 06:01 AM

Yes I did...(my platform is IIS and VB 3.6.4)
no problem to add members, list or show on map (the map is centered around the proper location) just the no markers shown on the map.

Datenpapst 12-20-2006 10:58 AM

its not showing the markers on my map :(

Gizmo999 12-29-2006 03:01 PM

I just upgraded to 3.6.4 from 3.5 and upgraded the googlemapME as well, initially lost all my markers but I just replaced the markers.xml file with a saved backup copy and they all showed up again :D

Shazz 12-29-2006 03:12 PM

Quote:

Originally Posted by Gizmo999 (Post 1146983)
I just upgraded to 3.6.4 from 3.5 and upgraded the googlemapME as well, initially lost all my markers but I just replaced the markers.xml file with a saved backup copy and they all showed up again :D

Ill be sure to remember that thanx :)

stonyarc 12-29-2006 07:08 PM

On upgrade the markers file needs to be recreated. This can be done by editing your entry. The actual data is kept in the DB so no data will get lost.

optrex 12-30-2006 02:52 AM

Hi Stonyarc,

I am hoping you can help. I notice VBGME uses a php file in the admincp folder to create the menu within the admincp itself.

When I give a super mod admin access to look after some users, they can see the VBGME menu structure within the admincp.

What conditional needs to go in the php file to resctrict access so that either only user 1 or usergroup 6 can see it? And where would I place that conditional?

Thanks in advance

darkdiver 01-06-2007 09:44 AM

but one question

i got one Error on my cronjob. I got some probs with line 20 in the vbgooglemapme_cron.php
can i simply remove this line?
Quote:

header('Cache-Control: no-cache');
Regards
Eric

darkdiver 01-06-2007 08:04 PM

Quote:

Originally Posted by darkdiver (Post 1151827)
but one question

i got one Error on my cronjob. I got some probs with line 20 in the vbgooglemapme_cron.php
can i simply remove this line?

header('Cache-Control: no-cache');

Regards
Eric

No help or Idea ?

Robru 01-07-2007 07:12 AM

Make a backup and try !

darkdiver 01-07-2007 08:10 AM

thats not the way i like to work ;-)

Shazz 01-07-2007 03:42 PM

have you tried it?

darkdiver 01-07-2007 03:57 PM

Quote:

Originally Posted by Shazz (Post 1152702)
have you tried it?

No, its to dangerous to risk something. Is no one able to tell me what this line will do or what this cron job will be?

I see no sence in this cronjob. Right now everything look like it works?!!?

www.touareg-freunde.de

Regards
Eric

da420 01-07-2007 03:58 PM

Errors are fine to get in the cron job. Ignore them if everything is working..

I get this, and everything works tip top...

Quote:

Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxxxxx/public_html/forum/includes/adminfunctions.php:266) in /includes/cron/vbgooglemapme_cron.php on line 20

darkdiver 01-08-2007 01:11 PM

how to implemtent the "findme" in Memberinf???

Please help ;-)

Regards
Eric

docvader 01-10-2007 07:37 AM

Anyone know how to implement this using Mozilla Firefox browsers? I can see my Googlemap ME using IE, but can't see the map or image using Firefox. (Just started using it, haven't gotten it all figured out yet)

DanCan 01-12-2007 01:46 AM

The installation went well, but when attempting to add myself to the map, the page revert to the forum homepage. The reason is that vb calls http://mysite.com/forum/index.php?/vbgooglemapme.php?/do=addelement

How do I get rid of the index.php?

also, the images of the usergroup legends don't show up.

bulbasnore 01-12-2007 04:44 AM

OK, this is an excellent Mod. Thanks stonyarc.

I noticed you used to have an avatar posted to the Image on the map tag.
Presumably this was either tough to make reliable or an unwanted feature.

I want this feature. I'm pretty good with SQL. If I poplulated the field for the image with the users avatar (if they have set their pin) then is there a way I can push that update to the map?

In case anyone may ask, yes, I wish to overwrite their 'custom' image.

SpiderFive 01-12-2007 08:50 PM

Ich become follow message:
Quote:

Your marker title could not be added into the database because one or more fields blank were left blank. Please make sure you have enter all required information.
Return to previous page
Vb version3.6.4

yes marker.xml have chmode 777

basilrath 01-12-2007 09:06 PM

have you gone into the googlemap and either approved the marker or turned the aproval off ..............then refresh it should show providing as you say the chmode777 is set

acp/vbgooglemapme/MEsettings/ auto aproval system

SpiderFive 01-13-2007 01:33 AM

Yes the hack is active an I set yes by the this question "Auto approve additions to the map (handle with care). "

Silver_2000_)! 01-13-2007 02:00 AM

Great hack

I have a small miscolored section in the nav bar after the mapMe link

see the attachment

Also
The Support link for this hack points to the Hotspot thread

basilrath 01-13-2007 09:44 AM

set the auto approve to off it seems to work fine but obviously be aware of the nature of the additions to the map !

Silver_2000_)! 01-13-2007 01:30 PM

StonyArc
Please consider rewriting the "about" phrases so that they are in 3rd person as the USERS will see them. In my opinion its not appropriate to have admin info posted for the world to see. The members dont need or want to see what happens behind the curtain. You have already addressed the licensing to the admin when he/she downloaded and installed.

It would be helpful to add a line or 2 to the USERS about how to use the product.

kurv 01-14-2007 04:45 AM

StonyArv, sorry if you have already covered this... Love the Mod, but I can not get it to work yet... I dont see any of our usergroups even though we have set them to display and checked permissions.

Also... when running the cron on this we get...

Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/spinquad.com/httpdocs/forums/includes/adminfunctions.php:283) in /includes/cron/vbgooglemapme_cron.php on line 20

Done

Can you help, thank you!! :D

darkdiver 01-14-2007 08:17 PM

what have i to do if i will have the "findme" show in "Memberinfo"

please help ...

Regards
eric

photofreeway 01-17-2007 12:36 AM

Hey nice work only one issue. I have the latest IE7 and VB3.6.4 and the main map does not show up? Anyone else getting this?

This is happing on the other map scripts also.
The small map works in the "Your entry" section....

I have read where the DIV needs to be under the google script?

Update: just uninstalled IE7 went down to 6 and still the same thing... Is this MOd still supported? Will it work with VB3.6.4?

Thanks

darkdiver 01-21-2007 12:35 PM

i need help to have the option "Findme" in Memberinfo please


All times are GMT. The time now is 11:29 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.01865 seconds
  • Memory Usage 1,829KB
  • 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
  • (1)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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