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)
-   -   New Posting Features - Phoogle! An interactive Google Maps mapping system. (https://vborg.vbsupport.ru/showthread.php?t=141584)

mykkal 12-06-2007 08:29 AM

Has anyone made and google buttons for this that can be highlighted insted of typed. We want to keep this simple for users.

nice mod. Still a bit immature tho. Also noticed the address doesn't show in the bubble. Any way to fix that?

EZD 12-06-2007 03:09 PM

This is great! Thanks! Just added it to day!

Darrin

len backus 12-07-2007 02:03 PM

I'd love to see this in action on a website. Is it allowed for posters to reply with their website for me to look at?

ZippySLC 12-08-2007 12:55 PM

I just installed this on my forums (vB 3.6.8 PL2). Works perfect for me.

Len, here's the instructional thread I wrote for my users. Note that I am using lat/long instead of street addresses since that's more what we're into on my site.

len backus 12-08-2007 01:13 PM

Zippy, thanks. I have a hunting forum and we have a sub-forum where members have posted text descriptions of shooting range locations. I think this would work well to add maps.

FleaBag 12-23-2007 11:40 PM

Quote:

Originally Posted by magnus (Post 1211811)
You're receiving that error because either the phoogle_html column was never properly installed or it was removed prematurely. Either way, this is the cause for the error and quite likely the original errors you were receiving prior to the uninstallation.

That being said, to resolve this all you need to do is create the column manually then re-run the uninstallation.

[SQL]ALTER TABLE `post` ADD `phoogle_html` mediumtext[/SQL]

Thanks for this, helped me out. :)

laura66a 12-28-2007 12:38 PM

Hello.

Is there a way I can install a second instance of Phoogle to create a different [map] command that uses a different size map window?

Thanks

westcan 12-31-2007 05:51 AM

Does anyone know if this program is capable of mapping GPS coordinates (as opposed to an address)?

Our site users are looking for a way to post their GPS coordinates from hiking trips, etc. and have them mapped.

Any suggestions would be appreciated.

Thanks

AWJunkies 01-11-2008 04:32 AM

This is a mod that needs to be developed more. I will look into it in next few weeks.

mykkal 01-11-2008 04:42 AM

YES!!!!!!!!

Quote:

Originally Posted by AWJunkies (Post 1419385)
This is a mod that needs to be developed more. I will look into it in next few weeks.


joerns 01-27-2008 05:27 PM

Is it possible to set the Hybrid[ view as the default view? At the moment it's the map view, and sometimes it does not show much data, especailly in far-flung places.

Leo Brazil 03-01-2008 01:14 PM

The idea of this mod is great.
Did someone here improve it to work directly with lat/long ? Or just type de zip code or other reference ? A great thing for me would be just get the maps posted by just pasting the http link created by google maps

Google API now gaves me support for my country but as this mod gets validation from yahoo maps, nothing works for me. Is there a way to deasable this yahoo validation ?

Tks.

buro9 04-07-2008 03:23 PM

Interested in an improvement to this... I allow my users to upload *.kml and *.kmz files and basically want a map inserted for each attachment that is of those types, with the source of the map being the attachment Url.

An embedded auto-preview of Google Earth if you like.

joerns 04-18-2008 01:40 PM

Hi - great hack! It worked fine until a few days ago. Maps are not displayed anymore. Any ideas how to start troubleshooting?

SuperNissans 04-23-2008 06:12 PM

I cannot get this to work for anything.....

using defauly settings, entered google API key as supplied by Google...

tried different addresses and still no luck.

Keep getting invalid address no matter what I use.

Ideas?

dennisuello 04-23-2008 09:22 PM

Quote:

Originally Posted by SuperNissans (Post 1497486)
I cannot get this to work for anything.....

using defauly settings, entered google API key as supplied by Google...


tried different addresses and still no luck.

Keep getting invalid address no matter what I use.

Ideas?

Same here, when I use example code, I get invalid address.
[map]1600 Pennsylvania Avenue NW, Washington, DC 20500[/map]
1. Invalid address: 1600 Pennsylvania Avenue NW, Washington, DC 20500

Digital Jedi 04-24-2008 03:58 AM

Google apparently made some changes to the Maps API services.

Magnus, if you do get a change to work on this again, could I recommend that you find a way to circumvent the "invalid address" message that keeps you from posting? I have some RSS feeds that actually use the [map] tags, and the feed is interrupted by the invalid message, and can't be retrieved.

Cyburbia 05-14-2008 12:24 AM

I can't uninstall this. Here's the error message I get:

Quote:

Database error in vBulletin 3.7.0:

Invalid SQL:
ALTER TABLE `post` DROP `phoogle_html`;

MySQL Error : Can't DROP 'phoogle_html'; check that column/key exists
Error Number : 1091
Request Date : Tuesday, May 13th 2008 @ 09:34:45 PM
Error Date : Tuesday, May 13th 2008 @ 09:36:10 PM
I re-install with an overwrite, and try uninstalling again ... nope. Same error.

Tried the query "ALTER TABLE `post` ADD `phoogle_html` mediumtext", and phpMyAdmin took about 300 seconds to execute. Even then, when I try to uninstall, the vBulletin control panel just hangs after Confirm Deletion: Phoogle at forums/admincp/plugin.php?do=productkill without deleting the plugin.

So, how can I delete the thing manually?

ThePiston 05-16-2008 01:51 AM

damn, this mod is dead now? if i can get past the "invalid address" error, all i see is a blank area where the map should be:
http://googlemapsforum.com/showthread.php?t=5

firebug says there's a syntax error in showthread.php on lines 2153 and 2180:
2153:
Quote:

{
2151 var map5 = new GMap(document.getElementById("map5"));
2152 map5.centerAndZoom(new GPoint(, ), 6);
2153 }
2180:
Quote:

{
2178 var map114 = new GMap(document.getElementById("map114"));
2179 map114.centerAndZoom(new GPoint(, ), 6);
2180 }

madkeen 06-10-2008 02:10 AM

Would like to get this on my site.

Anyone know if a work around for what Google has done will be able to be done?

PGAmerica 06-13-2008 08:20 PM

OK, I installed this and I configured it. I do not see anything different in the forums. What am I supposed to see? I went through the UserCP, the posting screens. I see nothing new.

Digital Jedi 06-21-2008 12:21 AM

It doesn't add anything new. It adds the ability to parse address into a Google Map using BBCode.

captbunzo 07-08-2008 05:27 PM

Hey folks.... I found this lovely add-on today. As others, I got the "Invalid Address" error as Yahoo is now requiring keys similar to google. So, in a fit of coding fury, I hacked up the code....switching the yahoo geocoding functionality over to google.

This is now working for me. I cannot guarantee it will work for you.

I am happy to work with the original author as well to get this "officially" posted here so that it will show up as updatable, etc, in vbulletin.

Enjoy!

ThePiston 07-08-2008 06:02 PM

how would we go about 'fixing' our install with that file?

captbunzo 07-08-2008 07:05 PM

Quote:

Originally Posted by ThePiston (Post 1570269)
how would we go about 'fixing' our install with that file?

  1. Download my XML file to your computer.
  2. Login to the vBulletin admin interface.
  3. Go to Plugins & Products > Manage Products.
  4. Click [Add/Import Product] at the bottom of the list of installed products.
  5. Click browse, select my XML file that you downloaded to your computer.
  6. Choose Yes for the option Allow Overwrite.
  7. Hit Import.
  8. Go to vBulletin Options > Phoogle Settings.
  9. Replace the Geocode API URL with this value: http://maps.google.com/maps/geo?output=xml
  10. Hit Save.
Go to a post now and try to create some map BBCODE (as described above). When you preview / submit your post you should not see a map....

SVTCobraLTD 07-09-2008 02:48 PM

I am interested in using this but is the only map that will be displayed from the API code? Or can anyone use this feature?

Digital Jedi 07-10-2008 01:30 PM

Quote:

Originally Posted by SVTCobraLTD (Post 1571045)
I am interested in using this but is the only map that will be displayed from the API code? Or can anyone use this feature?

I'm not sure what you mean. The API is just what was used to develop this mod. The mod itself adds new BBCode to your forum called [map]. So as long as all your users can use BBCode, then yes, everyone can use it.

stwilson 07-19-2008 02:36 AM

Wow. This MOD looks great but not 3.7.2! :( Any chance of getting this updated and support for lat/long?

WildSoftCat 09-13-2008 01:21 PM

Quote:

Originally Posted by captbunzo (Post 1570241)
Hey folks.... I found this lovely add-on today. As others, I got the "Invalid Address" error as Yahoo is now requiring keys similar to google. So, in a fit of coding fury, I hacked up the code....switching the yahoo geocoding functionality over to google.

This is now working for me. I cannot guarantee it will work for you.

I am happy to work with the original author as well to get this "officially" posted here so that it will show up as updatable, etc, in vbulletin.

Enjoy!

It works fine 3.7.2 !:up:

Maybe author would add "nl", "oe" and "ie" parms to map url (look here http://code.google.com/apis/maps/faq...nguagesupport? ) :p

jim6763nva 09-14-2008 01:26 PM

Can't get it to work in vb 3.7.3 PL1 either. Keep getting the dreaded "invalid address" error. :(

behcet 09-20-2008 01:15 PM

yes ,
invalid address

lionslair 10-01-2008 09:17 AM

Does this only work for addresses in use?

segwayon 10-18-2008 07:31 PM

Quote:

Originally Posted by jim6763nva (Post 1621930)
Can't get it to work in vb 3.7.3 PL1 either. Keep getting the dreaded "invalid address" error. :(

Look at captbunzo's posts #223 and #225.

TalkVirginia 10-18-2008 10:42 PM

Quote:

Originally Posted by segwayon (Post 1647881)
Look at captbunzo's posts #223 and #225.

Awesome! Thank you so much - it's working now. Any ideas how I can add this to a button in the editor?

Alfa1 10-19-2008 01:01 AM

Cool that works! Thanks captbunzo!

mycitylive 10-28-2008 06:41 AM

Can one help me, I always get this error
Invalid address:

Thank you ever been to advance

mycitylive 10-28-2008 10:47 AM

Can't get it to work in vb 3.7.3 PL1 either. Keep getting the dreaded "invalid address" error.

Please HELP ME

Digital Jedi 11-03-2008 12:13 AM

Quote:

Originally Posted by mycitylive (Post 1654324)
Can one help me, I always get this error
Invalid address:

Thank you ever been to advance

Quote:

Originally Posted by mycitylive (Post 1654419)
Can't get it to work in vb 3.7.3 PL1 either. Keep getting the dreaded "invalid address" error.

Please HELP ME

It was BETA when made for 3.6.5, not to mention, Google did a few changes to their API since then. Unless the author decides if wants to pick this up again, there's no real way to fix this.

mycitylive 11-03-2008 04:47 AM

There is an alternative to the

Sonyuserforum 11-19-2008 11:44 AM

Quote:

Originally Posted by Cyburbia (Post 1518892)
I can't uninstall this. Here's the error message I get:

I re-install with an overwrite, and try uninstalling again ... nope. Same error.

Tried the query "ALTER TABLE `post` ADD `phoogle_html` mediumtext", and phpMyAdmin took about 300 seconds to execute. Even then, when I try to uninstall, the vBulletin control panel just hangs after Confirm Deletion: Phoogle at forums/admincp/plugin.php?do=productkill without deleting the plugin.

So, how can I delete the thing manually?

Same problem, I can?t uninstall this hack. Why? Any suggestions?


All times are GMT. The time now is 03:40 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.01572 seconds
  • Memory Usage 1,825KB
  • 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
  • (14)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
  • (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