maxj
Forum Replies Created
-
Forum: Plugins
In reply to: [Pronamic Google Maps] Mashup map content filteringI’m about to do the same thing. I have some idea but don’t know if it will work and right now I don’t use ajax. I think You can just check if a condition is true and load a map you want by sending a different query. I’m using views and types from http://wp-types.com in my code and don’t use a dropdowns but checkboxes instead so I think Your code is more simple because You can only chose one option.
Forum: Plugins
In reply to: [Pronamic Google Maps] Custom markersHi, I did use that code in my functions.php file but it wasn’t working at all. I was trying to use that filter snippet in three different wordpress installation but just can’t get it work.
I could not use template code because I’m using types and views plugin and it is impossible to put raw php code in a view template thats why I’m using the other plugin to do taht; I find it a little bit complicated but it’s better than nothing.Forum: Plugins
In reply to: [Pronamic Google Maps] Custom markershello, no answer yet but I found a solution: http://wordpress.org/extend/plugins/php-code-for-posts/
Forum: Plugins
In reply to: [Pronamic Google Maps] Error – Headers already sentYou can try to use <?php ob_start();?> in the firt line of your code, before doctype declaration.
Forum: Plugins
In reply to: [Pronamic Google Maps] BalloonThank You, maybe it is something to think about to next version:-)
c001os can You explaun what exact did You do? I have the same problem. Thx!
Forum: Plugins
In reply to: All-in-one Event Calendar – week viewForget it; i Have solved it! I took away lines 15-21 in app/view/calendar.php and it’s working like I wanteted to.