Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #21  
Old 10-23-2005, 01:01 AM
0ptima 0ptima is offline
 
Join Date: Feb 2002
Posts: 346
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #22  
Old 10-23-2005, 02:08 AM
Reeve of shinra's Avatar
Reeve of shinra Reeve of shinra is offline
 
Join Date: Oct 2001
Location: NYC
Posts: 1,896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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).
Reply With Quote
  #23  
Old 10-26-2005, 04:39 AM
defi's Avatar
defi defi is offline
 
Join Date: Nov 2003
Location: Florida
Posts: 279
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any news/updates on the "supposed" developed release of this modification?
Reply With Quote
  #24  
Old 10-26-2005, 10:19 AM
berberber berberber is offline
 
Join Date: Aug 2004
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I look forward to see it
Reply With Quote
  #25  
Old 10-27-2005, 02:42 AM
Acers's Avatar
Acers Acers is offline
 
Join Date: Feb 2005
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

definately interested in both m8. looks cool
Reply With Quote
  #26  
Old 10-29-2005, 11:23 AM
xug xug is offline
 
Join Date: Oct 2001
Location: The Grand Strand, SC
Posts: 339
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #27  
Old 10-30-2005, 01:51 PM
3dsoft's Avatar
3dsoft 3dsoft is offline
 
Join Date: Nov 2002
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi,
I just installed VBStatExtended and it works great!

How about a chart view, something like this?
Reply With Quote
  #28  
Old 10-30-2005, 05:23 PM
noppid noppid is offline
 
Join Date: Mar 2003
Location: Florida
Posts: 1,875
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #29  
Old 10-30-2005, 06:05 PM
3dsoft's Avatar
3dsoft 3dsoft is offline
 
Join Date: Nov 2002
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #30  
Old 10-31-2005, 03:06 PM
xug xug is offline
 
Join Date: Oct 2001
Location: The Grand Strand, SC
Posts: 339
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:04 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.04399 seconds
  • Memory Usage 2,273KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete