Version: 1.00, by benstillman
Developer Last Online: May 2014
Category: BB Code Enhancements -
Version: 4.0.x
Rating:
Released: 02-10-2010
Last Update: Never
Installs: 224
No support by the author.
No Google Maps API key, no mod install, no template edits, etc. This is based off YBMF's mod for 4.0, but a bit easier for the end user. Instead of the user having to input the full Google Maps link, just the address, name of business, etc is acceptable.
That's a weird one... best guess right now is something in your style is throwing it off... Try it in the default style and see if you have the same problem.
To use the default style make a new style with no parent style:
ACP==>style manager==>add new style==>just choose a name==>save
That's a weird one... best guess right now is something in your style is throwing it off... Try it in the default style and see if you have the same problem.
To use the default style make a new style with no parent style:
ACP==>style manager==>add new style==>just choose a name==>save
Ok, did that and still that same thing. Go to the same link and look at the bottom of the screen on the left and you can change to "test" style there for demo. Could it possibly be that we upgraded to 4.1? Or something completely different? Thanks for such a quick response. BTW, We have had this code running perfectly since Oct when it first went in, just recently I noticed this, but I'm not sure exactly when it started. We upgraded to 4.1PL2 about 2 days ago, but again, not sure if it was ok immediately before and after that.
I see you have since removed the google map from that post... before it was gone I was able to see that whatever is causing it seems to be part of your css.php file... when I removed the css link to this file the map was normal sized, though of course everything else was bad without the css.
I'm not really sure what this means, possibly a mis configured stylevar... I can't really troubleshoot anymore from here.
One more thing to try, in the replacement code for the BB Code get rid of the table tag, the only code you really need is:
I see you have since removed the google map from that post... before it was gone I was able to see that whatever is causing it seems to be part of your css.php file... when I removed the css link to this file the map was normal sized, though of course everything else was bad without the css.
I'm not really sure what this means, possibly a mis configured stylevar... I can't really troubleshoot anymore from here.
One more thing to try, in the replacement code for the BB Code get rid of the table tag, the only code you really need is:
My apologies for this noob question. This is only the 2nd thing I've added and it works great. I just don't know how to add the map icon. It says to input the URL. NOOB question...how do I do that? Sorry again...
You need to upload the icon to your site, usually in your /images/editor/ folder...
Then in the box that asks for path to the image put in the file path, usually something like:
/images/editor/map.gif
(or whatever the file name is)
Thanks BOP. I had put public_html in the path. I called hostgator just after posting and they told me what to do. Thanks for the Hack and I will love it! Is there a way to change "Wrap [map] tags around selected text" to something like "place street address between [map] and [/map]"?
When user click the google map (location marker example), they are taken to google maps in the same window are leave my forum. How can I make this so that a new tab is opened if they click the map?