herrpedro
Forum Replies Created
-
check the example here
because a < br >
Forum: Plugins
In reply to: [Geotag] Geotagging categorys and tagshi all
@bobs ??
hi bobs ,about my issue
“category shows category maps (but only last 6.. no all ?? )
tag does not show any map…
added a “echo” in the if class_exists to check if it run geotag:: and the echo displayed my message”if i may as 1 more thing…
i can i change it to “if it is a post center on that marker although i have a query?”thank you for your patience
Forum: Fixing WordPress
In reply to: swf files dont show on posts – direct link returns http 500solved !
in windows i shared the directory do access it from other pc in network and that (God knows why) made a reset to authorizations and the website user could not access the folder.Forum: Fixing WordPress
In reply to: swf files dont show on posts – direct link returns http 500if i put the file in the website root it is ok
Forum: Plugins
In reply to: [Geotag] [Plugin: Geotag] upgrade to v2hi all
@bobs – i guess the coordinates missing have to do with the “schedule”. not with the “autosave”Forum: Plugins
In reply to: [Geotag] [Plugin: Geotag] upgrade to v2@all
it was just a SQL example for some1 to use
i dont have drafts and i dont care about “trashed” ??coordinates were missing from almost a entire island (close to each other) but i guess you dont care about that in yout plugin or make some sort of update to other posts
so…
some posts were missing ??Forum: Plugins
In reply to: [Geotag] [Plugin: Geotag] upgrade to v2here it goes…. posts without lat
hope it helps some1select * from
yourdb.
wp_posts`
where id not in (
SELECT post_id FROMyourdb
.wp_postmeta
where meta_key like ‘%_geotag%’)
and post_status in (‘publish’,’future’)`Forum: Plugins
In reply to: [Geotag] [Plugin: Geotag] upgrade to v2sorry for previous post cause i was hoping to help…
saw it betterjust deactivate geotag and see if it gets normal to test
Forum: Plugins
In reply to: [Geotag] [Plugin: Geotag] upgrade to v2@bobs
is there anyway (i got mysql admin) to find out quickly wich are the ones that dont have coordinates set?Forum: Plugins
In reply to: [Geotag] [Plugin: Geotag] upgrade to v2… something is wrong
for some posts the coordinates just vanish…
i cant establish a cause-efect yet but i’m 100% sure that i input themForum: Plugins
In reply to: [Geotag] [Plugin: Geotag] upgrade to v2may be you could send a “debug” output from your page “map” to bobs?
Forum: Plugins
In reply to: [Geotag] [Plugin: Geotag] upgrade to v2Forum: Plugins
In reply to: [Geotag] [Plugin: Geotag] upgrade to v2@bobs
– SimpleFacebookConnect enabled => no map!
– SimpleFacebookConnect disabled => map! ??i just implemented it.. the hard way… (like a noob php guy does)
the _e() makes a “echo”
what we need is the __()
so…
__($val->post_title) worksyep.. 2.1… we’re waiting ??
Forum: Plugins
In reply to: [Geotag] [Plugin: Geotag] upgrade to v2and.. the unprotected is….
Simple Facebook Connectthe “base” is ok.. but any others cause the map to disappear