The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
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?
|
#22
|
||||
|
||||
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).
|
#23
|
||||
|
||||
Is there any news/updates on the "supposed" developed release of this modification?
|
#24
|
|||
|
|||
I look forward to see it
|
#25
|
||||
|
||||
definately interested in both m8. looks cool
|
#26
|
|||
|
|||
Quote:
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 |
#28
|
|||
|
|||
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. |
#29
|
||||
|
||||
I get this Error Message when
Quote:
"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? |
#30
|
|||
|
|||
Quote:
/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); 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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|