The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Phoogle! An interactive Google Maps mapping system. Details »» | |||||||||||||||||||||||||||
Phoogle! An interactive Google Maps mapping system.
Developer Last Online: Feb 2012
Keywords: Phoogle, Google, Maps, BBCode
Description: Allows for the insertion of interactive Google Maps within posts via a new BBCode. Supports point labeling as well as multiple points per map. Details: I became increasingly annoyed after seeing more and more links to maps being butchered when posted on forums. I had remembered seeing the nifty Phoogle Maps and figured, "why not?" A few headaches later.. here we are. [hr]-[/hr] Usage: [map]value[/map] [map=Option]value[/map] Example: [map]1600 Pennsylvania Avenue NW, Washington, DC 20500[/map] [map=The White House]1600 Pennsylvania Avenue NW, Washington, DC 20500[/map] Multiple Locations Example: [map]1600 Pennsylvania Avenue NW, Washington, DC 20500;E Capitol St NE & 1st St NE, Washington, DC 20001[/map] [map=The White House;Capitol Building]1600 Pennsylvania Avenue NW, Washington, DC 20500;E Capitol St NE & 1st St NE, Washington, DC 20001[/map] [hr]-[/hr] Installation:
Notes: When adding/editing a map via AJAX Quick Reply or Quick Edit, you must refresh the page to see changes. [hr]-[/hr] Comments: As with all my hacks, this modification is provided free of charge. However, if you find this product useful and have money burning a hole in your pocket, feel free to make a small donation, I won't mind.. really. Version History:
* Please note that this modification was developed on a forum with a userbase of 1 (myself). I've tested it for basic functionality but I cannot guarantee functionality or behavior on your forum. So, please -- make backups before installing this product! Show Your Support
|
Comments |
#22
|
||||
|
||||
The problem some of you are reporting seems like the showmap(); function isn't being written to SHOWTHREAD. On the page with the blank square, view the source. Scroll to the bottom (or search for </body>), and above that should be a <script>..</script> tag. Within that should be a function. Is it there? If not, that's the problem and we'll go from there..
Until someone can provide me with either an account or source output, all I can do is speculate. |
#23
|
||||
|
||||
Works well but all I can get to work is the example in your product description and my UK members are not really interested where the white house is located ..
I've located UK areas on google map and added the information into the bbcode and nothing shows .. for example, I ask google map to find Imperial War Museum Duxford and up it pops, add the same info into the bbcode and blank space !? Would also be useful to have an option to add a "Map" button to the standard bbcode toolbar. Great addition with a few tweaks :up: |
#24
|
||||
|
||||
Quote:
Use this instead: Quote:
Quote:
Thanks! |
#25
|
|||
|
|||
Would be a great plugin if it worked. Caused "could not display post" errors and locked up.
Will wait for a few updates, but I am looking forward to them. |
#26
|
||||
|
||||
I can't track down bugs unless I'm given the information to do so, sadly.
|
#27
|
||||
|
||||
Quote:
PHP Code:
|
#28
|
||||
|
||||
Quote:
This line is incomplete: Code:
map136686.centerAndZoom(new GPoint(, ), 4); I need to try and narrow down if your problem is with the phoogle functions or if the addressData is being lost when sent from vBulletin. |
#29
|
||||
|
||||
Thanks for the help, magnus!
Uploaded the new file, replacing the old... created a post... and got this error: PHP Code:
|
#30
|
|||
|
|||
Hi
I have tried your new functions_phoogle.php file and i still get a blank map, here is the source from the page! I now have the original php file installed The map location is your white house 1 copied and pasted!! Code:
<script type="text/javascript"> function showmap51599() { //<![CDATA[ if (GBrowserIsCompatible()) { var map51599 = new GMap(document.getElementById("map51599")); map51599.centerAndZoom(new GPoint(, ), 4); } var icon = new GIcon(); icon.image = "http://labs.google.com/ridefinder/images/mm_20_red.png"; icon.shadow = "http://labs.google.com/ridefinder/images/mm_20_shadow.png"; icon.iconSize = new GSize(12, 20); icon.shadowSize = new GSize(22, 20); icon.iconAnchor = new GPoint(6, 20); icon.infoWindowAnchor = new GPoint(5, 1); map51599.addControl(new GLargeMapControl()); map51599.addControl(new GMapTypeControl()); //]]> } showmap51599(); </script> |
#31
|
||||
|
||||
@Tralala:
Ok, your problem is obvious. Dreamhost disallows file_get_contents();. No problem, I'll rewrite using cURL. @Bashy: You seem to be having the same problem. Do you use Dreamhost as well? |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|