vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Googlemap and Statistics extended for VB (https://vborg.vbsupport.ru/showthread.php?t=98939)

0ptima 10-23-2005 01:01 AM

This is cool and came here after I saw frapper. The only thing that worried me is that it can literally tell you where someone lives if the zip code is entered. Is there a way to limit people to enter only their city?

Reeve of shinra 10-23-2005 02:08 AM

I like the google map + I hope I can adapt this to use with the vba links directory. I kind of got stumped around the geocode part since google maps doesn't accept zip codes (at least as far I've seen).

defi 10-26-2005 04:39 AM

Is there any news/updates on the "supposed" developed release of this modification?

berberber 10-26-2005 10:19 AM

I look forward to see it

Acers 10-27-2005 02:42 AM

definately interested in both m8. looks cool

xug 10-29-2005 11:23 AM

Quote:

Originally Posted by defi
Is there any news/updates on the "supposed" developed release of this modification?

Can someone explain how to release a beta on the modifications?

Is it just adding a thread?

You can download a prerelease of the VBStatExtended on

http://www.xboxusersgroup.com/temp/VBStatExtended.zip

Hope you like it

3dsoft 10-30-2005 01:51 PM

hi,
I just installed VBStatExtended and it works great!

How about a chart view, something like this?

noppid 10-30-2005 05:23 PM

This is a relativly easy hack. You need to collect the latitude and longitude of each member that wants to participate in a custom field. Then you use a query to get all the participating users GPS info. Then you loop off the java code to create an array of the list. You pop it off and you have a pinned map.

You can get all the google api code you need to do this at http://www.google.com/apis/maps/documentation/ .

one query and you're off.

Of course this is just off the top of my head, I'm using it a bit differently for US members by zipcode from a zipcode db that fetchs gps info for the look ups.

3dsoft 10-30-2005 06:05 PM

I get this Error Message when
Quote:

Warning: Division by zero in /VBStatExtended.php on line 498
choosing per page above 64 and then clicking on
"Top posters on the bulletin board including thread and post %"

1) How can I get rid of this error message?
2) How do I get rid of UP?

xug 10-31-2005 03:06 PM

Quote:

Originally Posted by 3dsoft
I get this Error Message when


choosing per page above 64 and then clicking on
"Top posters on the bulletin board including thread and post %"

1) How can I get rid of this error message?
2) How do I get rid of UP?

I'll ask stonyarc to make a version without the userpages included

/edit

http://www.xboxusersgroup.com/forums...layrecords=200 seems to work fine. He doesn't seem to be able to number of posts or you have a top poster that has still 0 posts.

To correct the issue:

You can change the line 498 and replace it with
Code:

        if ($gettopgroupstat[posts] == 0){
                $gettopgroupstat[posts] = "1"; // PHP DOESN'T LIKE DIVISION BY 0
        }
        $gettopgroupstat[threadpostratio] = vb_number_format(($gettopgroupstat[threadcount]/$gettopgroupstat[posts]),3);

or download the changed version

Apparently StonyArc already prepped one

you can get the version with userpage integration on
http://www.xboxusersgroup.com/temp/VBStatExtended.zip

you can get the version without userpage integration on
http://www.xboxusersgroup.com/temp/V...dwithoutUP.zip

If you all feel like this is ready for release just let me know. We'll make an entry than so we can release the beta for googlemap too.


All times are GMT. The time now is 06:27 AM.

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.01177 seconds
  • Memory Usage 1,739KB
  • 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_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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