1e0n wrote:Ok ric323, but, even if i put the most simplest url like:
Code: Select all
[googlemaps]http://maps.google.com/[/googlemaps]
i get a googlemap window in my forum like this:
[Large Image Removed]
Why am i getting this red area???

Ric explained it well. You need the parameters attached to the URL to display the map like you want, but the phpBB URL tag doesn't handle parameters. The default, like you posted above, will look just like visiting Google Maps online.
FYI, I pasted the entire URL into a normal HTML file and it displayed the map without the "red area". The file looks like this:
Code: Select all
<html>
<head>
<title>The White House</title>
</head>
<body>
<h1>White House Google Map</h1>
<iframe width="625" height="500" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=1600+Pennsylvania+Avenue+Northwest,+Washington,+DC&sll=36.83292,-121.392918&sspn=0.053584,0.129089&ie=UTF8&hq=&hnear=1600+Pennsylvania+Ave+NW,+Washington+D.C.,+District+of+Columbia,+20500&z=14&ll=38.897646,-77.036562&output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=1600+Pennsylvania+Avenue+Northwest,+Washington,+DC&sll=36.83292,-121.392918&sspn=0.053584,0.129089&ie=UTF8&hq=&hnear=1600+Pennsylvania+Ave+NW,+Washington+D.C.,+District+of+Columbia,+20500&z=14&ll=38.897646,-77.036562" style="color:#0000FF;text-align:left">View Larger Map</a></small><br />
</html>
1e0n wrote:Maybe this bbcode is not good for what i want. I want to put a googlemap in my forum for each of my sponsors so the customer can easily find them, but, as you can see this issues occur.
Can you advise me what bbcode to put for what i need?
If you have a limited number of sponsors, I would create a normal HTML page for them with their Google map embedded and give your sponsors the URL for that page. Then I'd create a BBCode that just put that map in an IFRAME.
Steve