I am looking for some help with the google pins. I am running Wordpress v3.0.3, TNG v8.0.2 and the TNG Wordpress Integration Plugin v0.25.3. Almost everything seems to be working with this setup except for the pins on the google maps. Here is an example of what happens:
When using TNG, the ping works fine. It is broken when viewing through WP. When I just put the url into a browser, the WP one is rewritten to: http://kadrovach.com/wp/geneal…..amp;text=1
I think this happens because of the mbtng_serve_static_files function in the plugin, as it tries to serve up the file without running the .php script, but I am not really sure that is the problem, nor am I sure how to fix it. I do know that if I change the if statemet in that function from mbtng_extension != to php to != to png then the url stops getting rewritten, however it still doesn't display (I just get a blank page).